21 lines
833 B
Plaintext
21 lines
833 B
Plaintext
# This setting specifies the mount point of the EFI system partition. Some
|
|
# distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
|
|
# etc.) use just /boot.
|
|
efiSystemPartition: "/boot/efi"
|
|
|
|
# Make sure an autogenerated swap partition is big enough for hibernation
|
|
ensureSuspendToDisk: true
|
|
|
|
# Correctly draw nested (e.g. logical) partitions as such.
|
|
drawNestedPartitions: false
|
|
|
|
# Show/hide partition labels on manual partitioning page.
|
|
alwaysShowPartitionLabels: true
|
|
|
|
# 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"
|