mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-08 16:41:35 +00:00
unbork lrm tmpfs
This commit is contained in:
parent
e3285d2f15
commit
c2dacee75a
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (0.25) hoary-cat-UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Make livecd.sh umount the lrm tmpfs during the cleanup process.
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@0c3.net> Fri, 11 Nov 2005 09:33:14 +1100
|
||||||
|
|
||||||
livecd-rootfs (0.24) hoary-cat; urgency=low
|
livecd-rootfs (0.24) hoary-cat; urgency=low
|
||||||
|
|
||||||
[ LaMont Jones ]
|
[ LaMont Jones ]
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# Depends: debootstrap, rsync, cloop-utils, python-minimal|python, procps
|
# Depends: debootstrap, rsync, cloop-utils, python-minimal|python, procps
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
for mnt in $MOUNTS; do
|
for mnt in $MOUNTS ${ROOT}lib/modules/*/volatile; do
|
||||||
umount $mnt || true
|
umount $mnt || true
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user