Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/only_hd.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/only_hd.py')
-rw-r--r--examples/only_hd.py5
1 files changed, 0 insertions, 5 deletions
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'):