diff options
| author | Mike Karels <karels@FreeBSD.org> | 2023-05-23 12:18:27 +0000 |
|---|---|---|
| committer | Mike Karels <karels@FreeBSD.org> | 2023-05-23 12:18:27 +0000 |
| commit | 3bb92304b4fe79babd19ba0d9c74d29af9117a22 (patch) | |
| tree | 982bbce39ba9783138d45c5791969cb790360db9 /usr.sbin/bsdinstall/scripts | |
| parent | bbb2d2ce422070869bd93a0771251e654c07b13d (diff) | |
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/zfsboot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index c40a9484c8c4..c2d42f830a73 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -150,15 +150,15 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS=" /$ZFSBOOT_BEROOT_NAME mountpoint=none /$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME mountpoint=/ + # Home directories separated so they are common to all BEs + /home mountpoint=/home + # Compress /tmp, allow exec but not setuid /tmp mountpoint=/tmp,exec=on,setuid=off # Don't mount /usr so that 'base' files go to the BEROOT /usr mountpoint=/usr,canmount=off - # Home directories separated so they are common to all BEs - /usr/home # NB: /home is a symlink to /usr/home - # Ports tree /usr/ports setuid=off |
