Move some init into net.toml
This commit is contained in:
parent
72365aca16
commit
8f51fda66e
|
@ -18,13 +18,10 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
#drivers = {} # more porting work
|
|
||||||
#escalated = {} # porting
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
#installer = {} # failure to build ring
|
#installer = {} # failure to build ring
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
#netsurf = {} # lots of porting issues
|
#netsurf = {} # lots of porting issues
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -32,7 +29,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
#pkgutils = {} # failure to build ring
|
#pkgutils = {} # failure to build ring
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -44,15 +40,6 @@ git = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,13 +18,10 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
#drivers = {} # more porting work
|
|
||||||
#escalated = {} # porting
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
#installer = {} # failure to build ring
|
#installer = {} # failure to build ring
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
#netsurf = {} # lots of porting issues
|
#netsurf = {} # lots of porting issues
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -32,7 +29,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
#pkgutils = {} # failure to build ring
|
#pkgutils = {} # failure to build ring
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -44,15 +40,6 @@ git = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -19,13 +19,11 @@ contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
drivers = {}
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -33,7 +31,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -65,15 +62,6 @@ fn main() {
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,13 +18,10 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
#drivers = {} # more porting work
|
|
||||||
#escalated = {} # porting
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
#installer = {} # failure to build ring
|
#installer = {} # failure to build ring
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
#netsurf = {} # lots of porting issues
|
#netsurf = {} # lots of porting issues
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -32,7 +29,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
#pkgutils = {} # failure to build ring
|
#pkgutils = {} # failure to build ring
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -40,15 +36,6 @@ smith = {}
|
||||||
userutils = {}
|
userutils = {}
|
||||||
uutils = {}
|
uutils = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -17,20 +17,14 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
# FIXME: failed to build
|
|
||||||
# drivers = {}
|
|
||||||
# FIXME: failed to build
|
|
||||||
# escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
# FIXME: failed to build
|
# FIXME: failed to build
|
||||||
# installer = {}
|
# installer = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
# FIXME: failed to build
|
# FIXME: failed to build
|
||||||
# pkgutils = {}
|
# pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
smith = {}
|
smith = {}
|
||||||
|
@ -41,15 +35,6 @@ git = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/30_console"
|
path = "/etc/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -40,14 +40,11 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -55,7 +52,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -79,15 +75,6 @@ pixelcannon = {}
|
||||||
# MIDI
|
# MIDI
|
||||||
freepats = {}
|
freepats = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,14 +18,11 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -33,7 +30,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -45,15 +41,6 @@ git = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,14 +18,11 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -33,7 +30,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -65,15 +61,6 @@ fn main() {
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,14 +18,11 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -33,7 +30,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -72,15 +68,6 @@ keyboard-sfx = {}
|
||||||
terminfo = {}
|
terminfo = {}
|
||||||
ttf-hack = {}
|
ttf-hack = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -17,16 +17,12 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
smith = {}
|
smith = {}
|
||||||
|
@ -37,15 +33,6 @@ git = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/30_console"
|
path = "/etc/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -3,11 +3,19 @@
|
||||||
|
|
||||||
include = ["base.toml"]
|
include = ["base.toml"]
|
||||||
|
|
||||||
## Network packages
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
|
drivers = {}
|
||||||
netstack = {}
|
netstack = {}
|
||||||
netutils = {}
|
netutils = {}
|
||||||
|
|
||||||
|
## Driver init
|
||||||
|
[[files]]
|
||||||
|
path = "/etc/init.d/00_drivers"
|
||||||
|
data = """
|
||||||
|
pcid /etc/pcid.d/
|
||||||
|
"""
|
||||||
|
|
||||||
## Network init
|
## Network init
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/10_net"
|
path = "/etc/init.d/10_net"
|
||||||
|
|
|
@ -12,7 +12,6 @@ filesystem_size = 256
|
||||||
bash = {}
|
bash = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
gcc13 = {}
|
gcc13 = {}
|
||||||
|
@ -23,12 +22,6 @@ resist = {}
|
||||||
userutils = {}
|
userutils = {}
|
||||||
uutils = {}
|
uutils = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_drivers"
|
|
||||||
data = """
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Override to not background dhcpd
|
# Override to not background dhcpd
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/10_net"
|
path = "/etc/init.d/10_net"
|
||||||
|
|
|
@ -42,15 +42,12 @@ coreutils = {}
|
||||||
cosmic-edit = {}
|
cosmic-edit = {}
|
||||||
cosmic-icons = {}
|
cosmic-icons = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
intel-one-mono = {}
|
intel-one-mono = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -59,7 +56,6 @@ orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
pop-icon-theme = {}
|
pop-icon-theme = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -100,15 +96,6 @@ gears = {}
|
||||||
# MIDI
|
# MIDI
|
||||||
freepats = {}
|
freepats = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,14 +18,11 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -33,7 +30,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -45,15 +41,6 @@ git = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,14 +18,11 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -33,7 +30,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -45,15 +41,6 @@ git = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,14 +18,11 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -33,7 +30,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
|
@ -65,15 +61,6 @@ fn main() {
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -18,14 +18,11 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
installer-gui = {}
|
installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
orbdata = {}
|
orbdata = {}
|
||||||
|
@ -33,7 +30,6 @@ orbital = {}
|
||||||
orbterm = {}
|
orbterm = {}
|
||||||
orbutils = {}
|
orbutils = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
relibc-tests = {}
|
relibc-tests = {}
|
||||||
|
@ -148,15 +144,6 @@ terminfo = {}
|
||||||
timidity = {}
|
timidity = {}
|
||||||
ttf-hack = {}
|
ttf-hack = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/20_orbital"
|
path = "/etc/init.d/20_orbital"
|
||||||
data = """
|
data = """
|
||||||
|
|
|
@ -17,16 +17,12 @@ ca-certificates = {}
|
||||||
contain = {}
|
contain = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
drivers = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
|
||||||
netdb = {}
|
netdb = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
ptyd = {}
|
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
smith = {}
|
smith = {}
|
||||||
|
@ -37,15 +33,6 @@ git = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
pcid /etc/pcid.d/
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/30_console"
|
path = "/etc/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
|
|
Loading…
Reference in a new issue