summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-11 05:06:21 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-11 05:06:21 +0000
commit74a31334af83cd8c7ceb67beeadff58e01de523f (patch)
treeea3cbe5859bb5bb1445969811ee50532fe730e5a /textw
parentbffeabbe79485af899ddcb37c0c6d53159f60cf4 (diff)
downloadanaconda-74a31334af83cd8c7ceb67beeadff58e01de523f.tar.gz
anaconda-74a31334af83cd8c7ceb67beeadff58e01de523f.tar.xz
anaconda-74a31334af83cd8c7ceb67beeadff58e01de523f.zip
*sigh*
Diffstat (limited to 'textw')
-rw-r--r--textw/bootloader_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py
index 67c184a50..6ade9be24 100644
--- a/textw/bootloader_text.py
+++ b/textw/bootloader_text.py
@@ -317,7 +317,7 @@ class bootloaderPassword:
def __call__(self, screen, dispatch, bl, fsset, diskSet):
if not bl.useGrub():
- return
+ return INSTALL_NOOP
self.bl = bl