From cd29b1a94ee69ca9fed4f60bf861ba77e48e3201 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 11 Dec 2021 17:43:27 -0600 Subject: [PATCH] Ubuntu: Tweak initial ZFS install It is not necessary to install zfs-initramfs in the Live environment. I am changing this to reduce delta with the upcoming Debian Bullseye instructions. Signed-off-by: Richard Laager --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index e377ae9cd..d2e51197e 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -266,7 +266,7 @@ Step 1: Prepare The Install Environment #. Install ZFS in the Live CD environment:: - apt install --yes debootstrap gdisk zfs-initramfs + apt install --yes debootstrap gdisk zfsutils-linux systemctl stop zed