Move some init into net.toml
This commit is contained in:
parent
72365aca16
commit
8f51fda66e
18 changed files with 9 additions and 217 deletions
|
@ -40,14 +40,11 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
installer = {}
|
||||
installer-gui = {}
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
netsurf = {}
|
||||
orbdata = {}
|
||||
|
@ -55,7 +52,6 @@ orbital = {}
|
|||
orbterm = {}
|
||||
orbutils = {}
|
||||
pkgutils = {}
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
resist = {}
|
||||
|
@ -79,15 +75,6 @@ pixelcannon = {}
|
|||
# MIDI
|
||||
freepats = {}
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/20_orbital"
|
||||
data = """
|
||||
|
|
|
@ -18,14 +18,11 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
installer = {}
|
||||
installer-gui = {}
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
netsurf = {}
|
||||
orbdata = {}
|
||||
|
@ -33,7 +30,6 @@ orbital = {}
|
|||
orbterm = {}
|
||||
orbutils = {}
|
||||
pkgutils = {}
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
resist = {}
|
||||
|
@ -45,15 +41,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,14 +18,11 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
installer = {}
|
||||
installer-gui = {}
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
netsurf = {}
|
||||
orbdata = {}
|
||||
|
@ -33,7 +30,6 @@ orbital = {}
|
|||
orbterm = {}
|
||||
orbutils = {}
|
||||
pkgutils = {}
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
resist = {}
|
||||
|
@ -65,15 +61,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,14 +18,11 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
installer = {}
|
||||
installer-gui = {}
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
netsurf = {}
|
||||
orbdata = {}
|
||||
|
@ -33,7 +30,6 @@ orbital = {}
|
|||
orbterm = {}
|
||||
orbutils = {}
|
||||
pkgutils = {}
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
relibc = {}
|
||||
resist = {}
|
||||
|
@ -72,15 +68,6 @@ keyboard-sfx = {}
|
|||
terminfo = {}
|
||||
ttf-hack = {}
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
ipcd
|
||||
ptyd
|
||||
pcid /etc/pcid.d/
|
||||
escalated
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/20_orbital"
|
||||
data = """
|
||||
|
|
|
@ -17,16 +17,12 @@ ca-certificates = {}
|
|||
contain = {}
|
||||
coreutils = {}
|
||||
diffutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
installer = {}
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
netdb = {}
|
||||
pkgutils = {}
|
||||
ptyd = {}
|
||||
redoxfs = {}
|
||||
resist = {}
|
||||
smith = {}
|
||||
|
@ -37,15 +33,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