Re: [Fedora-livecd-list] Custom initrd

2009-08-15 Thread Mads Kiilerich
Jeremy Katz wrote, On 08/15/2009 04:45 AM: On Saturday, August 15 2009, Mads Kiilerich said: I have figured out that livecd-creator through imgcreate creates a /etc/sysconfig/mkinitrd. When rpms runs mkinitrd from their %post script then it will exec mkliveinitrd and use the configured modul

[Fedora-livecd-list] Why resize back ext3fs.img to bigger size.

2009-08-15 Thread Alexander Todorov
Hi, in fs.py in ExtDiskMount.resparse() function we resize and truncate the image to minimum possible size (i.e. ext3 becomes 100% full) and then resize it back to the size specified in kickstart. In most cases this results in ext3fs.img which when mounted has lots of free space on it. Why is tha

Re: [Fedora-livecd-list] Why resize back ext3fs.img to bigger size.

2009-08-15 Thread Mads Kiilerich
Alexander Todorov wrote, On 08/15/2009 10:39 PM: Hi, in fs.py in ExtDiskMount.resparse() function we resize and truncate the image to minimum possible size (i.e. ext3 becomes 100% full) and then resize it back to the size specified in kickstart. In most cases this results in ext3fs.img which when

Re: [Fedora-livecd-list] Why resize back ext3fs.img to bigger size.

2009-08-15 Thread Jeremy Katz
On Sunday, August 16 2009, Mads Kiilerich said: > Alexander Todorov wrote, On 08/15/2009 10:39 PM: >> Hi, >> in fs.py in ExtDiskMount.resparse() function we resize and truncate the >> image to >> minimum possible size (i.e. ext3 becomes 100% full) and then resize it back >> to >> the size specifi

Re: [Fedora-livecd-list] Custom initrd

2009-08-15 Thread Jeremy Katz
On Saturday, August 15 2009, Mads Kiilerich said: > Jeremy Katz wrote, On 08/15/2009 04:45 AM: >> On Saturday, August 15 2009, Mads Kiilerich said: >>> What am I doing wrong? When is the initrd picked up? What is the code flow? >>> >> %post runs after we've set up the boot loader bits. Other