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:
@@ -104,7 +104,10 @@ apt-get install -y \
|
|||||||
vim \
|
vim \
|
||||||
less \
|
less \
|
||||||
rsync \
|
rsync \
|
||||||
git
|
git \
|
||||||
|
squashfs-tools \
|
||||||
|
wget \
|
||||||
|
curl
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|||||||
Reference in New Issue
Block a user