diff --git a/debian/changelog b/debian/changelog index 5301597c..497a0f4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (24.04.61) UNRELEASED; urgency=medium + + * Fix the UC24 builds: use --snap instead of --extra-snaps. + + -- Ɓukasz 'sil2100' Zemczak Thu, 11 Apr 2024 10:44:04 +0200 + livecd-rootfs (24.04.60) noble; urgency=medium * Drop use of 'laptop' for x13s as this is now migrated to generic. diff --git a/live-build/auto/config b/live-build/auto/config index 78155da3..3ccf349d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -516,7 +516,7 @@ case $IMAGEFORMAT in ;; esac for snap in $EXTRA_SNAPS; do - UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --extra-snaps $snap" + UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --snap=$snap" done echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common echo "UBUNTU_IMAGE_ARGS=\"$UBUNTU_IMAGE_ARGS\"" >> config/common