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

Update zfs_bootstrap.sh

This commit is contained in:
John-Paul Bader
2014-05-02 23:04:25 +02:00
parent bbcea16ba0
commit d92e78d893

View File

@ -107,14 +107,14 @@ sshd_enable="YES"
RCCONF
cat > /etc/fstab <<FSTAB
cat > /etc/fstab << FSTAB
# Device Mountpoint FStype Options Dump Pass#
/dev/gpt/swap0 none swap sw 0 0
/dev/gpt/swap1 none swap sw 0 0
FSTAB
cat > /boot/loader.conf <<LOADER
cat > /boot/loader.conf << LOADER
zfs_load="YES"
vfs.root.mountfrom="zfs:tank"
vfs.zfs.arc_max="16G"