Solved: Init System has been fixed with the net install packages yml
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
298f567779
commit
9445c04850
|
@ -1,18 +1,20 @@
|
||||||
# Auto generated descriptions from netinstall-packages
|
# Auto generated descriptions from netinstall-packages
|
||||||
- name: " SysVinit Init System "
|
- name: " SysVinit Init System "
|
||||||
description: " The original sysv-init, the standard and recommended choice"
|
description: " The original sysv-init, the standard and recommended choice"
|
||||||
|
selected: true
|
||||||
packages:
|
packages:
|
||||||
- sysvinit-core
|
- sysvinit-core
|
||||||
|
|
||||||
- name: " Runit Init System"
|
- name: " Runit Init System"
|
||||||
description: " An alternative implementation which provides /sbin/init
|
description: " An alternative implementation which provides /sbin/init
|
||||||
(PID 1)."
|
(PID 1)."
|
||||||
|
selected: false
|
||||||
packages:
|
packages:
|
||||||
- runit-init
|
- runit-init
|
||||||
|
|
||||||
- name: " Openrc Init System"
|
- name: " Openrc Init System"
|
||||||
description: " A dependency-based service and runlevel management system"
|
description: " A dependency-based service and runlevel management system"
|
||||||
|
selected: false
|
||||||
packages:
|
packages:
|
||||||
- openrc
|
- openrc
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,20 @@
|
||||||
# Auto generated descriptions from netinstall-packages
|
# Auto generated descriptions from netinstall-packages
|
||||||
- name: " SysVinit Init System "
|
- name: " SysVinit Init System "
|
||||||
description: " The original sysv-init, the standard and recommended choice"
|
description: " The original sysv-init, the standard and recommended choice"
|
||||||
|
selected: true
|
||||||
packages:
|
packages:
|
||||||
- sysvinit-core
|
- sysvinit-core
|
||||||
|
|
||||||
- name: " Runit Init System"
|
- name: " Runit Init System"
|
||||||
description: " An alternative implementation which provides /sbin/init
|
description: " An alternative implementation which provides /sbin/init
|
||||||
(PID 1)."
|
(PID 1)."
|
||||||
|
selected: false
|
||||||
packages:
|
packages:
|
||||||
- runit-init
|
- runit-init
|
||||||
|
|
||||||
- name: " Openrc Init System"
|
- name: " Openrc Init System"
|
||||||
description: " A dependency-based service and runlevel management system"
|
description: " A dependency-based service and runlevel management system"
|
||||||
|
selected: false
|
||||||
packages:
|
packages:
|
||||||
- openrc
|
- openrc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue