Added in Net install for init systems
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
793193b33e
commit
e2b596a203
|
@ -1,17 +1,15 @@
|
|||
# Auto generated descriptions from netinstall-packages
|
||||
- name: " Init System Choice "
|
||||
description: " A much smaller subset of packages than listed below"
|
||||
critical: false
|
||||
- name: " SysVinit Init System"
|
||||
description: " Install the SysV Init System"
|
||||
selected: True
|
||||
- sysvinit-core
|
||||
- name: " Runit Init System"
|
||||
description: " Install the Runit Init System"
|
||||
selected: false
|
||||
hidden: false
|
||||
expanded: false
|
||||
subgroups:
|
||||
- name: " runit-init"
|
||||
description: " Runit Init System"
|
||||
packages:
|
||||
- runit-init
|
||||
- name: " openrc"
|
||||
description: " Openrc Init System"
|
||||
packages:
|
||||
- openrc
|
||||
|
||||
- runit-init
|
||||
- name: " Openrc Init System"
|
||||
description: " Install the Openrc Init System"
|
||||
selected: false
|
||||
- openrc
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
- name: " Developers Choice "
|
||||
description: "Choose an init system (default install is SysVinit)"
|
||||
- name: " Select your init systems "
|
||||
description: "Choose an init system"
|
||||
- sysvinit-core
|
||||
- runit-init
|
||||
- openrc
|
||||
|
||||
|
|
Loading…
Reference in New Issue