diff --git a/debian/changelog b/debian/changelog index 6774af7c..d290ae3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.4) hoary; urgency=low + + * Need to actually umount the fsimg before compressing it. + + -- LaMont Jones Tue, 11 Jan 2005 15:21:32 -0700 + livecd-rootfs (0.3) hoary; urgency=low * add manifest file diff --git a/livecd.sh b/livecd.sh index 312e170e..b139e4c8 100755 --- a/livecd.sh +++ b/livecd.sh @@ -166,6 +166,7 @@ mkdir -p livecd.mnt MOUNTS="$MOUNTS $(pwd)/livecd.mnt" mount $DEV livecd.mnt rsync -a ${ROOT} livecd.mnt +umount $DEV create_compressed_fs $IMG 65536 > livecd.cloop chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' > livecd.manifest