index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Werner Llácer <wllacer@gmail.com> | 2022-01-25 18:12:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 18:12:45 +0100 |
commit | e629729d555987778262ff2db7e5a78726b2ea0c (patch) | |
tree | 3a6da22857f4f168e436c29f8319c4c18c01b989 /archinstall/lib/disk/user_guides.py | |
parent | 1aa738691e261b3dfaf5195ec7636617a283d47a (diff) |
-rw-r--r-- | archinstall/lib/disk/user_guides.py | 2 |
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 } |