- netinstall.conf: add required:true, file:// prefix, label config - netinstall.yaml: flat group structure with proper DE package lists - settings_online.conf: fix netinstall exec ordering - calamares-next.sh: comprehensive yad-based launcher with logging - PKGBUILD: pkgrel 9, yad as dependency
46 lines
687 B
Plaintext
46 lines
687 B
Plaintext
---
|
|
modules-search: [ /usr/lib/calamares/modules, /etc/calamares/modules ]
|
|
|
|
sequence:
|
|
- show:
|
|
- welcome
|
|
- locale
|
|
- keyboard
|
|
- netinstall
|
|
- partition
|
|
- users
|
|
- summary
|
|
- exec:
|
|
- partition
|
|
- mount
|
|
- netinstall
|
|
- machineid
|
|
- fstab
|
|
- locale
|
|
- keyboard
|
|
- localecfg
|
|
- luksbootkeyfile
|
|
- dracutlukscfg
|
|
- dracut
|
|
- users
|
|
- displaymanager
|
|
- networkcfg
|
|
- hwclock
|
|
- services-systemd
|
|
- grubcfg
|
|
- bootloader
|
|
- removeuser
|
|
- umount
|
|
- show:
|
|
- finished
|
|
|
|
branding: antergos-next
|
|
|
|
prompt-install: false
|
|
dont-chroot: false
|
|
oem-setup: false
|
|
disable-cancel: false
|
|
disable-cancel-during-exec: false
|
|
hide-back-and-next-during-exec: false
|
|
quit-at-end: false
|