write content of /proc/mounts to the log before copying files to the ext2 image to see if we definitely have no vfs mounted we would copy into the image

This commit is contained in:
Oliver Grawert 2010-07-27 11:51:05 +02:00
parent ffa23fb61b
commit fdb902a442
2 changed files with 9 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (1.144) UNRELEASED; 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 <ogra@ubuntu.com> Tue, 27 Jul 2010 11:47:15 +0200
livecd-rootfs (1.143) maverick; urgency=low
* add more spare space to the ext2 filesystem images to compensate journal

View File

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