diff --git a/debian/changelog b/debian/changelog index b9bd0661..ad1549b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 11 Nov 2005 09:33:14 +1100 + livecd-rootfs (0.24) hoary-cat; urgency=low [ LaMont Jones ] diff --git a/livecd.sh b/livecd.sh index f04bc600..8c092a40 100755 --- a/livecd.sh +++ b/livecd.sh @@ -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