summaryrefslogtreecommitdiff
path: root/app-misc/calamares-config-redcore/files/modules/partition.conf
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/calamares-config-redcore/files/modules/partition.conf')
-rw-r--r--app-misc/calamares-config-redcore/files/modules/partition.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/calamares-config-redcore/files/modules/partition.conf b/app-misc/calamares-config-redcore/files/modules/partition.conf
new file mode 100644
index 00000000..ff39e356
--- /dev/null
+++ b/app-misc/calamares-config-redcore/files/modules/partition.conf
@@ -0,0 +1,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