diff --git a/debian/changelog b/debian/changelog index 8e4b4f10..dae21922 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 26 Oct 2005 23:59:38 -0600 + [ Adam Conrad ] + * Make livecd.sh umount the lrm tmpfs during the cleanup process. + + -- LaMont Jones Thu, 10 Nov 2005 15:59:33 -0700 livecd-rootfs (0.24) hoary-cat; urgency=low diff --git a/livecd.sh b/livecd.sh index 6c88663d..8782766c 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