summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/hardware/tsp-disk.json
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/hardware/tsp-disk.json')
-rw-r--r--makefu/1systems/hardware/tsp-disk.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/makefu/1systems/hardware/tsp-disk.json b/makefu/1systems/hardware/tsp-disk.json
deleted file mode 100644
index 5a4bd26a..00000000
--- a/makefu/1systems/hardware/tsp-disk.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "type": "devices",
- "content": {
- "sda": {
- "type": "table",
- "format": "msdos",
- "partitions": [
- { "type": "partition",
- "part-type": "primary",
- "start": "1M",
- "end": "100%",
- "bootable": true,
- "content": {
- "type": "filesystem",
- "format": "ext4",
- "mountpoint": "/"
- }
- }
- ]
- }
- }
-}
-