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>
11 lines
270 B
Plaintext
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
|