summaryrefslogtreecommitdiffstats
path: root/example/stand-alone/tsp-disk.json
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-09-11 20:42:55 +0200
committermakefu <github@syntax-fehler.de>2018-09-11 20:42:55 +0200
commita16b5dfe64929131984e79df9a1825f0413b1865 (patch)
tree46988654b2448da77a05b4188bc0f719df2d5e81 /example/stand-alone/tsp-disk.json
parent88f56a0b644dd7bfa8438409bea5377adef6aef4 (diff)
add README,stand-alone example
Diffstat (limited to 'example/stand-alone/tsp-disk.json')
-rw-r--r--example/stand-alone/tsp-disk.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/example/stand-alone/tsp-disk.json b/example/stand-alone/tsp-disk.json
new file mode 100644
index 0000000..1d82c13
--- /dev/null
+++ b/example/stand-alone/tsp-disk.json
@@ -0,0 +1,22 @@
+{
+ "type": "devices",
+ "content": {
+ "sda": {
+ "type": "table",
+ "format": "msdos",
+ "partitions": [
+ { "type": "partition",
+ "start": "1M",
+ "end": "100%",
+ "bootable": true,
+ "content": {
+ "type": "filesystem",
+ "format": "ext4",
+ "mountpoint": "/"
+ }
+ }
+ ]
+ }
+ }
+}
+