From ef558fdb4559d113f55c8a9df2ebefda9bd25ae5 Mon Sep 17 00:00:00 2001 From: Werner Llácer Date: Mon, 7 Feb 2022 01:58:33 +0100 Subject: Solving some issues after merging flexible_menu (#948) * Correct definition of btrfs standard layout * Solve issue #936 * make ask_for_a_timezone as synonym to ask_timezone * first batch of changes due to the last merges selector.text is a call to selector.menu_text A number of Generalmenu methods reappeared in their old version at Global * disk encryption password menu option restored --- examples/only_hd.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples') 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'): -- cgit v1.2.3-70-g09d2