From b2c1cc6577a7a8f7ede74824828486b97d00eb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Lindahl?= Date: Sat, 31 Jan 2026 13:26:34 +0100 Subject: [PATCH] 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 --- build-image.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-image.sh b/build-image.sh index 5c6fbb2..9cc198f 100755 --- a/build-image.sh +++ b/build-image.sh @@ -61,7 +61,6 @@ apt-get upgrade -y apt-get install -y \ linux-image-generic \ linux-firmware \ - cloud-initramfs-rooturl \ busybox-initramfs \ initramfs-tools \ keyboard-configuration \