Import patches-unapplied version 1.144 to ubuntu/maverick

Imported using git-ubuntu import.

Changelog parent: 5cdaaa7c16

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.
impish
Oliver Grawert 15 years ago committed by usd-importer
parent 5cdaaa7c16
commit 7a2e73fd22

8
debian/changelog vendored

@ -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 <ogra@ubuntu.com> 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

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

Loading…
Cancel
Save