feat: DE selector with packagechooser, video wallpaper fix, slideshow redesign

- Replace dead init selector (packagechooser.conf, 303 lines) with
  packagechooser_de.conf + packagechooser_dm.conf (netinstall-add method)
- Remove init SVGs (dinit, openrc, runit, s6)
- Clean netinstall.yaml — Desktop group removed, DEs added dynamically
- Update calamares-online/settings.conf with packagechooser@de + @dm instances
- Fix set-antergos-wallpaper.sh: Array() not [], no reloadConfig()
- Rewrite installer, launcher, and live-overlay docs
This commit is contained in:
2026-07-24 19:59:58 +02:00
parent a3b69aed34
commit 6ec25cca78
14 changed files with 529 additions and 648 deletions
@@ -6,6 +6,7 @@ sequence:
- welcome
- locale
- keyboard
- packagechooser@de
- packagechooser@dm
- netinstall
- partition
@@ -38,6 +39,9 @@ sequence:
- finished
instances:
- id: de
module: packagechooser
config: packagechooser_de.conf
- id: dm
module: packagechooser
config: packagechooser_dm.conf