Ubuntu: Specify mount options in /etc/fstab

These are not being set from the properties.  For a similar issue, see:
https://github.com/zfsonlinux/zfs/issues/7947
Richard Laager 2018-09-26 20:04:04 -05:00
parent 8ef957947c
commit bdd4c1b5bf
1 changed files with 2 additions and 2 deletions

@ -298,8 +298,8 @@ Install GRUB to the disk(s), not the partition(s).
# zfs set mountpoint=legacy rpool/var/log
# zfs set mountpoint=legacy rpool/var/tmp
# cat >> /etc/fstab << EOF
rpool/var/log /var/log zfs noatime 0 0
rpool/var/tmp /var/tmp zfs noatime 0 0
rpool/var/log /var/log zfs noatime,nodev,noexec,nosuid 0 0
rpool/var/tmp /var/tmp zfs noatime,nodev,nosuid 0 0
EOF
## Step 5: GRUB Installation