66 lines
1.1 KiB
Text
66 lines
1.1 KiB
Text
#Parch Linux Calamares settings configuration file
|
|
|
|
# Configuration file for Calamares
|
|
# Syntax is YAML 1.2
|
|
---
|
|
|
|
modules-search: [ local ]
|
|
|
|
instances:
|
|
- id: parchmkinitcpio
|
|
module: shellprocess
|
|
config: shellprocess-parch-mkinitcpio.conf
|
|
- id: parchsystemd
|
|
module: shellprocess
|
|
config: shellprocess-parch-systemd.conf
|
|
- id: remove-livecd
|
|
module: shellprocess
|
|
config: shellprocess-remove-livecd.conf
|
|
|
|
sequence:
|
|
- show:
|
|
- welcome
|
|
- locale
|
|
- keyboard
|
|
- partition
|
|
- users
|
|
- summary
|
|
- exec:
|
|
- partition
|
|
- mount
|
|
- unpackfs
|
|
- machineid
|
|
- fstab
|
|
- locale
|
|
- keyboard
|
|
- localecfg
|
|
- luksbootkeyfile
|
|
- luksopenswaphookcfg
|
|
- shellprocess@parchmkinitcpio
|
|
- initcpiocfg
|
|
- initcpio
|
|
- removeuser
|
|
- users
|
|
- displaymanager
|
|
- shellprocess@parchsystemd
|
|
- networkcfg
|
|
- hwclock
|
|
- services-systemd
|
|
- packages
|
|
- grubcfg
|
|
- bootloader
|
|
- shellprocess@remove-livecd
|
|
- umount
|
|
- show:
|
|
- finished
|
|
|
|
|
|
branding: parchiso
|
|
|
|
prompt-install: false
|
|
|
|
dont-chroot: false
|
|
|
|
disable-cancel: false
|
|
|
|
disable-cancel-during-exec: false
|