mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
Fix orbital startup for the desktop-minimal config
This commit is contained in:
parent
15d94b2fd6
commit
ecadeac063
@ -11,6 +11,7 @@ prompt = false
|
||||
[packages]
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
initfs = {}
|
||||
@ -45,6 +46,7 @@ path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@ prompt = false
|
||||
[packages]
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
initfs = {}
|
||||
@ -45,6 +46,7 @@ path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@ prompt = false
|
||||
[packages]
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
initfs = {}
|
||||
@ -45,6 +46,7 @@ path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user