From e532b7615813e72fe576c20eaf4cd988e9ef8729 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Mon, 22 Nov 2021 15:08:41 -0500 Subject: Make NTFS an advanced option (#753) * Make NTFS an advanced option --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index a86aafd2..3b2f87b8 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -109,7 +109,7 @@ def ask_user_questions(): allow_empty=True) if archinstall.arguments.get('harddrives', None) is not None and archinstall.storage.get('disk_layouts', None) is None: - archinstall.storage['disk_layouts'] = archinstall.select_disk_layout(archinstall.arguments['harddrives']) + archinstall.storage['disk_layouts'] = archinstall.select_disk_layout(archinstall.arguments['harddrives'], archinstall.arguments.get('advanced', False)) # Get disk encryption password (or skip if blank) if archinstall.arguments['harddrives'] and archinstall.arguments.get('!encryption-password', None) is None: -- cgit v1.2.3-54-g00ecf