Merge branch 'fix-redoxer-config' into 'master'

Fix redoxer config

See merge request redox-os/redox!1501
This commit is contained in:
Jeremy Soller 2024-09-20 02:41:52 +00:00
commit 30ff9d8b0f
2 changed files with 3 additions and 0 deletions

View file

@ -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
"""

View file

@ -11,6 +11,7 @@ extrautils = {}
findutils = {}
gcc13 = {}
gnu-binutils = {}
ion = {}
netdb = {}
pkgutils = {}
redoxerd = {}