Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/disk')
-rw-r--r--archinstall/lib/disk/user_guides.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/disk/user_guides.py b/archinstall/lib/disk/user_guides.py
index 49ee10e4..4ba22b4f 100644
--- a/archinstall/lib/disk/user_guides.py
+++ b/archinstall/lib/disk/user_guides.py
@@ -66,7 +66,7 @@ def suggest_single_disk_layout(block_device :BlockDevice,
"start" : "206MiB",
"encrypted" : False,
"format" : True,
- "mountpoint" : "/",
+ "mountpoint" : "/" if not using_subvolumes else None,
"filesystem" : {
"format" : default_filesystem
}