From 24af8f137c083442ee030aca71947f26ddcb0d2a Mon Sep 17 00:00:00 2001 From: "michael.hudson@canonical.com" Date: Wed, 1 Apr 2026 11:12:22 +1300 Subject: [PATCH] create_squashfs does not work with relative paths :/ --- live-build/auto/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/build b/live-build/auto/build index 934b1725..8e5de08d 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -580,7 +580,7 @@ if [ "${MAKE_ISO}" = "yes" ]; then if [ -n "${POOL_SEED_NAME}" ]; then isobuild generate-sources --mountpoint=/cdrom > chroot/etc/apt/sources.list.d/cdrom.sources fi - create_squashfs chroot ${CASPER_DIR}/filesystem.squashfs + create_squashfs chroot ${PWD}/${CASPER_DIR}/filesystem.squashfs rm chroot/etc/apt/sources.list.d/cdrom.sources for flavor in $LB_LINUX_FLAVOURS; do iso_install_kernel "$flavor" binary/${INITFS}/vmlinu?-* binary/${INITFS}/initrd.img-*