summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/hardware
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-09-14 09:58:00 +0200
committerlassulus <lass@blue.r>2018-09-14 09:58:00 +0200
commitfcaafab1f12a524198fce909743056d2c5319c9a (patch)
tree157334b9037040d2bafb969daee7771bdb5f9d57 /makefu/1systems/hardware
parent96ea1311d698ec30ab14af0f0169367fc1e6260b (diff)
parentbdf8d7a94d71e82a980392633f84842eb4084291 (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/hardware')
-rw-r--r--makefu/1systems/hardware/tsp-disk.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/makefu/1systems/hardware/tsp-disk.json b/makefu/1systems/hardware/tsp-disk.json
new file mode 100644
index 00000000..5a4bd26a
--- /dev/null
+++ b/makefu/1systems/hardware/tsp-disk.json
@@ -0,0 +1,23 @@
+{
+ "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": "/"
+ }
+ }
+ ]
+ }
+ }
+}
+