Enable universe in sources.list for IMAGEFORMAT=none

This commit is contained in:
Łukasz 'sil2100' Zemczak 2019-06-24 16:18:04 +02:00
parent 3a90e5f8f3
commit 6c0ea15956
2 changed files with 11 additions and 0 deletions

7
debian/changelog vendored
View File

@ -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

View File

@ -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