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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user