Rainer Duffner wrote:
> Hi,
>
> When you issue a parameter (in the ksmeta-section) that is surrounded by
> quotes, the web-interface cuts of the output at that point the next time
> you edit that system.
> But the values are in the DB - the kickstart get's rendered correctly.
>
>
>
>
> Best Regards,
> Rainer
> .
>
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://fedorahosted.org/mailman/listinfo/cobbler
>   

This is because the HTML is unescaped.   We'll need to modify the 
templates to call some Cheetah function in cases where we expect a 
variable to potentially have quotes in it.

However, in the case of ksmeta, it's stored as hash, so there really 
aren't any quotes... unless the code that converts the hash to a string 
is putting them in.   

Are you using a kernel option that requires multiple values in quotes?   
Can you give an example?

--Michael



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

Reply via email to