From 347609b607f407ee5a2ffe44c52fec7fa7516b92 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Fri, 12 Oct 2012 14:18:53 +0200 Subject: [PATCH] Import patches-unapplied version 2.91 to ubuntu/quantal Imported using git-ubuntu import. Changelog parent: abf654a898cd18c5aaf9fe1db1b30cf02cce2e6b New changelog entries: * make sure preinstalled ac100 images have multiverse enabled in their sources.list --- debian/changelog | 7 +++++++ live-build/auto/config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 04d90217..56692f6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.91) quantal; urgency=low + + * make sure preinstalled ac100 images have multiverse enabled in their + sources.list + + -- Oliver Grawert Fri, 12 Oct 2012 14:18:53 +0200 + livecd-rootfs (2.90) quantal; urgency=low * live-build/auto/build: If they exist, link *.efi.signed versions of the diff --git a/live-build/auto/config b/live-build/auto/config index 5d91ef3a..a6f25a13 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -297,7 +297,7 @@ case $ARCH in BINARY_REMOVE_LINUX=false ;; ac100) - COMPONENTS='main restricted universe' + COMPONENTS='main restricted universe multiverse' add_package install zram-config add_package live ac100-tarball-installer BINARY_REMOVE_LINUX=false