fix: revert packagechooser instances in settings.conf, restore single init-only selector

The multi-instance packagechooser (init + desktop) broke the installer —
users couldn't select anything in the package step. Revert settings.conf
back to single packagechooser (init selector, netinstall-add method).
Remove packagechooser_init.conf and packagechooser_desktop.conf.
Restore original packagechooser.conf from last working commit.
This commit is contained in:
2026-06-29 22:12:37 +02:00
parent 9fe5174cc7
commit 9e1a920680
3 changed files with 1 additions and 359 deletions
@@ -1,21 +1,12 @@
---
modules-search: [ local ]
instances:
- id: init
module: packagechooser
config: packagechooser_init.conf
- id: desktop
module: packagechooser
config: packagechooser_desktop.conf
sequence:
- show:
- welcome
- locale
- keyboard
- packagechooser@init
- packagechooser@desktop
- packagechooser
- netinstall
- partition
- users