diff --git a/debian/changelog b/debian/changelog index cd745eed..afe44d76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (1.144) maverick; urgency=low + + * cat /proc/mounts before trying to copy to the ext2 image, there still + seems to be some virtual fs mounted in the chroot we try to copy to the + image. + + -- Oliver Grawert Tue, 27 Jul 2010 11:51:15 +0200 + livecd-rootfs (1.143) maverick; urgency=low * add more spare space to the ext2 filesystem images to compensate journal diff --git a/livecd.sh b/livecd.sh index 6b38d6cd..d231470b 100755 --- a/livecd.sh +++ b/livecd.sh @@ -96,6 +96,7 @@ livefs_ext2() # DEBUG: see if the imounted image free space matches df + cat /proc/mounts # copy chroot content to image cp -a ${ROOT} ${MOUNTPOINT}