Add example driver
This commit is contained in:
parent
0efb736d1c
commit
40d557ace3
|
@ -24,6 +24,7 @@ coreutils = {}
|
||||||
#dosbox = {}
|
#dosbox = {}
|
||||||
drivers = {}
|
drivers = {}
|
||||||
#duktape = {}
|
#duktape = {}
|
||||||
|
exampled = {}
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
#fd = {}
|
#fd = {}
|
||||||
#ffmpeg = {}
|
#ffmpeg = {}
|
||||||
|
@ -139,6 +140,12 @@ getty display:2
|
||||||
getty debug: -J
|
getty debug: -J
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/etc/init.d/99_exampled"
|
||||||
|
data = """
|
||||||
|
exampled
|
||||||
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/net/dns"
|
path = "/etc/net/dns"
|
||||||
data = """
|
data = """
|
||||||
|
|
Loading…
Reference in a new issue