diff --git a/debian/changelog b/debian/changelog index 310e1ced..45d61f13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/live-build/auto/config b/live-build/auto/config index 28667e64..89a61f22 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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