# SPDX-FileCopyrightText: no # SPDX-License-Identifier: CC0-1.0 # # 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. # # Defaults to "/boot/efi", may be empty (but weird effects ensue) efiSystemPartition: "/boot/efi" # Size of the EFI system partition, default : 300MiB efiSystemPartitionSize: 512M # Name of the EFI system partition efiSystemPartitionName: EFI # In autogenerated partitioning, allow the user to select a swap size? userSwapChoices: - none # Create no swap, use no swap - small # Up to 4GB - suspend # At least main memory size - file # To swap file instead of partition # Name of the swap partition swapPartitionName: swap # Correctly draw nested (e.g. logical) partitions as such. drawNestedPartitions: false # Show/hide partition labels on manual partitioning page. alwaysShowPartitionLabels: true # Allow manual partitioning. allowManualPartitioning: true # Initial selection on the Choice page initialPartitioningChoice: none initialSwapChoice: none # Default partition table type, used when a "erase" disk is made. #defaultPartitionTableType: gpt # Default filesystem type, used when a "new" partition is made. defaultFileSystemType: "ext4" # Show/hide LUKS related functionality in automated partitioning modes. enableLuksAutomatedPartitioning: true # Filesystem type choice, When user select Erase Disk. availableFileSystemTypes: ["ext4","btrfs","xfs","jfs","reiser"]