Ubuntu: Remove canmount=noauto from zed steps

I missed this when eliminating canmount=noauto from /boot and / in
commit eb05d5b190.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2021-01-31 17:38:30 -06:00
parent 12b9833e24
commit fac3cb834b

View File

@@ -998,8 +998,8 @@ Step 5: GRUB Installation
If either is empty, force a cache update and check again::
zfs set canmount=noauto bpool/BOOT/ubuntu_$UUID
zfs set canmount=noauto rpool/ROOT/ubuntu_$UUID
zfs set canmount=on bpool/BOOT/ubuntu_$UUID
zfs set canmount=on rpool/ROOT/ubuntu_$UUID
Stop ``zed``::