Move some init into net.toml
This commit is contained in:
parent
72365aca16
commit
8f51fda66e
18 changed files with 9 additions and 217 deletions
|
@ -18,13 +18,10 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
#drivers = {} # more porting work
|
||||
#escalated = {} # porting
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
#installer = {} # failure to build ring
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
#netsurf = {} # lots of porting issues
|
||||
orbdata = {}
|
||||
|
@ -32,7 +29,6 @@ orbital = {}
|
|||
orbterm = {}
|
||||
orbutils = {}
|
||||
#pkgutils = {} # failure to build ring
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
resist = {}
|
||||
|
@ -44,15 +40,6 @@ git = {}
|
|||
curl = {}
|
||||
vim = {}
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/20_orbital"
|
||||
data = """
|
||||
|
|
|
@ -18,13 +18,10 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
#drivers = {} # more porting work
|
||||
#escalated = {} # porting
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
#installer = {} # failure to build ring
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
#netsurf = {} # lots of porting issues
|
||||
orbdata = {}
|
||||
|
@ -32,7 +29,6 @@ orbital = {}
|
|||
orbterm = {}
|
||||
orbutils = {}
|
||||
#pkgutils = {} # failure to build ring
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
resist = {}
|
||||
|
@ -44,15 +40,6 @@ git = {}
|
|||
curl = {}
|
||||
vim = {}
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/20_orbital"
|
||||
data = """
|
||||
|
|
|
@ -19,13 +19,11 @@ contain = {}
|
|||
coreutils = {}
|
||||
diffutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
installer = {}
|
||||
installer-gui = {}
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
netsurf = {}
|
||||
orbdata = {}
|
||||
|
@ -33,7 +31,6 @@ orbital = {}
|
|||
orbterm = {}
|
||||
orbutils = {}
|
||||
pkgutils = {}
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
resist = {}
|
||||
|
@ -65,15 +62,6 @@ fn main() {
|
|||
}
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/20_orbital"
|
||||
data = """
|
||||
|
|
|
@ -18,13 +18,10 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
#drivers = {} # more porting work
|
||||
#escalated = {} # porting
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
#installer = {} # failure to build ring
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
#netsurf = {} # lots of porting issues
|
||||
orbdata = {}
|
||||
|
@ -32,7 +29,6 @@ orbital = {}
|
|||
orbterm = {}
|
||||
orbutils = {}
|
||||
#pkgutils = {} # failure to build ring
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
resist = {}
|
||||
|
@ -40,15 +36,6 @@ smith = {}
|
|||
userutils = {}
|
||||
uutils = {}
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/20_orbital"
|
||||
data = """
|
||||
|
|
|
@ -17,20 +17,14 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
# FIXME: failed to build
|
||||
# drivers = {}
|
||||
# FIXME: failed to build
|
||||
# escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
# FIXME: failed to build
|
||||
# installer = {}
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
# FIXME: failed to build
|
||||
# pkgutils = {}
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
resist = {}
|
||||
smith = {}
|
||||
|
@ -41,15 +35,6 @@ git = {}
|
|||
curl = {}
|
||||
vim = {}
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/30_console"
|
||||
data = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue