diff options
author | Sven Göthel <[email protected]> | 2024-10-24 15:59:08 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-10-24 15:59:08 +0200 |
commit | bbcc6da625d0af417b78ebfdb82281dc8d362ba1 (patch) | |
tree | 55b9045a341b414e521c6dac89861015cd11a349 /rescue | |
parent | 09886dff05968e5d53ad55557a1ba4908884ad3f (diff) |
Bump to openzfs 2.2.6
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/chroot_zfs.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rescue/chroot_zfs.sh b/rescue/chroot_zfs.sh index 1a3b417..cd700a7 100644 --- a/rescue/chroot_zfs.sh +++ b/rescue/chroot_zfs.sh @@ -4,8 +4,8 @@ # # Perform zfs auto import w/ temp root on /mnt # -# - without force: zfs import -a -R /mnt -# - with force: zfs import -a -f -R /mnt +# - without force: zpool import -a -R /mnt +# - with force: zpool import -a -f -R /mnt # # bind the special devices and pipes to zfs realm @@ -19,8 +19,8 @@ mount --bind /proc/ /mnt/proc/ # chroot /mnt # -# Potentially you might need to -# +# Potentially you might need to +# # - update-initramfs -u -k all # - update-grub # - grub-install /dev/disk/by-id/your_boot_root_device |