Debian: Set REMAKE_INITRD=yes

The initrd needs to be rebuilt after the ZFS modules are built.
Otherwise, the system can (will?) fail to boot.

Closes: openzfs/zfs#10355
Reported-by: Christian Garbs <mitch@cgarbs.de>
Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2020-05-24 02:03:51 -05:00
parent c5cd813885
commit 417c2a5379

View File

@@ -548,6 +548,7 @@ Even if you prefer a non-English system language, always ensure that
apt install --yes dpkg-dev linux-headers-amd64 linux-image-amd64 apt install --yes dpkg-dev linux-headers-amd64 linux-image-amd64
apt install --yes zfs-initramfs apt install --yes zfs-initramfs
echo REMAKE_INITRD=yes > /etc/dkms/zfs.conf
4.7 For LUKS installs only, setup crypttab:: 4.7 For LUKS installs only, setup crypttab::