Léon Keijser wrote:
> On Wed, 2008-10-08 at 23:10 +0900, Shuichi Ihara wrote:
>   
>> We can add or modify kernel options to --kopts="..." by "edit"
>> command, but how can I remove that options from --kopts=""?
>>     
>
> I don't know if this is the correct way, but --kopts=" "  (1 space
> between the quotes) works.
>
> regards,
>
> Léon
>
>
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://fedorahosted.org/mailman/listinfo/cobbler
>   

A perhaps clearer way is:

cobbler profile edit --name=foo --kopts=delete

Another cool trick is that if you define a kopts value at a higher level 
but don't want it at a lower level, you can tell Cobbler to omit it.

cobbler profile edit --name=foo --kopts="text"
cobbler system edit --name=bar --profile=foo --kopts="!text"

--Michael



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

Reply via email to