mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-21 16:11:24 +00:00
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:
commit
d187b32999
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user