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 a new issue