From 3b694d1358a94a7c2882981ef47218437da01111 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 6 Oct 2018 20:47:56 -0500 Subject: [PATCH] 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. --- Debian-Stretch-Root-on-ZFS.md | 4 +--- Ubuntu-18.04-Root-on-ZFS.md | 8 +------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index cded6e7..e28234a 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -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: diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index b35dee5..93da01b 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -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: