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"
|
|
|
|
|
2017-02-09 18:08:47 +01:00
|
|
|
# Make sure an autogenerated swap partition is big enough for hibernation in
|
2017-06-12 09:51:36 +02:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
#
|
2017-02-09 18:08:47 +01:00
|
|
|
# Default is true.
|
2015-10-06 18:32:12 +02:00
|
|
|
ensureSuspendToDisk: true
|
|
|
|
|
2017-02-09 18:08:47 +01:00
|
|
|
# Never create swap partitions in automated partitioning modes.
|
|
|
|
# If this is true, ensureSuspendToDisk is ignored.
|
|
|
|
# Default is false.
|
|
|
|
neverCreateSwap: false
|
|
|
|
|
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
|
|
|
|
|
2017-10-23 12:23:19 +02:00
|
|
|
# Default filesystem type, used when a "new" partition is made.
|
|
|
|
#
|
|
|
|
# When replacing a partition, the existing filesystem inside the
|
|
|
|
# partition is retained. In other cases, e.g. Erase and Alongside,
|
|
|
|
# as well as when using manual partitioning and creating a new
|
|
|
|
# partition, this filesystem type is pre-selected. Note that
|
|
|
|
# editing a partition in manual-creation mode will not automatically
|
|
|
|
# change the filesystem type to this default value -- it is not
|
|
|
|
# creating a new partition.
|
|
|
|
#
|
2016-06-10 15:07:58 +02:00
|
|
|
# Suggested values: ext2, ext3, ext4, reiser, xfs, jfs, btrfs
|
|
|
|
# If nothing is specified, Calamares defaults to "ext4".
|
|
|
|
defaultFileSystemType: "ext4"
|
2016-09-26 13:14:54 +02:00
|
|
|
|
|
|
|
# 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:
|
2017-06-12 09:51:36 +02:00
|
|
|
#
|
2016-09-26 13:14:54 +02:00
|
|
|
# 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
|
2018-08-10 20:23:31 +02:00
|
|
|
# https://github.com/calamares/calamares/wiki/Deploy-LUKS
|
2016-09-26 13:14:54 +02:00
|
|
|
#
|
|
|
|
# If nothing is specified, LUKS is enabled in automated modes.
|
|
|
|
#enableLuksAutomatedPartitioning: true
|