From 7a2e73fd222e1ce14684176399bd85e3e2918a8a Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 27 Jul 2010 11:51:15 +0200 Subject: [PATCH] Import patches-unapplied version 1.144 to ubuntu/maverick Imported using git-ubuntu import. Changelog parent: 5cdaaa7c164dfdd77d4fa553d059e4dca346d26f New changelog entries: * 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. --- debian/changelog | 8 ++++++++ livecd.sh | 1 + 2 files changed, 9 insertions(+) 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}