calamares/src/modules/partition/partition.conf

18 lines
742 B
Plaintext
Raw Normal View History

# 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.
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
# 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"