[rhel6-branch] Write new options to zipl.conf (#1171053)

Vratislav Podzimek vpodzime at redhat.com
Tue Dec 16 08:25:27 UTC 2014


On Mon, 2014-12-15 at 09:38 -0500, Samantha N. Bueno wrote:
> This is a backport of 0a7d09ae, which sets two variables in zipl.conf
> since zipl will now provide functionality appropriate for this.
> 
> Thanks to Dan HorĂ¡k <dan at danny.cz> for the original patch.
> 
> Resolves: rhbz#1171053
> ---
>  booty/s390.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/booty/s390.py b/booty/s390.py
> index 97597b3..6773dc6 100644
> --- a/booty/s390.py
> +++ b/booty/s390.py
> @@ -145,6 +145,7 @@ class s390BootloaderInfo(bootloaderInfo):
>          f = open(instRoot + cf, "w+")        
>  
>          f.write('[defaultboot]\n')
> +        f.write('defaultauto\nprompt=1\n')
>          if self.timeout:
>              f.write('timeout=%d\n' % self.timeout)
>          defaultList = filter(lambda x: not (x[0].endswith('debug') or x[0].endswith('kdump')), kernelList)
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic




More information about the anaconda-patches mailing list