From a16b5dfe64929131984e79df9a1825f0413b1865 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 11 Sep 2018 20:42:55 +0200 Subject: add README,stand-alone example --- example/stand-alone/tsp-disk.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 example/stand-alone/tsp-disk.json (limited to 'example/stand-alone/tsp-disk.json') 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": "/" + } + } + ] + } + } +} + -- cgit v1.2.3