Add default value to partition.conf.
This commit is contained in:
parent
498af8deef
commit
6fa467715c
@ -8,3 +8,10 @@ ensureSuspendToDisk: true
|
|||||||
|
|
||||||
# Correctly draw nested (e.g. logical) partitions as such.
|
# Correctly draw nested (e.g. logical) partitions as such.
|
||||||
drawNestedPartitions: false
|
drawNestedPartitions: false
|
||||||
|
|
||||||
|
# Default filesystem type, pre-selected in the "Create Partition" dialog.
|
||||||
|
# The filesystem type selected here is also used for automated install
|
||||||
|
# modes (Erase, Replace and Alongside).
|
||||||
|
# Suggested values: ext2, ext3, ext4, reiser, xfs, jfs, btrfs
|
||||||
|
# If nothing is specified, Calamares defaults to "ext4".
|
||||||
|
defaultFileSystemType: "ext4"
|
||||||
|
Loading…
Reference in New Issue
Block a user