Remove cloud-initramfs-rooturl to fix boot failure

Conflicts with custom netboot script that provides essential tmpfs overlay.
cloud-initramfs-rooturl mounts squashfs read-only, but diskless nodes need
writable overlay for /var/log, /tmp, /etc, and runtime state.

Fixes: Can't open blockdev error during boot
This commit is contained in:
2026-01-31 13:26:34 +01:00
parent 95f543b4f4
commit b2c1cc6577

View File

@@ -61,7 +61,6 @@ apt-get upgrade -y
apt-get install -y \ apt-get install -y \
linux-image-generic \ linux-image-generic \
linux-firmware \ linux-firmware \
cloud-initramfs-rooturl \
busybox-initramfs \ busybox-initramfs \
initramfs-tools \ initramfs-tools \
keyboard-configuration \ keyboard-configuration \