mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-15 21:21:15 +00:00
Enable universe in sources.list for IMAGEFORMAT=none
This commit is contained in:
parent
3a90e5f8f3
commit
6c0ea15956
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.598) UNRELEASED; urgency=medium
|
||||
|
||||
* Enable universe in sources.list for IMAGEFORMAT=none, which is used for
|
||||
our preinstalled ubuntu-image rootfs builds.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 24 Jun 2019 16:16:34 +0200
|
||||
|
||||
livecd-rootfs (2.597) eoan; urgency=medium
|
||||
|
||||
* Install s390-tools-zkey into the installer layer for zkey support in
|
||||
|
@ -402,6 +402,10 @@ case $IMAGEFORMAT in
|
||||
|
||||
none)
|
||||
OPTS="${OPTS:+$OPTS }--chroot-filesystem $IMAGEFORMAT"
|
||||
# IMAGEFORMAT=none is used for our ubuntu-image preinstalled
|
||||
# image rootfs builds. Make sure the sources.list has universe
|
||||
# enabled for those images as well.
|
||||
touch config/universe-enabled
|
||||
;;
|
||||
*)
|
||||
case $PROJECT in
|
||||
|
Loading…
x
Reference in New Issue
Block a user