From f110d5248626e341542df2b0b9eb7191fa607305 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Thu, 19 May 2022 00:56:53 -0500 Subject: [PATCH] Debian Bullseye: Fix issue with zed steps Running "zfs set canmount=off rpool/ROOT/debian" causes the root filesystem to be remounted read-only. I have no idea why, but that's mostly beside the point. I have no idea why I added these commands in the first place. The other guides were not this way. These steps showed up in the initial add of the Bullseye instructions. Reported-by: Cameron Skappel Signed-off-by: Richard Laager --- docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst index a377b67..ccd4e8c 100644 --- a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst @@ -870,10 +870,7 @@ Step 5: GRUB Installation If either is empty, force a cache update and check again:: - zfs set canmount=off bpool/BOOT/debian zfs set canmount=on bpool/BOOT/debian - - zfs set canmount=off rpool/ROOT/debian zfs set canmount=noauto rpool/ROOT/debian If they are still empty, stop zed (as below), start zed (as above) and try