summaryrefslogtreecommitdiffstats
path: root/example/stand-alone/tsp-disk.json
diff options
context:
space:
mode:
Diffstat (limited to 'example/stand-alone/tsp-disk.json')
-rw-r--r--example/stand-alone/tsp-disk.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/example/stand-alone/tsp-disk.json b/example/stand-alone/tsp-disk.json
deleted file mode 100644
index 1d82c13..0000000
--- a/example/stand-alone/tsp-disk.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "type": "devices",
- "content": {
- "sda": {
- "type": "table",
- "format": "msdos",
- "partitions": [
- { "type": "partition",
- "start": "1M",
- "end": "100%",
- "bootable": true,
- "content": {
- "type": "filesystem",
- "format": "ext4",
- "mountpoint": "/"
- }
- }
- ]
- }
- }
-}
-