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:
-55
@@ -1,55 +0,0 @@
|
|||||||
---
|
|
||||||
mode: required
|
|
||||||
method: legacy
|
|
||||||
labels:
|
|
||||||
step: "Desktop Environment"
|
|
||||||
items:
|
|
||||||
- id: ""
|
|
||||||
name: "No Desktop"
|
|
||||||
description: "Install without a desktop environment — not recommended. You'll only get a TTY; screen recording won't work without a capture card."
|
|
||||||
- id: plasma
|
|
||||||
packages: [ plasma ]
|
|
||||||
name: "Plasma"
|
|
||||||
description: "KDE Plasma Desktop — modern, feature-rich, highly customizable"
|
|
||||||
- id: xfce
|
|
||||||
packages: [ xfce4, xfce4-goodies ]
|
|
||||||
name: "Xfce"
|
|
||||||
description: "Xfce — lightweight, classic desktop"
|
|
||||||
- id: cinnamon
|
|
||||||
packages:
|
|
||||||
- cinnamon
|
|
||||||
- cinnamon-control-center
|
|
||||||
- cinnamon-desktop
|
|
||||||
- cinnamon-menus
|
|
||||||
- cinnamon-screensaver
|
|
||||||
- cinnamon-session
|
|
||||||
- cinnamon-settings-daemon
|
|
||||||
- cinnamon-translations
|
|
||||||
name: "Cinnamon"
|
|
||||||
description: "Cinnamon — traditional desktop with modern conventions"
|
|
||||||
- id: mate
|
|
||||||
packages: [ mate, mate-extra ]
|
|
||||||
name: "MATE"
|
|
||||||
description: "MATE — continuation of GNOME 2"
|
|
||||||
- id: lxqt
|
|
||||||
packages: [ lxqt ]
|
|
||||||
name: "LXQt"
|
|
||||||
description: "LXQt — lightweight Qt desktop"
|
|
||||||
- id: i3
|
|
||||||
packages: [ i3 ]
|
|
||||||
name: "i3"
|
|
||||||
description: "i3 — tiling window manager"
|
|
||||||
- id: sway
|
|
||||||
packages:
|
|
||||||
- sway
|
|
||||||
- swaybg
|
|
||||||
- swayidle
|
|
||||||
- swaylock
|
|
||||||
name: "Sway"
|
|
||||||
description: "Sway — i3-compatible Wayland compositor"
|
|
||||||
- id: hyprland
|
|
||||||
packages:
|
|
||||||
- hyprland
|
|
||||||
- xdg-desktop-portal-hyprland
|
|
||||||
name: "Hyprland"
|
|
||||||
description: "Hyprland — dynamic tiling Wayland compositor"
|
|
||||||
-294
@@ -1,294 +0,0 @@
|
|||||||
---
|
|
||||||
mode: required
|
|
||||||
|
|
||||||
method: netinstall-add
|
|
||||||
|
|
||||||
labels:
|
|
||||||
step: "Init selection"
|
|
||||||
step[de]: "Initauswahl"
|
|
||||||
|
|
||||||
default: OpenRC
|
|
||||||
|
|
||||||
items:
|
|
||||||
- id: OpenRC
|
|
||||||
name: openrc
|
|
||||||
description: "OpenRC init system"
|
|
||||||
screenshot: ":/images/if.png"
|
|
||||||
netinstall:
|
|
||||||
name: "openrc"
|
|
||||||
description: "OpenRC init system"
|
|
||||||
selected: false
|
|
||||||
critical: true
|
|
||||||
immutable: false
|
|
||||||
expanded: true
|
|
||||||
hidden: false
|
|
||||||
subgroups:
|
|
||||||
- name: "Default"
|
|
||||||
description: "Default services"
|
|
||||||
selected: true
|
|
||||||
hidden: true
|
|
||||||
packages:
|
|
||||||
- audit-openrc
|
|
||||||
- cryptsetup-openrc
|
|
||||||
- dbus-openrc
|
|
||||||
- dhcpcd-openrc
|
|
||||||
- lvm2-openrc
|
|
||||||
- mdadm-openrc
|
|
||||||
- name: "Cron"
|
|
||||||
description: "Cron init"
|
|
||||||
selected: true
|
|
||||||
packages:
|
|
||||||
- cronie-openrc
|
|
||||||
- name: "Syslog"
|
|
||||||
description: "Syslog init"
|
|
||||||
packages:
|
|
||||||
- syslog-ng-openrc
|
|
||||||
- metalog-openrc
|
|
||||||
- name: "Internet"
|
|
||||||
description: "Network init"
|
|
||||||
packages:
|
|
||||||
- avahi-openrc
|
|
||||||
- bluez-openrc
|
|
||||||
- iptables-openrc
|
|
||||||
- krb5-openrc
|
|
||||||
- networkmanager-openrc
|
|
||||||
- nfs-utils-openrc
|
|
||||||
- ntp-openrc
|
|
||||||
- openldap-openrc
|
|
||||||
- openssh-openrc
|
|
||||||
- rpcbind-openrc
|
|
||||||
- xinetd-openrc
|
|
||||||
- wpa_supplicant-openrc
|
|
||||||
- name: "Office"
|
|
||||||
description: "Office init"
|
|
||||||
packages:
|
|
||||||
- cups-openrc
|
|
||||||
- sane-openrc
|
|
||||||
- name: "Services"
|
|
||||||
description: "Services init"
|
|
||||||
packages:
|
|
||||||
- acpid-openrc
|
|
||||||
- alsa-utils-openrc
|
|
||||||
- apparmor-openrc
|
|
||||||
- brltty-openrc
|
|
||||||
- fuse-openrc
|
|
||||||
- gpm-openrc
|
|
||||||
- hdparm-openrc
|
|
||||||
- haveged-openrc
|
|
||||||
- lm_sensors-openrc
|
|
||||||
- openrc-settingsd
|
|
||||||
- openvpn-openrc
|
|
||||||
- power-profiles-daemon-openrc
|
|
||||||
- rsync-openrc
|
|
||||||
|
|
||||||
- id: Dinit
|
|
||||||
name: dinit
|
|
||||||
description: "Dinit init system"
|
|
||||||
screenshot: ":/images/if.png"
|
|
||||||
netinstall:
|
|
||||||
name: "dinit"
|
|
||||||
description: "Dinit init system"
|
|
||||||
selected: false
|
|
||||||
critical: true
|
|
||||||
immutable: false
|
|
||||||
expanded: true
|
|
||||||
hidden: false
|
|
||||||
subgroups:
|
|
||||||
- name: "Default"
|
|
||||||
description: "Default services"
|
|
||||||
selected: true
|
|
||||||
hidden: true
|
|
||||||
packages:
|
|
||||||
- audit-dinit
|
|
||||||
- cryptsetup-dinit
|
|
||||||
- dbus-dinit
|
|
||||||
- dhcpcd-dinit
|
|
||||||
- lvm2-dinit
|
|
||||||
- mdadm-dinit
|
|
||||||
- name: "Cron"
|
|
||||||
description: "Cron init"
|
|
||||||
selected: true
|
|
||||||
packages:
|
|
||||||
- cronie-dinit
|
|
||||||
- name: "Syslog"
|
|
||||||
description: "Syslog init"
|
|
||||||
packages:
|
|
||||||
- syslog-ng-dinit
|
|
||||||
- metalog-dinit
|
|
||||||
- name: "Internet"
|
|
||||||
description: "Network init"
|
|
||||||
packages:
|
|
||||||
- avahi-dinit
|
|
||||||
- bluez-dinit
|
|
||||||
- iptables-dinit
|
|
||||||
- krb5-dinit
|
|
||||||
- networkmanager-dinit
|
|
||||||
- nfs-utils-dinit
|
|
||||||
- ntp-dinit
|
|
||||||
- openldap-dinit
|
|
||||||
- openssh-dinit
|
|
||||||
- rpcbind-dinit
|
|
||||||
- xinetd-dinit
|
|
||||||
- wpa_supplicant-dinit
|
|
||||||
- name: "Office"
|
|
||||||
description: "Office init"
|
|
||||||
packages:
|
|
||||||
- cups-dinit
|
|
||||||
- sane-dinit
|
|
||||||
- name: "Services"
|
|
||||||
description: "Services init"
|
|
||||||
packages:
|
|
||||||
- acpid-dinit
|
|
||||||
- alsa-utils-dinit
|
|
||||||
- apparmor-dinit
|
|
||||||
- brltty-dinit
|
|
||||||
- fuse-dinit
|
|
||||||
- gpm-dinit
|
|
||||||
- hdparm-dinit
|
|
||||||
- haveged-dinit
|
|
||||||
- lm_sensors-dinit
|
|
||||||
- openvpn-dinit
|
|
||||||
- power-profiles-daemon-dinit
|
|
||||||
- rsync-dinit
|
|
||||||
|
|
||||||
- id: S6
|
|
||||||
name: s6
|
|
||||||
description: "S6 init system"
|
|
||||||
screenshot: ":/images/if.png"
|
|
||||||
netinstall:
|
|
||||||
name: "s6"
|
|
||||||
description: "S6 init system"
|
|
||||||
selected: false
|
|
||||||
critical: true
|
|
||||||
immutable: false
|
|
||||||
expanded: true
|
|
||||||
hidden: false
|
|
||||||
subgroups:
|
|
||||||
- name: "Default"
|
|
||||||
description: "Default services"
|
|
||||||
selected: true
|
|
||||||
hidden: true
|
|
||||||
packages:
|
|
||||||
- audit-s6
|
|
||||||
- cryptsetup-s6
|
|
||||||
- dbus-s6
|
|
||||||
- dhcpcd-s6
|
|
||||||
- lvm2-s6
|
|
||||||
- mdadm-s6
|
|
||||||
- s6-contrib
|
|
||||||
- name: "Cron"
|
|
||||||
description: "Cron init"
|
|
||||||
selected: true
|
|
||||||
packages:
|
|
||||||
- cronie-s6
|
|
||||||
- name: "Syslog"
|
|
||||||
description: "Syslog init"
|
|
||||||
packages:
|
|
||||||
- syslog-ng-s6
|
|
||||||
- metalog-s6
|
|
||||||
- name: "Internet"
|
|
||||||
description: "Network init"
|
|
||||||
packages:
|
|
||||||
- avahi-s6
|
|
||||||
- bluez-s6
|
|
||||||
- iptables-s6
|
|
||||||
- krb5-s6
|
|
||||||
- networkmanager-s6
|
|
||||||
- nfs-utils-s6
|
|
||||||
- ntp-s6
|
|
||||||
- openldap-s6
|
|
||||||
- openssh-s6
|
|
||||||
- rpcbind-s6
|
|
||||||
- xinetd-s6
|
|
||||||
- wpa_supplicant-s6
|
|
||||||
- name: "Office"
|
|
||||||
description: "Office init"
|
|
||||||
packages:
|
|
||||||
- cups-s6
|
|
||||||
- sane-s6
|
|
||||||
- name: "Services"
|
|
||||||
description: "Services init"
|
|
||||||
packages:
|
|
||||||
- acpid-s6
|
|
||||||
- alsa-utils-s6
|
|
||||||
- apparmor-s6
|
|
||||||
- brltty-s6
|
|
||||||
- fuse-s6
|
|
||||||
- gpm-s6
|
|
||||||
- hdparm-s6
|
|
||||||
- haveged-s6
|
|
||||||
- lm_sensors-s6
|
|
||||||
- openvpn-s6
|
|
||||||
- power-profiles-daemon-s6
|
|
||||||
- rsync-s6
|
|
||||||
|
|
||||||
- id: Runit
|
|
||||||
name: runit
|
|
||||||
description: "Runit init system"
|
|
||||||
screenshot: ":/images/if.png"
|
|
||||||
netinstall:
|
|
||||||
name: "runit"
|
|
||||||
description: "Runit init system"
|
|
||||||
selected: false
|
|
||||||
critical: true
|
|
||||||
immutable: false
|
|
||||||
expanded: true
|
|
||||||
hidden: false
|
|
||||||
subgroups:
|
|
||||||
- name: "Default"
|
|
||||||
description: "Default services"
|
|
||||||
selected: true
|
|
||||||
hidden: true
|
|
||||||
packages:
|
|
||||||
- audit-runit
|
|
||||||
- cryptsetup-runit
|
|
||||||
- dbus-runit
|
|
||||||
- dhcpcd-runit
|
|
||||||
- lvm2-runit
|
|
||||||
- mdadm-runit
|
|
||||||
- rsm
|
|
||||||
- name: "Cron"
|
|
||||||
description: "Cron init"
|
|
||||||
selected: true
|
|
||||||
packages:
|
|
||||||
- cronie-runit
|
|
||||||
- name: "Syslog"
|
|
||||||
description: "Syslog init"
|
|
||||||
packages:
|
|
||||||
- syslog-ng-runit
|
|
||||||
- metalog-runit
|
|
||||||
- name: "Internet"
|
|
||||||
description: "Network init"
|
|
||||||
packages:
|
|
||||||
- avahi-runit
|
|
||||||
- bluez-runit
|
|
||||||
- iptables-runit
|
|
||||||
- krb5-runit
|
|
||||||
- networkmanager-runit
|
|
||||||
- nfs-utils-runit
|
|
||||||
- ntp-runit
|
|
||||||
- openldap-runit
|
|
||||||
- openssh-runit
|
|
||||||
- rpcbind-runit
|
|
||||||
- xinetd-runit
|
|
||||||
- wpa_supplicant-runit
|
|
||||||
- name: "Office"
|
|
||||||
description: "Office init"
|
|
||||||
packages:
|
|
||||||
- cups-runit
|
|
||||||
- sane-runit
|
|
||||||
- name: "Services"
|
|
||||||
description: "Services init"
|
|
||||||
packages:
|
|
||||||
- acpid-runit
|
|
||||||
- alsa-utils-runit
|
|
||||||
- apparmor-runit
|
|
||||||
- brltty-runit
|
|
||||||
- fuse-runit
|
|
||||||
- gpm-runit
|
|
||||||
- hdparm-runit
|
|
||||||
- haveged-runit
|
|
||||||
- lm_sensors-runit
|
|
||||||
- openvpn-runit
|
|
||||||
- power-profiles-daemon-runit
|
|
||||||
- rsync-runit
|
|
||||||
@@ -1,21 +1,12 @@
|
|||||||
---
|
---
|
||||||
modules-search: [ local ]
|
modules-search: [ local ]
|
||||||
|
|
||||||
instances:
|
|
||||||
- id: init
|
|
||||||
module: packagechooser
|
|
||||||
config: packagechooser_init.conf
|
|
||||||
- id: desktop
|
|
||||||
module: packagechooser
|
|
||||||
config: packagechooser_desktop.conf
|
|
||||||
|
|
||||||
sequence:
|
sequence:
|
||||||
- show:
|
- show:
|
||||||
- welcome
|
- welcome
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- packagechooser@init
|
- packagechooser
|
||||||
- packagechooser@desktop
|
|
||||||
- netinstall
|
- netinstall
|
||||||
- partition
|
- partition
|
||||||
- users
|
- users
|
||||||
|
|||||||
Reference in New Issue
Block a user