From fdb902a442a06189a4ec55a9b908dbc46247913f Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 27 Jul 2010 11:51:05 +0200 Subject: [PATCH] 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 --- debian/changelog | 8 ++++++++ livecd.sh | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index cd745eed..0641ff29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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}