From 4d902f311cf5a855c624226213949c6334aedb5a Mon Sep 17 00:00:00 2001 From: llacqie Date: Mon, 24 Jul 2023 02:58:29 +0500 Subject: [PATCH] Update Debian Bullseye Root on ZFS.rst --- docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst index 4091116be..9eaea8a1b 100644 --- a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst @@ -138,7 +138,9 @@ Step 1: Prepare The Install Environment #. Install ZFS in the Live CD environment:: - apt install --yes debootstrap gdisk zfsutils-linux + apt install dkms + apt install zfs-dkms --no-install-recommends + apt install debootstrap gdisk zfsutils-linux Step 2: Disk Formatting -----------------------