mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-23 16:51:32 +00:00
Import patches-unapplied version 1.140 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: 082b2f2d3a054448d14a0a71ff3f270fbe14e9f0 New changelog entries: * tell mke2fs that we _really_ want a filesystem on this "non-blockdevice"
This commit is contained in:
parent
082b2f2d3a
commit
fd7f799638
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (1.140) maverick; urgency=low
|
||||||
|
|
||||||
|
* tell mke2fs that we _really_ want a filesystem on this "non-blockdevice"
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 22 Jul 2010 09:11:14 +0200
|
||||||
|
|
||||||
livecd-rootfs (1.139) maverick; urgency=low
|
livecd-rootfs (1.139) maverick; urgency=low
|
||||||
|
|
||||||
[ Steve Langasek ]
|
[ Steve Langasek ]
|
||||||
|
@ -87,7 +87,7 @@ livefs_ext2()
|
|||||||
|
|
||||||
# create an empty ext2 image and loop mount it
|
# create an empty ext2 image and loop mount it
|
||||||
dd if=/dev/zero of=livecd.${FSS}.ext2 bs=1024 count=0 seek=$size
|
dd if=/dev/zero of=livecd.${FSS}.ext2 bs=1024 count=0 seek=$size
|
||||||
mke2fs livecd.${FSS}.ext2
|
mke2fs -F livecd.${FSS}.ext2
|
||||||
mount -o loop=${DEV} livecd.${FSS}.ext2 ${MOUNTPOINT}
|
mount -o loop=${DEV} livecd.${FSS}.ext2 ${MOUNTPOINT}
|
||||||
|
|
||||||
# copy chroot content to image
|
# copy chroot content to image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user