From fac3cb834b08b75c00f902cb232b18aec4055a3b Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 31 Jan 2021 17:38:30 -0600 Subject: [PATCH] Ubuntu: Remove canmount=noauto from zed steps I missed this when eliminating canmount=noauto from /boot and / in commit eb05d5b1907f3cb48e07f3113058622821471638. Signed-off-by: Richard Laager --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 56f9043..0b30bbd 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -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``::