56 lines
2.4 KiB
Plaintext
56 lines
2.4 KiB
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 in
|
|
# automated partitioning modes. Swap can be disabled through *neverCreateSwap*.
|
|
#
|
|
# When *ensureSuspendToDisk* is true, swap is never smaller than physical
|
|
# memory, follows the guideline 2 * memory until swap reaches 8GiB.
|
|
# When *ensureSuspendToDisk* is false, swap size scales up with memory
|
|
# size until 8GiB, then at roughly half of memory size.
|
|
#
|
|
#
|
|
# Default is true.
|
|
ensureSuspendToDisk: true
|
|
|
|
# Never create swap partitions in automated partitioning modes.
|
|
# If this is true, ensureSuspendToDisk is ignored.
|
|
# Default is false.
|
|
neverCreateSwap: false
|
|
|
|
# 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"
|
|
|
|
# Show/hide LUKS related functionality in automated partitioning modes.
|
|
# Disable this if you choose not to deploy early unlocking support in GRUB2
|
|
# and/or your distribution's initramfs solution.
|
|
#
|
|
# BIG FAT WARNING:
|
|
#
|
|
# This option is unsupported, as it cuts out a crucial security feature.
|
|
# Disabling LUKS and shipping Calamares without a correctly configured GRUB2
|
|
# and initramfs is considered suboptimal use of the Calamares software. The
|
|
# Calamares team will not provide user support for any potential issue that
|
|
# may arise as a consequence of setting this option to false.
|
|
# It is strongly recommended that system integrators put in the work to support
|
|
# LUKS unlocking support in GRUB2 and initramfs/dracut/mkinitcpio/etc.
|
|
# Support is offered to system integrators that wish to do so, through the
|
|
# Calamares bug tracker, as well as in #calamares on Freenode.
|
|
# For more information on setting up GRUB2 for Calamares with LUKS, see
|
|
# https://github.com/calamares/calamares/wiki/LUKS-Deployment
|
|
#
|
|
# If nothing is specified, LUKS is enabled in automated modes.
|
|
#enableLuksAutomatedPartitioning: true
|