[PATCH 3/5] YabootSILOBase objects don't have an encrypted_password parameter (#869016).

Chris Lumens clumens at redhat.com
Tue Oct 23 15:02:22 UTC 2012


---
 pyanaconda/bootloader.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index c0c12df..e29d134 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1666,7 +1666,7 @@ class YabootSILOBase(BootLoader):
                 continue
 
             args = Arguments()
-            if self.password or self.encrypted_password:
+            if self.password:
                 args.add("rd.shell=0")
             if image.initrd:
                 initrd_line = "\tinitrd=%s/%s\n" % (self.boot_prefix,
-- 
1.7.11.2



More information about the anaconda-patches mailing list