Correct definition of btrfs standard layout (#906)

This commit is contained in:
Werner Llácer 2022-01-25 18:12:45 +01:00 committed by GitHub
parent 1aa738691e
commit e629729d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}