> > I've been playing with making an unattended installer for the HP > > Proliant Firmware CD. > > > > I'm adding a distro with the following kernel options: > > > > "rw root=/dev/ram0 loglevel=3 ramdisk_size=320000 init=/bin/init > > ide=nodma ide=noraid pnpbios=off media=usb CDVOLUME=HPFWUP$nodotver" > > > > But the generated PXE configuration adds a lot of additional options > > that are kickstart specific: > > > > "append initrd=/images/HP_Firmware_8.30/initrd-8.30.img > > ksdevice=bootif lang= CDVOLUME=HPFWUP830 loglevel=3 text pnpbios=off > > syslog=10.227.128.209:25150 init=/bin/init rw kssendmac media=usb > > ramdisk_size=320000 ide=nodma ide=noraid root=/dev/ram0 > > IMAGENAME=bcsia74 auto=true > > url=http://10.227.128.209/cblr/svc/op/ks/system/bcsia74" > > > > Is it possible to remove the redhat specific kernel options from the > > global settings file and and make the ksdevice, kssendmac, etc. kernel > > options only for the distro with the redhat breed? > > > > Manually, this is doable even now: > > cobbler profile edit --name=foo --kopts="!ksdevice" --in-place > > For example, will remove ksdevice. You can apply those edits to distros > and/or systems. > > Currently the default args are in the settings file. > > > Is it possible to add a livecd distro breed that can be used for > > booting any firmware or other livecd? > > See the "All About Images" info on the Wiki, there is some info there > about how to do live CD pxe booting. I'm not sure we need a breed for it?
A new breed is needed to not let cobbler insert additional kernel options in pxegen.py (line 460) that are not needed and only add confusion. Options that I see being added, but are not usefull for livecd's: - Kssendmac - Syslog - Ks (or Auto and Url for debian) - Lang - Text - Ksdevice The same is for the debian breed, also the RedHat specific ksdevice, kssendmac and syslog options are added. Regards, Peter This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
