summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-08 10:58:54 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-05-08 10:58:54 +0000
commit550715fcd601b56adf406717e2bc7cbdeaee2a21 (patch)
treee3a947516a8a62e70576d79ce7e51c4735192dd0
parent037d3595e15761b3dd84a984e1e8ceae9d02d7b9 (diff)
downloadsetup-box-550715fcd601b56adf406717e2bc7cbdeaee2a21.tar.bz2
setup-box-550715fcd601b56adf406717e2bc7cbdeaee2a21.tar.xz
json/systools.json: new json
-rw-r--r--json/systools.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/json/systools.json b/json/systools.json
new file mode 100644
index 0000000..d6e4255
--- /dev/null
+++ b/json/systools.json
@@ -0,0 +1,15 @@
+{ "systools": [
+ { "disk": [
+ { "packages": [
+ "gparted",
+ "hdparm"
+ ]
+ },
+ { "services": [
+ ""
+ ]
+ }
+ ]
+ }
+ ]
+}