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
parent
8ef957947c
commit
bdd4c1b5bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue