Ubuntu/Debian: Add exit to the rescue steps

Richard Laager 2019-03-17 19:59:35 -05:00
parent 5c9bc6a907
commit 20fadefaa8
2 changed files with 2 additions and 0 deletions

@ -458,6 +458,7 @@ Do whatever you need to do to fix your system.
When done, cleanup:
# exit
# mount | grep -v zfs | tac | awk '/\/mnt/ {print $3}' | xargs -i{} umount -lf {}
# zpool export rpool
# reboot

@ -559,6 +559,7 @@ Do whatever you need to do to fix your system.
When done, cleanup:
# exit
# mount | grep -v zfs | tac | awk '/\/mnt/ {print $3}' | xargs -i{} umount -lf {}
# zpool export rpool
# reboot