Debian & Ubuntu: Use "step 1" for troubleshooting

Debian was already doing this, but still duplicated a couple of pieces.
Ubuntu was duplicating everything.  This simplifies both and eliminates
an unnecessary delta.
Richard Laager 2018-10-06 20:47:56 -05:00
parent e764518577
commit 3b694d1358
2 changed files with 2 additions and 10 deletions

@ -403,9 +403,7 @@ If you prefer the graphical boot process, you can re-enable it now. It will make
### Rescuing using a Live CD
Boot the Live CD and open a terminal.
Become root and install the ZFS utilities, see [Step 1: Prepare The Install Environment](#step-1-prepare-the-install-environment).
Go through [Step 1: Prepare The Install Environment](#step-1-prepare-the-install-environment).
This will automatically import your pool. Export it and re-import it to get the mounts right:

@ -518,13 +518,7 @@ If you prefer the graphical boot process, you can re-enable it now. If you are u
### Rescuing using a Live CD
Boot the Live CD and open a terminal.
Become root and install the ZFS utilities:
$ sudo -i
# apt update
# apt install --yes zfsutils-linux
Go through [Step 1: Prepare The Install Environment](#step-1-prepare-the-install-environment).
This will automatically import your pool. Export it and re-import it to get the mounts right: