mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
Disentangle enabling universe in the final image a little from having
PREINSTALLED=true set and enable it for a live-server build. (LP: #1783129)
This commit is contained in:
commit
85cca5c86d
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.535) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Disentangle enabling universe in the final image a little from having
|
||||||
|
PREINSTALLED=true set and enable it for a live-server build.
|
||||||
|
(LP: #1783129)
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 16 Aug 2018 21:28:00 +1200
|
||||||
|
|
||||||
livecd-rootfs (2.534) cosmic; urgency=medium
|
livecd-rootfs (2.534) cosmic; urgency=medium
|
||||||
|
|
||||||
[ Michael Hudson-Doyle ]
|
[ Michael Hudson-Doyle ]
|
||||||
|
@ -268,7 +268,7 @@ EOF
|
|||||||
rm -rf chroot/var/lib/apt/lists/*
|
rm -rf chroot/var/lib/apt/lists/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f config/oem-config-preinstalled ]; then
|
if [ -f config/universe-enabled ]; then
|
||||||
|
|
||||||
# This is cargo-culted almost verbatim (with some syntax changes for
|
# This is cargo-culted almost verbatim (with some syntax changes for
|
||||||
# preinstalled being slightly different in what it doesn't ask) from
|
# preinstalled being slightly different in what it doesn't ask) from
|
||||||
|
@ -151,6 +151,7 @@ case $IMAGEFORMAT in
|
|||||||
# by skipping lb_chroot_live-packages.
|
# by skipping lb_chroot_live-packages.
|
||||||
skip_lb_stage chroot_live-packages
|
skip_lb_stage chroot_live-packages
|
||||||
INITRAMFS_TYPE=auto
|
INITRAMFS_TYPE=auto
|
||||||
|
touch config/universe-enabled
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
PREINSTALLED=true
|
PREINSTALLED=true
|
||||||
@ -213,9 +214,9 @@ case $IMAGEFORMAT in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$PREINSTALLED" = "true" ]; then
|
if [ "$PREINSTALLED" = "true" ]; then
|
||||||
# This is an oem-config preinstalled image, touch a random file that
|
# Touch a random file that we can refer back to during build,
|
||||||
# we can refer back to during build, cause that's wildly hackish
|
# cause that's wildly hackish
|
||||||
touch config/oem-config-preinstalled
|
touch config/universe-enabled
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
kubuntu*)
|
kubuntu*)
|
||||||
add_package live oem-config-kde ubiquity-frontend-kde
|
add_package live oem-config-kde ubiquity-frontend-kde
|
||||||
|
Loading…
x
Reference in New Issue
Block a user