[Beaker-devel] Feedback regarding implementing BZ#989924

Amit Saha asaha at redhat.com
Mon Aug 26 02:34:57 UTC 2013



----- Original Message -----
> From: "Nick Coghlan" <ncoghlan at redhat.com>
> To: beaker-devel at lists.fedorahosted.org
> Sent: Monday, August 26, 2013 12:31:26 PM
> Subject: Re: [Beaker-devel] Feedback regarding implementing BZ#989924
> 
> On 08/26/2013 12:17 PM, Amit Saha wrote:
> > Regarding implementing [1], the two main changes are:
> > 
> > 1. Adding support for a new ks_meta option. For eg. <recipe
> > ks_meta="auth='--useshadow --enablemd5'">
> > 2. And having support for reading it in the template:
> > 
> > +{% if auth %}
> > +auth {{ auth }}
> > +{% endif %}
> > 
> > When the ks_meta option is not specified, the generated kickstart doesn't
> > get a 'auth' command entry.
> > 
> > Does this look fine?
> 
> For older RHEL versions, we may want to keep the non-empty auth by
> default. Work out when shadow and md5-or-better became the default, and
> keep forcing them up until then. Alternatively, as a research-free
> alternative, I'm happy to go with "keep the kickstart customisation for
> RHEL3 and RHEL4, switch to using the anaconda defaults for RHEL5 and later".

Do you mean, we keep the Beaker enforced defaults for RHEL3 and RHEL4?

And use Anaconda defaults (unless overridden from ks_meta) for RHEL5+ and Fedora ?



-- 
Amit Saha <http://echorand.me>
Infrastructure Engineering and Development
Red Hat, Inc.


More information about the Beaker-devel mailing list