Tom Brown wrote: >> I think it's more likely that they just don't use the parameter "initrd=". >> >> > > they dont as there is no initrd as such just this xen.gz - if you use > initrd= the install fails > > >> Anyway, we could add a new breed for it, but I am not inclined to do it >> for a proprietary Linux distribution. >> >> Sorry! >> >> > > oof > > >> I believe things like "---" should work fine, for instance you can set >> noapic easily which has no value. Perhaps you have >> the literal string None in there as the value. >> >> >> > > i add them as --- but in the rendered out file in pxelinux.cfg they are > ---=None which does not seem right to me. > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
works for me cobbler system edit --name=baz --kopts="--- noapic foo dog=fido" append initrd=/images/foo/foo ksdevice=bootif lang= --- noapic text foo kssendmac dog=fido ks=http://127.0.0.1/cblr/svc/op/ks/system/baz _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
