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

Cheers,
Simon

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

Reply via email to