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 <cskappel@wiktel.com>
Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2022-05-19 00:56:53 -05:00
parent fc9bcbadb9
commit f110d52486

View File

@@ -870,10 +870,7 @@ Step 5: GRUB Installation
If either is empty, force a cache update and check again:: 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=on bpool/BOOT/debian
zfs set canmount=off rpool/ROOT/debian
zfs set canmount=noauto 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 If they are still empty, stop zed (as below), start zed (as above) and try