armbian-build/extensions/calamares-installer/config/etc/calamares/modules/partition.conf
Igor Pecovnik e95f37d4c6
Add Calamares installer extension
Add new Calamares-based installer extension with configuration for
automated Armbian installations, including partition, unpackfs,
displaymanager, and shellprocess modules.

Signed-off-by: Igor Pecovnik <igor@armbian.com>
2026-02-23 19:46:02 +01:00

11 lines
270 B
Plaintext

partitionFileSystemType: "ext4"
defaultFileSystemType: "ext4"
# This tells Calamares to create a separate /boot partition
efiSystemPartition: "/boot"
userSwapChoices:
- none
- file
ensureSuspendToDisk: false
allowZfs: false
allowLuksAutomatedPartitioning: false