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
ubuntu/precise
LaMont Jones 19 years ago
commit d187b32999

6
debian/changelog vendored

@ -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

@ -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

Loading…
Cancel
Save