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 11:22:18 +0200
committerAnton Hvornum <anton@hvornum.se>2021-09-18 11:22:18 +0200
commit6a125d5bd2e5e0c27dc1feb3598e2e60a0526dd8 (patch)
tree081291601d30969874d0e1cdb4e550a27aa0659e /examples
parentf6ceb8bba64db220ebfc4046bc2fd69da7185327 (diff)
Adding in options for BTRFS subvolumes
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index b7c75b30..afe648e7 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -116,6 +116,7 @@ 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: