make sure the for-iso squashfs gets created in the right place for kubuntu

This commit is contained in:
michael.hudson@canonical.com 2026-02-24 12:46:41 +13:00
parent b135edf10c
commit a66fbc54b7
No known key found for this signature in database
GPG Key ID: 80E627A0AB757E23

View File

@ -576,7 +576,7 @@ if [ "${MAKE_ISO}" = "yes" ]; then
# create a for-iso.filesystem.squashfs that does. # create a for-iso.filesystem.squashfs that does.
if [ -z "$PASSES" ]; then if [ -z "$PASSES" ]; then
isobuild generate-sources --mountpoint=/cdrom > chroot/etc/apt/sources.list.d/cdrom.sources isobuild generate-sources --mountpoint=/cdrom > chroot/etc/apt/sources.list.d/cdrom.sources
create_squashfs chroot for-iso.filesystem.squashfs create_squashfs chroot ${PWD}/for-iso.filesystem.squashfs
fi fi
# Link kernel and initrd files. The ${thing#${PREFIX}} expansion strips # Link kernel and initrd files. The ${thing#${PREFIX}} expansion strips
# the PREFIX, so "livecd.ubuntu-server.kernel-generic" becomes # the PREFIX, so "livecd.ubuntu-server.kernel-generic" becomes