Import patches-unapplied version 2.57 to ubuntu/precise

Imported using git-ubuntu import.

Changelog parent: ae01ea0bf52e4316af928970e52da80d5b43692d

New changelog entries:
  * Move ac100-tarball-installer from install set to live set
    to make sure it's not pulling in other bits in the install
    pass (and because installers belong in the live set anyway)
This commit is contained in:
Adam Conrad 2012-02-29 09:23:48 -07:00 committed by usd-importer
parent ae01ea0bf5
commit 9fa307484f
2 changed files with 10 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.57) precise; urgency=low
* Move ac100-tarball-installer from install set to live set
to make sure it's not pulling in other bits in the install
pass (and because installers belong in the live set anyway)
-- Adam Conrad <adconrad@ubuntu.com> Wed, 29 Feb 2012 09:23:48 -0700
livecd-rootfs (2.56) precise; urgency=low
[ Ante Karamatić ]

View File

@ -234,7 +234,8 @@ case $ARCH in
;;
ac100)
COMPONENTS='main restricted universe'
add_package install ac100-tarball-installer zram-config
add_package install zram-config
add_package live ac100-tarball-installer
BINARY_REMOVE_LINUX=false
PREINSTALL_POOL_SEEDS=""
;;