On Wed, Oct 26, 2011 at 6:04 PM, Simon Woolsgrove <[email protected]> wrote: > > Just installed 2.2 (great job by the way) if we have a system with > duplicate keys in the kernel options e.g. console=x console=y buildiso > is generating a list on the append line e.g. > > # cobbler system dumpvars --name=fred | grep -i kernel_options > > kernel_options : lang= console=tty0 console=ttyS0,115200 text noipv6 > selinux=0 kssendmac > > This gives a isolinux.cfg of > > LABEL fred > > MENU LABEL fred > > kernel 1.krn > > append initrd=1.img ks=http://x.x.x.x/cblr/svc/op/ks/system/fred > ksdevice=eth1 ip=123.123.123.123 netmask=255.255.255.0 > gateway=123.123.123.1 dns=123.123.123.62 lang= console=['tty0', > 'ttyS0,115200'] text noipv6 selinux=0 kssendmac > > MENU END > > > > Will have a look at the code but if someone gets there before us ... btw > this happens for any duplicates e.g. blacklist=module1 blacklist=module2 >
Hi, Thanks for reporting. Could you please help me understand this better? 1) Did you upgrade from a previous version, if so what version? 2) Can you also describe why you need/want to use the same kernel options more than once? Besides all that, it seems like a bug... i will look into it. -- Grtz, Jörgen Maas _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
