mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
BuildLiveCD: Make sure livecd-rootfs is still installed in the chroot
after the dist-upgrade.
This commit is contained in:
parent
ef8554343f
commit
1981539d3d
@ -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
4
debian/changelog
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user