mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-04 14:41:42 +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
|
livecd-rootfs (0.3) hoary; urgency=low
|
||||||
|
|
||||||
* add manifest file
|
* add manifest file
|
||||||
|
@ -166,6 +166,7 @@ mkdir -p livecd.mnt
|
|||||||
MOUNTS="$MOUNTS $(pwd)/livecd.mnt"
|
MOUNTS="$MOUNTS $(pwd)/livecd.mnt"
|
||||||
mount $DEV livecd.mnt
|
mount $DEV livecd.mnt
|
||||||
rsync -a ${ROOT} livecd.mnt
|
rsync -a ${ROOT} livecd.mnt
|
||||||
|
umount $DEV
|
||||||
|
|
||||||
create_compressed_fs $IMG 65536 > livecd.cloop
|
create_compressed_fs $IMG 65536 > livecd.cloop
|
||||||
chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' > livecd.manifest
|
chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' > livecd.manifest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user