1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update zfs_bootstrap_be.sh

This commit is contained in:
John-Paul Bader
2022-01-31 11:13:01 +01:00
committed by GitHub
parent bffdb32b7b
commit 07ba0bfd96

View File

@ -88,7 +88,7 @@ zfs create -o mountpoint=/ tank/ROOT/default
# Set BOOTFS # Set BOOTFS
echo "Set BOOTFS" echo "Set BOOTFS"
zpool set bootfs=tank/ROOT/default tank zpool set bootfs=tank/ROOT/default tank
zpool set cachefile=/var/tmp/zpool.cache zpool set cachefile=/var/tmp/zpool.cache tank
# Copy FreeBSD files # Copy FreeBSD files
echo "Installing FreeBSD" echo "Installing FreeBSD"