aboutsummaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rw-r--r--rescue/chroot_zfs.sh8
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