unbork lrm tmpfs

ubuntu/precise
Adam Conrad 19 years ago
parent e3285d2f15
commit c2dacee75a

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…
Cancel
Save