mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
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 New Issue
Block a user