Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk/user_guides.py
diff options
context:
space:
mode:
authorWerner Llácer <wllacer@gmail.com>2022-01-25 18:12:45 +0100
committerGitHub <noreply@github.com>2022-01-25 18:12:45 +0100
commite629729d555987778262ff2db7e5a78726b2ea0c (patch)
tree3a6da22857f4f168e436c29f8319c4c18c01b989 /archinstall/lib/disk/user_guides.py
parent1aa738691e261b3dfaf5195ec7636617a283d47a (diff)
Correct definition of btrfs standard layout (#906)
Diffstat (limited to 'archinstall/lib/disk/user_guides.py')
-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
}