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