Correct definition of btrfs standard layout (#906)
This commit is contained in:
parent
1aa738691e
commit
e629729d55
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue