mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-16 21:51:18 +00:00
umount the fsimg before compressing
This commit is contained in:
parent
d2e5a85da8
commit
b8aec13a83
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user