From e629729d555987778262ff2db7e5a78726b2ea0c Mon Sep 17 00:00:00 2001 From: Werner Llácer Date: Tue, 25 Jan 2022 18:12:45 +0100 Subject: Correct definition of btrfs standard layout (#906) --- archinstall/lib/disk/user_guides.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall') 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 } -- cgit v1.2.3-54-g00ecf