mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 23:01:15 +00:00
Merge ankushpathak-fix/launchpad_bug_2044154 into ubuntu/master [a=ankushpathak] [r=philroche,vorlon]
fix: Re-enable universe for pre-installed images (LP: #2044154) MP: https://code.launchpad.net/~ankushpathak/livecd-rootfs/+git/livecd-rootfs/+merge/455996
This commit is contained in:
commit
2d12330484
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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 (魏銘廷) ]
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user