Correct definition of btrfs standard layout

This commit is contained in:
Werner Llácer 2022-01-25 18:02:28 +01:00
parent bb98594054
commit 8fb6c5e2c1
1 changed files with 1 additions and 1 deletions

View File

@ -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
}