From 4cd318f1004c763735144a0ec6ce1eb757e69868 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 30 Jun 2025 21:32:13 +0200 Subject: [PATCH] update --- airootfs/etc/calamares/modules/partition.conf | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 airootfs/etc/calamares/modules/partition.conf diff --git a/airootfs/etc/calamares/modules/partition.conf b/airootfs/etc/calamares/modules/partition.conf new file mode 100644 index 0000000..23a46ce --- /dev/null +++ b/airootfs/etc/calamares/modules/partition.conf @@ -0,0 +1,28 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 + +efi: + mountPoint: "/boot/efi" + recommendedSize: 300MiB + minimumSize: 32MiB + label: "EFI" + +userSwapChoices: + - none + - small + - suspend + - file + +luksGeneration: luks1 + +drawNestedPartitions: false +alwaysShowPartitionLabels: true +initialPartitioningChoice: none +initialSwapChoice: none + +lvm: + enable: false + +defaultFileSystemType: "ext4" + +essentialMounts: [ "live-*", "control", "ventoy" ]