calamares-parch/etc/calamares/settings.conf

67 lines
1.1 KiB
Text
Raw Normal View History

2023-10-05 15:22:58 +03:30
#Parch Linux Calamares settings configuration file
2023-10-05 12:55:53 +03:30
# Configuration file for Calamares
# Syntax is YAML 1.2
---
modules-search: [ local ]
instances:
2024-03-06 22:52:16 +03:30
- id: parchmkinitcpio
2023-10-05 12:55:53 +03:30
module: shellprocess
2024-03-06 22:52:16 +03:30
config: shellprocess-parch-mkinitcpio.conf
- id: parchsystemd
module: shellprocess
config: shellprocess-parch-systemd.conf
2023-10-05 12:55:53 +03:30
- id: remove-livecd
module: shellprocess
config: shellprocess-remove-livecd.conf
sequence:
- show:
2024-03-09 21:09:34 +03:30
- welcome
- locale
- keyboard
2023-10-05 12:55:53 +03:30
- partition
2024-03-09 21:09:34 +03:30
- users
2023-10-08 22:27:08 +03:30
- summary
2023-10-05 12:55:53 +03:30
- exec:
- partition
- mount
- unpackfs
- machineid
- fstab
2024-03-09 21:09:34 +03:30
- locale
- keyboard
2023-10-05 12:55:53 +03:30
- localecfg
- luksbootkeyfile
- luksopenswaphookcfg
2024-03-06 22:52:16 +03:30
- shellprocess@parchmkinitcpio
2023-10-05 12:55:53 +03:30
- initcpiocfg
- initcpio
- removeuser
2024-03-09 21:09:34 +03:30
- users
2023-10-05 12:55:53 +03:30
- displaymanager
2024-03-09 21:09:34 +03:30
- shellprocess@parchsystemd
2023-10-05 12:55:53 +03:30
- networkcfg
- hwclock
- services-systemd
- packages
- grubcfg
- bootloader
- shellprocess@remove-livecd
- umount
- show:
2023-10-05 16:09:38 +03:30
- finished
2023-10-05 12:55:53 +03:30
2024-03-26 13:49:38 +03:30
branding: parchlinux
2023-10-05 12:55:53 +03:30
prompt-install: false
dont-chroot: false
disable-cancel: false
disable-cancel-during-exec: false