summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-11 22:19:19 +0000
committerbfox <bfox>2001-07-11 22:19:19 +0000
commit76b38094a6523e79e33cfc21ac8c35ed3998076a (patch)
tree008a3be7b7dfde6d1aa14542697ca927fc3285f0 /bootloader.py
parentb7a20ee1ea309e420d498d9e63aedc88d34ec237 (diff)
downloadanaconda-76b38094a6523e79e33cfc21ac8c35ed3998076a.tar.gz
anaconda-76b38094a6523e79e33cfc21ac8c35ed3998076a.tar.xz
anaconda-76b38094a6523e79e33cfc21ac8c35ed3998076a.zip
move GUI GRUB password to a new screen
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader.py b/bootloader.py
index 66109da54..3ac9377e9 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -352,6 +352,9 @@ class x86BootloaderInfo(bootloaderInfo):
self.password = crypt.crypt (val, salt)
self.pure = val
+ def getPassword (self):
+ return self.pure
+
def setForceLBA(self, val):
self.forceLBA32 = val