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>
29 lines
694 B
Plaintext
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
|