summaryrefslogtreecommitdiff
path: root/app-misc/calamares-config-redcore/files/modules/partition.conf
blob: ff39e3564720eeea0b990253d037798793509b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
efiSystemPartition:     "/boot/efi"
efiSystemPartitionSize:     300M
efiSystemPartitionName:     EFI
userSwapChoices:
    - none      # Create no swap, use no swap
    - small     # Up to 4GB
    - suspend   # At least main memory size
drawNestedPartitions:   true
alwaysShowPartitionLabels: true
allowManualPartitioning:   true
initialPartitioningChoice: none
initialSwapChoice: none
defaultPartitionTableType: gpt
requiredPartitionTableType:
     - msdos
     - gpt
defaultFileSystemType:  "ext4"
enableLuksAutomatedPartitioning:    true