[Fedora-livecd-list] Custom initrd

2009-08-14 Thread Mads Kiilerich
I am using livecd-creator from livecd-tools-024-1.fc11.i586 and need to customize the initrd. But I have problems making it work and figuring out what is going on. I have figured out that livecd-creator through imgcreate creates a /etc/sysconfig/mkinitrd. When rpms runs mkinitrd from their

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

Re: [Fedora-livecd-list] Custom initrd

2009-08-16 Thread Mads Kiilerich
Jeremy Katz wrote, On 08/16/2009 02:14 AM: So if you want to do this, you have to do something like we did for Fedora 8 on the initial move of initramfs stuff into mkinitrd proper. See commit 11dbd0bb5ba4b845e80109e990e4e780ca402218 Oh yeah. livecd-creator thinks (knows) that it is

Re: [Fedora-livecd-list] Custom initrd

2009-08-19 Thread Mads Kiilerich
Jeremy Katz wrote, On 08/16/2009 11:25 PM: On Sunday, August 16 2009, Mads Kiilerich said: Jeremy Katz wrote, On 08/16/2009 02:14 AM: So if you want to do this, you have to do something like we did for Fedora 8 on the initial move of initramfs stuff into mkinitrd proper. See commit

Re: [Fedora-livecd-list] -generic in initrd name confusing live.py?

2009-09-09 Thread Mads Kiilerich
On 09/09/2009 07:36 PM, Martin Dengler wrote: Hi, I'm getting a puzzling problem when building a .ks file that worked two days ago: Traceback (most recent call last): File /usr/bin/livecd-creator, line 140, inmodule sys.exit(main()) File /usr/bin/livecd-creator, line 124, in main

Re: [Fedora-livecd-list] error parsing ks file

2009-10-08 Thread Mads Kiilerich
An error in the error handling. Try this change and report the output: --- /usr/lib/python2.6/site-packages/imgcreate/kickstart.py.org 2009-10-08 15:57:27.0 +0200 +++ /usr/lib/python2.6/site-packages/imgcreate/kickstart.py 2009-10-08 16:00:29.0 +0200 @@ -50,7 +50,9 @@

Re: [Fedora-livecd-list] Error during the livecd-creator process

2009-10-25 Thread Mads Kiilerich
Danishka Navin wrote, On 10/25/2009 07:24 PM: I got following error while running the livecd-creator I used mirror-url of the rawhide I did the same thing for F11 two days ago on the same Fedora11 Box. what could be the issue? Removing password for user root. passwd: Success Traceback (most