Ubuntu/Debian: Add exit to the rescue steps
parent
5c9bc6a907
commit
20fadefaa8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue