diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-27 14:48:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-27 14:48:00 +0000 |
commit | 32811798b7640a75fa553aa28daea60a9ba7e126 (patch) | |
tree | a5e7038a9d0ba109de855b9c019d876245ffbab8 /app-misc/calamares-config-redcore/files | |
parent | 58a5e9915d40099ca87b77f5c5abd75ce98bbac6 (diff) |
app-misc/calamares-config-redcore : revision bump
Diffstat (limited to 'app-misc/calamares-config-redcore/files')
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/partition.conf | 18 |
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 |