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

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon Dec 15 14:38:57 UTC 2014


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)
-- 
1.8.3.1



More information about the anaconda-patches mailing list