mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Import patches-unapplied version 2.43 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: ec14a47253003e1745e9c1759431a3ccb576c93f New changelog entries: * BuildLiveCD: Stop building ubuntu-defaults-image images with universe. ubuntu-defaults-zh-cn is in main now, and it causes images to overflow due to the extra /var/lib/apt/lists indexes.
This commit is contained in:
parent
ec14a47253
commit
312f12ef26
@ -149,8 +149,7 @@ for STE in $SUITES; do
|
||||
fi
|
||||
COMMAND="PROJECT=${FS} SUBPROJECT=${SUBPROJECT} ARCH=${ARCH} SUBARCH=${SUBARCH} lb build"
|
||||
elif [ "$UBUNTU_DEFAULTS_LOCALE" ]; then
|
||||
# universe enabled until ubuntu-defaults-zh-cn is moved to main
|
||||
COMMAND="ubuntu-defaults-image --locale ${UBUNTU_DEFAULTS_LOCALE} --arch ${ARCH} --release ${STE} --components main,restricted,universe"
|
||||
COMMAND="ubuntu-defaults-image --locale ${UBUNTU_DEFAULTS_LOCALE} --arch ${ARCH} --release ${STE}"
|
||||
else
|
||||
COMMAND="/usr/sbin/livecd.sh ${SUBARCHARG} ${APT_SOURCE} ${PROPOSED} -d${STE} ${IMAGEFORMAT:+-f$IMAGEFORMAT} ${ARCHARG} ${IMAGEARG} ${FS}"
|
||||
fi
|
||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.43) oneiric; urgency=low
|
||||
|
||||
* BuildLiveCD: Stop building ubuntu-defaults-image images with universe.
|
||||
ubuntu-defaults-zh-cn is in main now, and it causes images to overflow
|
||||
due to the extra /var/lib/apt/lists indexes.
|
||||
|
||||
-- Martin Pitt <martin.pitt@ubuntu.com> Fri, 07 Oct 2011 18:29:59 +0200
|
||||
|
||||
livecd-rootfs (2.42) oneiric; urgency=low
|
||||
|
||||
* Explicitly select ubuquity frontend as well, to match the
|
||||
@ -21,7 +29,7 @@ livecd-rootfs (2.40) oneiric; urgency=low
|
||||
|
||||
livecd-rootfs (2.39) oneiric; urgency=low
|
||||
|
||||
* Explicitely select the oem-config frontend to install on a
|
||||
* Explicitly select the oem-config frontend to install on a
|
||||
per-project basis, to match the ubiquity in use (LP: #820514)
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Mon, 26 Sep 2011 19:14:56 -0600
|
||||
|
Loading…
x
Reference in New Issue
Block a user