Imported 24.04.6 from noble-release pocket.

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2023-11-24 00:00:13 +00:00
parent 72e65e8b53
commit d15bb0a591
2 changed files with 11 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (24.04.6) noble; urgency=medium
* Re-enable universe for pre-installed images (LP: #2044154)
-- Ankush Pathak <ankush.pathak@canonical.com> Tue, 21 Nov 2023 11:26:46 -0500
livecd-rootfs (24.04.5) noble; urgency=medium
[ Yao Wei (魏銘廷) ]

View File

@ -547,6 +547,11 @@ case $IMAGEFORMAT in
;;
esac
if [ "$PREINSTALLED" = "true" ]; then
# LP Bug: 2044154 Enable universe on pre-installed images
touch config/universe-enabled
fi
case $BINARYFORMAT in
iso*|usb*)
BINARY_IMAGES="$BINARYFORMAT"