umount the fsimg before compressing

ubuntu/precise
LaMont Jones 20 years ago
parent d2e5a85da8
commit b8aec13a83

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (0.4) hoary; urgency=low
* Need to actually umount the fsimg before compressing it.
-- LaMont Jones <lamont@debian.org> Tue, 11 Jan 2005 15:21:32 -0700
livecd-rootfs (0.3) hoary; urgency=low
* add manifest file

@ -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

Loading…
Cancel
Save