diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2016-05-22 16:24:21 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2016-05-22 16:24:21 +0000 |
| commit | 595568b58bfb90e9aabc61e0ce998bbfcd5e0810 (patch) | |
| tree | 435887cea6fbf5aeb1115286b1c3d6691127613c /usr.sbin/bsdinstall/scripts | |
| parent | 23b26e530d049bce49ae624b9d846fef2f5f2979 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/zfsboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index 9467d74470557..f90adc2d5d6cc 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -143,7 +143,7 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS=" # Boot Environment [BE] root and default boot dataset /$ZFSBOOT_BEROOT_NAME mountpoint=none - /$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME mountpoint=/ + /$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME mountpoint=/,canmount=noauto # Compress /tmp, allow exec but not setuid /tmp mountpoint=/tmp,exec=on,setuid=off |
