63 lines
967 B
Text
63 lines
967 B
Text
|
#Arch-Linux-GUI Calamares settings configuration file
|
||
|
|
||
|
# Configuration file for Calamares
|
||
|
# Syntax is YAML 1.2
|
||
|
---
|
||
|
|
||
|
modules-search: [ local ]
|
||
|
|
||
|
instances:
|
||
|
- id: algmkinitcpio
|
||
|
module: shellprocess
|
||
|
config: shellprocess-alg-mkinitcpio.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@algmkinitcpio
|
||
|
- initcpiocfg
|
||
|
- initcpio
|
||
|
- removeuser
|
||
|
- users
|
||
|
- displaymanager
|
||
|
- networkcfg
|
||
|
- hwclock
|
||
|
- services-systemd
|
||
|
- packages
|
||
|
- grubcfg
|
||
|
- bootloader
|
||
|
- shellprocess@remove-livecd
|
||
|
- umount
|
||
|
- show:
|
||
|
- finished
|
||
|
|
||
|
|
||
|
branding: parchlinux
|
||
|
|
||
|
prompt-install: false
|
||
|
|
||
|
dont-chroot: false
|
||
|
|
||
|
disable-cancel: false
|
||
|
|
||
|
disable-cancel-during-exec: false
|