armbian-build/extensions/calamares-installer/config/etc/calamares/modules.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

29 lines
694 B
Plaintext

# Calamares Modules Configuration
# This file declares which modules are available for the installer.
# The module names here must match the names used in settings.conf.
# --- UI Modules (shown in the sidebar) ---
# These modules provide the user interface for the installation steps.
- name: welcome
- name: partition
- name: users
- name: summary
- name: finished
# --- Execution Modules (run in the background) ---
# These modules perform the actual work of installing the system.
- name: partition
- name: rsync
- name: machineid
- name: fstab
- name: locale
- name: keyboard
- name: users
- name: displaymanager
- name: packages
- name: grubcfg
- name: bootloader
- name: shellprocess