Hi

Since the upgrade to koan-1.2.5-1.el5, I get some a really odd grub.conf using 
koan livecd feature

     [...]
     title kick1223468404
           root (hd1,0)
->        kernel inuz root=/ nostorage ksdevice=eth0 ...
           initrd.img
->        initrd trd.img
     [...]

I'm booting the livecd from a virutal cdrom device and there is a usb stick 
plugged in. So the device special of the usb stick is /dev/sda1
The problem is caused from the follwing entry in app.py, line 695

[...]
cmd.append("--boot-filesystem=/dev/sda1")
[...]

This command adds --boot-filesystem=/dev/sda1 to grubby and leads to the 
strange grub.conf since sda1 is not my livecd..
Without the "boot-filesystem" option, everything would be ok.

Basically, the only option I need is "--bad-image-okay". Would it be possible 
to extend koan with a new option or let koan fiugure out the correct device 
instead of hardcoding /dev/sda1?

Regards Mathias


Sicherheitshinweis:
Dieses E-Mail von PostFinance ist signiert. Weitere Informationen finden Sie 
unter: 
https://www.postfinance.ch/e-signature.
Geben Sie Ihre Sicherheitselemente niemals Dritten bekannt.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to