Install squashfs-tools, wget, and curl in chroot for initramfs hooks

The initramfs hooks copy binaries from the chroot environment, so these tools
must be installed there. Without squashfs-tools, unsquashfs is missing from the
initramfs and the netboot script cannot extract the root filesystem.
This commit is contained in:
2026-01-31 10:22:13 +01:00
parent a4fe05e26a
commit 8e9a90bfc3

View File

@@ -104,7 +104,10 @@ apt-get install -y \
vim \
less \
rsync \
git
git \
squashfs-tools \
wget \
curl
# Clean up
apt-get clean