2015-02-14 22:53:00 +01:00
|
|
|
# This setting specifies the mount point of the EFI system partition. Some
|
2015-03-16 09:06:58 +01:00
|
|
|
# distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
|
2015-02-14 22:53:00 +01:00
|
|
|
# etc.) use just /boot.
|
2015-10-06 18:32:12 +02:00
|
|
|
efiSystemPartition: "/boot/efi"
|
|
|
|
|
|
|
|
# Make sure an autogenerated swap partition is big enough for hibernation
|
|
|
|
ensureSuspendToDisk: true
|
|
|
|
|
2016-02-10 14:58:20 +01:00
|
|
|
# Correctly draw nested (e.g. logical) partitions as such.
|
2016-02-10 15:39:52 +01:00
|
|
|
drawNestedPartitions: false
|
2016-06-10 15:07:58 +02:00
|
|
|
|
2016-06-23 10:00:55 +02:00
|
|
|
# Show/hide partition labels on manual partitioning page.
|
|
|
|
alwaysShowPartitionLabels: true
|
|
|
|
|
2016-06-10 15:07:58 +02:00
|
|
|
# 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"
|