From 19bceac8b3bde06b5313ec688382b963b801ccd1 Mon Sep 17 00:00:00 2001 From: Ankush Pathak Date: Tue, 21 Nov 2023 11:31:06 -0500 Subject: [PATCH] fix: Re-enable universe for pre-installed images (LP: #2044154) --- debian/changelog | 6 ++++++ live-build/auto/config | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9651d927..96e142a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (24.04.6) noble; urgency=medium + + * Re-enable universe for pre-installed images (LP: #2044154) + + -- Ankush Pathak Tue, 21 Nov 2023 11:26:46 -0500 + livecd-rootfs (24.04.5) noble; urgency=medium [ Yao Wei (魏銘廷) ] diff --git a/live-build/auto/config b/live-build/auto/config index 75338ec4..b426dd1e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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"