Description of problem:
"Kernel Options" and "Kernel Options Post" doesn't work properly if "=" character is included inside any parameter (for example: my_parameter="my_option=enable").
Then, when one goes to the "Provision" tab and selects appropriate distro, "Kernel Options" fields are not populated correctly:
parameter="my_option
is appended, but second part:
=enable"
is missing
Version-Release number of selected component (if applicable):
Beaker-0.8.0
How reproducible:
always
Steps to Reproduce:
1. In the "Install Options" tab, add new item with "Kernel Options" or "Kernel Options Post" field in form:
my_parameter="my_option=enable"
2. go to the "Provision" tab and select appropriate distro
3. check parameters in "Kernel Options (Install)" / "Kernel Options (Post)" fields
Actual results:
parameter="my_option
Expected results:
my_parameter="my_option=enable"