mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Merge branch 'fix-redoxer-config' into 'master'
Fix redoxer config See merge request redox-os/redox!1501
This commit is contained in:
commit
30ff9d8b0f
@ -13,5 +13,7 @@ path = "/usr/lib/init.d/30_redoxer"
|
||||
data = """
|
||||
echo
|
||||
echo ## running redoxer in orbital ##
|
||||
export VT 3
|
||||
orbital redoxerd
|
||||
unset VT
|
||||
"""
|
||||
|
||||
@ -11,6 +11,7 @@ extrautils = {}
|
||||
findutils = {}
|
||||
gcc13 = {}
|
||||
gnu-binutils = {}
|
||||
ion = {}
|
||||
netdb = {}
|
||||
pkgutils = {}
|
||||
redoxerd = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user