-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.conf
57 lines (54 loc) · 935 Bytes
/
settings.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Configuration file for Calamares
# Syntax is YAML 1.2
---
modules-search: [ local ]
instances:
- id: mkinitcpio
module: shellprocess
config: shellprocess_mkinitcpio.conf
# - id: default
# module: shellprocess
# config: shellprocess_default.conf
sequence:
- show:
- welcome
- locale
- keyboard
- partition
- users
- summary
- exec:
- partition
- mount
- unpackfs
- machineid
- fstab
- locale
- keyboard
- localecfg
- networkcfg
- luksopenswaphookcfg
- luksbootkeyfile
- shellprocess@mkinitcpio
- initcpiocfg
- initcpio
- packages
- removeuser
- users
- hwclock
# - services-systemd
# - shellprocess@default
- shellprocess
- displaymanager
- grubcfg
- bootloader
- umount
- show:
- finished
branding: ctlos
prompt-install: false
dont-chroot: false
oem-setup: false
disable-cancel: false
disable-cancel-during-exec: false
quit-at-end: false