Add all recipes, enable findutils, gawk, pastel, and sed
This commit is contained in:
parent
e6edc09f28
commit
7080856152
|
@ -10,17 +10,23 @@ sysroot = "build/filesystem"
|
||||||
[packages]
|
[packages]
|
||||||
#acid = {}
|
#acid = {}
|
||||||
#binutils = {}
|
#binutils = {}
|
||||||
|
#ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
|
#curl = {}
|
||||||
#dash = {}
|
#dash = {}
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
|
findutils = {}
|
||||||
#games = {}
|
#games = {}
|
||||||
|
gawk = {}
|
||||||
#gcc = {}
|
#gcc = {}
|
||||||
|
#git = {}
|
||||||
#gnu-binutils = {}
|
#gnu-binutils = {}
|
||||||
#gnu-make = {}
|
#gnu-make = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
#lua = {}
|
#lua = {}
|
||||||
|
#nasm = {}
|
||||||
netstack = {}
|
netstack = {}
|
||||||
netutils = {}
|
netutils = {}
|
||||||
#newlib = {}
|
#newlib = {}
|
||||||
|
@ -28,12 +34,15 @@ orbdata = {}
|
||||||
orbital = {}
|
orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
|
pastel = {}
|
||||||
#pixelcannon = {}
|
#pixelcannon = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
ptyd = {}
|
||||||
|
#python = {}
|
||||||
randd = {}
|
randd = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
#rust = {}
|
#rust = {}
|
||||||
|
sed = {}
|
||||||
smith = {}
|
smith = {}
|
||||||
#sodium = {}
|
#sodium = {}
|
||||||
userutils = {}
|
userutils = {}
|
||||||
|
@ -72,7 +81,7 @@ dhcpd -b
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
orbital display:3/activate /ui/bin/orblogin /ui/bin/launcher
|
orbital display:3/activate orblogin launcher
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
Loading…
Reference in a new issue