BuildLiveCD: Make sure livecd-rootfs is still installed in the chroot

after the dist-upgrade.
This commit is contained in:
Colin Watson 2011-08-11 12:19:25 +01:00
parent ef8554343f
commit 1981539d3d
2 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,7 @@ for STE in $SUITES; do
if [ -d ~/build-${STE}-live/chroot-${STE} ]; then
sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -qq update || true
sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -y dist-upgrade || true
sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -y install livecd-rootfs || true
fi
done
for STE in $SUITES; do

4
debian/changelog vendored
View File

@ -3,6 +3,10 @@ livecd-rootfs (2.22) UNRELEASED; urgency=low
[ Adam Conrad ]
* Switch a hardcoded "boot" to "$INITFS" in auto/build.
[ Colin Watson ]
* BuildLiveCD: Make sure livecd-rootfs is still installed in the chroot
after the dist-upgrade.
-- Colin Watson <cjwatson@ubuntu.com> Thu, 11 Aug 2011 12:18:21 +0100
livecd-rootfs (2.21) oneiric; urgency=low