From 32811798b7640a75fa553aa28daea60a9ba7e126 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 27 Dec 2022 14:48:00 +0000 Subject: app-misc/calamares-config-redcore : revision bump --- .../files/modules/partition.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-misc/calamares-config-redcore/files/modules/partition.conf (limited to 'app-misc/calamares-config-redcore/files/modules/partition.conf') 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 -- cgit v1.2.3