diff options
author | bfox <bfox> | 2001-07-11 22:19:19 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-07-11 22:19:19 +0000 |
commit | 76b38094a6523e79e33cfc21ac8c35ed3998076a (patch) | |
tree | 008a3be7b7dfde6d1aa14542697ca927fc3285f0 /dispatch.py | |
parent | b7a20ee1ea309e420d498d9e63aedc88d34ec237 (diff) | |
download | anaconda-76b38094a6523e79e33cfc21ac8c35ed3998076a.tar.gz anaconda-76b38094a6523e79e33cfc21ac8c35ed3998076a.tar.xz anaconda-76b38094a6523e79e33cfc21ac8c35ed3998076a.zip |
move GUI GRUB password to a new screen
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py index 55fb99970..1c79064f4 100644 --- a/dispatch.py +++ b/dispatch.py @@ -77,6 +77,7 @@ installSteps = [ "id.fsset", "id.diskset", "dir")), ("bootloader", ("dispatch", "id.bootloader", "id.fsset", "id.diskset")), + ("bootloaderpassword", ("id.bootloader",)), ("network", ("id.network",)), ("firewall", ("id.network", "id.firewall")), ("languagesupport", ("id.langSupport",)), |