Description of problem:
beaker xml contains <ks_appends> which serves to append custom kickstart parts. seems to me usefull to have option for that.
Actual results:
missing options
Expected results:
--ks-append and/or --ks-append-file options
Additional info:
<ks_appends>
<ks_append>
%post
sed -i 's/CONSOLE_LOG=.*/CONSOLE_LOG=False/' /etc/beah.conf
%end
</ks_append>
</ks_appends>
I think it would make sense to include this functionality in the
general workflow code from where all workflows can make use of it
(similarly as the --ks-meta option). Jiri, what do you think?
Verify Steps:
1. run `bkr workflow-simple --dryrun --prettyxml --family Fedora21 --arch x86_64 --task '/distribution/install' --ks-append 'test or whatever command'`
2. check the ks_appends part in the output xml.
Matt Jia