67 lines
No EOL
1.5 KiB
Text
67 lines
No EOL
1.5 KiB
Text
# Calamares settings for Debian Atomic Desktop installer
|
|
---
|
|
# This is the main configuration file for Calamares.
|
|
# It contains the general settings for the installer.
|
|
|
|
# Modules can be job modules (with different interfaces) and can be
|
|
# shown in the main page, or be part of the sequence of jobs.
|
|
# Each module can be loaded multiple times, so the module name
|
|
# should represent a feature and not a specific module.
|
|
|
|
# Instances section
|
|
# Each module can be loaded multiple times, so the module name
|
|
# should represent a feature and not a specific module.
|
|
instances:
|
|
- id: welcome
|
|
module: welcome
|
|
config: welcome.conf
|
|
|
|
- id: locale
|
|
module: locale
|
|
config: locale.conf
|
|
|
|
- id: keyboard
|
|
module: keyboardq
|
|
config: keyboard.conf
|
|
|
|
- id: partition
|
|
module: partition
|
|
config: partition.conf
|
|
|
|
- id: users
|
|
module: users
|
|
config: users.conf
|
|
|
|
- id: summary
|
|
module: summary
|
|
config: summary.conf
|
|
|
|
- id: finished
|
|
module: finished
|
|
config: finished.conf
|
|
|
|
# Sequence section
|
|
# This section defines the order in which the modules are shown.
|
|
sequence:
|
|
- show:
|
|
- welcome
|
|
- locale
|
|
- keyboard
|
|
- partition
|
|
- users
|
|
- summary
|
|
- exec:
|
|
- partition
|
|
- users
|
|
- finished
|
|
|
|
# Branding section
|
|
# This section defines the branding for the installer.
|
|
branding: debian
|
|
|
|
# Prompts section
|
|
# This section defines the prompts shown to the user.
|
|
prompts:
|
|
- type: "ok"
|
|
message: "Installation Complete"
|
|
description: "The Debian Atomic Desktop has been installed successfully." |