Added in Net install for init systems

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-12 22:45:42 +09:00
parent 793193b33e
commit e2b596a203
2 changed files with 17 additions and 17 deletions

View File

@ -1,17 +1,15 @@
# Auto generated descriptions from netinstall-packages # Auto generated descriptions from netinstall-packages
- name: " Init System Choice " - name: " SysVinit Init System"
description: " A much smaller subset of packages than listed below" description: " Install the SysV Init System"
critical: false selected: True
- sysvinit-core
- name: " Runit Init System"
description: " Install the Runit Init System"
selected: false selected: false
hidden: false - runit-init
expanded: false - name: " Openrc Init System"
subgroups: description: " Install the Openrc Init System"
- name: " runit-init" selected: false
description: " Runit Init System" - openrc
packages:
- runit-init
- name: " openrc"
description: " Openrc Init System"
packages:
- openrc

View File

@ -1,4 +1,6 @@
- name: " Developers Choice " - name: " Select your init systems "
description: "Choose an init system (default install is SysVinit)" description: "Choose an init system"
- sysvinit-core
- runit-init - runit-init
- openrc - openrc