fix: add e2fsprogs and cryptsetup-initramfs to rootfs
ISO boot failed in emergency mode because: - fsck.ext4 binary missing (no e2fsprogs in rootfs) - LUKS data volume never opened (no cryptsetup-initramfs in initramfs) Both packages were in the installer debootstrap but not the target rootfs Dockerfile. The initramfs regeneration at install time now includes LUKS support since cryptsetup-initramfs is present. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2517379ac3
commit
ca2ddc889e
@ -287,6 +287,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
console-setup \
|
console-setup \
|
||||||
keyboard-configuration \
|
keyboard-configuration \
|
||||||
cryptsetup \
|
cryptsetup \
|
||||||
|
cryptsetup-initramfs \
|
||||||
|
e2fsprogs \
|
||||||
firmware-realtek \
|
firmware-realtek \
|
||||||
firmware-iwlwifi \
|
firmware-iwlwifi \
|
||||||
firmware-misc-nonfree \
|
firmware-misc-nonfree \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user