Debian: Fix the ZFS installation in the Live CD
Reported-by: jose7007 Fixes #9599.
parent
be7eda21e3
commit
ccad9f9b48
|
@ -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:
|
1.5 Install ZFS in the Live CD environment:
|
||||||
|
|
||||||
apt install --yes debootstrap gdisk dkms dpkg-dev linux-headers-$(uname -r)
|
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
|
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.
|
* 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
|
## Step 2: Disk Formatting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue