>> cobbler system edit --name=myhost --kickstart="" > The syntax you provided above /should/ work, but for some reason it does > not. Perhaps bash does not like passing empty strings?
I tried both single and double quotes, and no quotes at all. No errors from Cobbler in any of these cases. > The following syntax does work, as tested, however: > > cobbler system edit --name=myhost --kickstart=delete Ah, that was one of the permutations I did not try. Okay, that works! > Cobbler doesn't like the equals in your variables because that's how we > store the variables as seperate key/value pairs. This would be a good > opportunity to look at: > https://fedorahosted.org/cobbler/wiki/KickstartSnippets I have been playing with snippets, too. For "method" in particular, I have solved it by installing via NFS and putting all my ISO images in a single directory. Kickstart is smart enough to find the right one. > Hope that helps! Many thanks! Chris _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
