Debian: Fix the ZFS installation in the Live CD

Reported-by: jose7007

Fixes #9599.
Richard Laager 2019-12-14 19:04:20 -06:00
parent be7eda21e3
commit ccad9f9b48
1 changed files with 3 additions and 1 deletions

@ -60,10 +60,12 @@ If you have a second system, using SSH to access the target system can be conven
1.5 Install ZFS in the Live CD environment:
apt install --yes debootstrap gdisk dkms dpkg-dev linux-headers-$(uname -r)
apt install --yes -t buster-backports zfs-dkms
apt install --yes -t buster-backports --no-install-recommends zfs-dkms
modprobe zfs
apt install --yes -t buster-backports zfsutils-linux
* The dkms dependency is installed manually just so it comes from buster and not buster-backports. This is not critical.
* We need to get the module built and loaded before installing zfsutils-linux or [zfs-mount.service will fail to start](https://github.com/zfsonlinux/zfs/issues/9599).
## Step 2: Disk Formatting