Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-09-18 15:52:29 +0200
committerAnton Hvornum <anton@hvornum.se>2021-09-18 15:52:29 +0200
commited823be3bae2151a73ba9817a32c226ac5a3c1c0 (patch)
treeb947300c920369024447939c9cd5fbe688eb2c88 /examples
parent68212dd32cf10e263456ae69cead762731667775 (diff)
Refactoring and cleaning up a bit
I'm making sure that the JSON structure of the user config can get a say in how the subvolumes should be used later on. As well as splitting up where the logic should be to make it easier to maintain.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index afe648e7..b7c75b30 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -116,7 +116,6 @@ def ask_user_questions():
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.disk_layout_filesystem_checks(archinstall.storage['disk_layouts'])
# Get disk encryption password (or skip if blank)
if archinstall.arguments['harddrives'] and archinstall.arguments.get('!encryption-password', None) is None: