index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Werner Llácer <wllacer@gmail.com> | 2022-02-07 01:58:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 01:58:33 +0100 |
commit | ef558fdb4559d113f55c8a9df2ebefda9bd25ae5 (patch) | |
tree | 0ccb70e5e7e1f4fcb6e595c4e2e3b1ea8b6d8f0a /examples | |
parent | 20e23dcecd2bb4eeb72d324c33a29685c0241035 (diff) |
-rw-r--r-- | examples/only_hd.py | 5 |
diff --git a/examples/only_hd.py b/examples/only_hd.py index cc60a3b9..c0364cd1 100644 --- a/examples/only_hd.py +++ b/examples/only_hd.py @@ -28,11 +28,6 @@ class OnlyHDMenu(archinstall.GlobalMenu): """ overloaded method """ def check(s): return self.option(s).has_selection() - - # Get disk encryption password (or skip if blank) - if archinstall.arguments.get('!encryption-password', None) is None: - if passwd := archinstall.get_password(prompt=str(_('Enter disk encryption password (leave blank for no encryption): '))): - archinstall.arguments['!encryption-password'] = passwd _, missing = self.mandatory_overview() if check('harddrives'): |