Correct definition of btrfs standard layout
This commit is contained in:
parent
bb98594054
commit
8fb6c5e2c1
|
|
@ -66,7 +66,7 @@ def suggest_single_disk_layout(block_device :BlockDevice,
|
||||||
"start" : "206MiB",
|
"start" : "206MiB",
|
||||||
"encrypted" : False,
|
"encrypted" : False,
|
||||||
"format" : True,
|
"format" : True,
|
||||||
"mountpoint" : "/",
|
"mountpoint" : "/" if not using_subvolumes else None,
|
||||||
"filesystem" : {
|
"filesystem" : {
|
||||||
"format" : default_filesystem
|
"format" : default_filesystem
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue