merge in the change from the other (wrong) branch)

Patches applied:

 * lamont.jones@canonical.com--2005-master/livecd-rootfs--mainline--0.24--patch-13
   unbork lrm tmpfs
This commit is contained in:
LaMont Jones 2005-11-10 23:00:21 +00:00
commit d187b32999
2 changed files with 6 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,8 +1,12 @@
livecd-rootfs (0.25) hoary-cat-UNRELEASED; urgency=low
[ LaMont Jones ]
* Really use e2fs-zero.py: it needs -w. Comment out partimage.
-- LaMont Jones <lamont@ubuntu.com> Wed, 26 Oct 2005 23:59:38 -0600
[ Adam Conrad ]
* Make livecd.sh umount the lrm tmpfs during the cleanup process.
-- LaMont Jones <lamont@ubuntu.com> Thu, 10 Nov 2005 15:59:33 -0700
livecd-rootfs (0.24) hoary-cat; urgency=low

View File

@ -7,7 +7,7 @@
# Depends: debootstrap, rsync, cloop-utils, python-minimal|python, procps
cleanup() {
for mnt in $MOUNTS; do
for mnt in $MOUNTS ${ROOT}lib/modules/*/volatile; do
umount $mnt || true
done