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

ubuntu/precise
Oliver Grawert 15 years ago
parent ffa23fb61b
commit fdb902a442

8
debian/changelog vendored

@ -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 livecd-rootfs (1.143) maverick; urgency=low
* add more spare space to the ext2 filesystem images to compensate journal * add more spare space to the ext2 filesystem images to compensate journal

@ -96,6 +96,7 @@ livefs_ext2()
# DEBUG: see if the imounted image free space matches # DEBUG: see if the imounted image free space matches
df df
cat /proc/mounts
# copy chroot content to image # copy chroot content to image
cp -a ${ROOT} ${MOUNTPOINT} cp -a ${ROOT} ${MOUNTPOINT}

Loading…
Cancel
Save