Files
2023-04-29 00:31:15 +05:30

76 lines
1.4 KiB
Plaintext

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Configuration file for Calamares
## Modules
modules-search: [ local ]
## Instances
instances:
- id: kms
module: shellprocess
config: shellprocess_kms.conf
## Sequence
sequence:
- show:
- welcome
- locale
- keyboard
- partition
- users
- summary
- exec:
- partition
- mount
- unpackfs
- machineid
- fstab
- locale
- keyboard
- localecfg
- luksbootkeyfile
- luksopenswaphookcfg
- initcpiocfg
- shellprocess@kms
- initcpio
- removeuser
- users
- displaymanager
- networkcfg
- hwclock
- services-systemd
- packages
- shellprocess
- grubcfg
- bootloader
- preservefiles
- umount
- show:
- finished
## Branding
branding: tuxOS
## Whether calamares should show "Are you sure?" prompt right before each execution phase.
prompt-install: false
## Whether use calamares as a post-install configuration tool rather than system installer.
dont-chroot: false
## Whether Calamares should refer itself as a "setup program" rather than an "installer".
oem-setup: false
## Disable the "Cancel" button entirely.
disable-cancel: false
## Disable the "Cancel" button once you start the 'Installation'.
disable-cancel-during-exec: false
## Hide the "Next" and "Back" button once you start the 'Installation'.
hide-back-and-next-during-exec: false
## Quit automatically after 'Installation'.
quit-at-end: false