From c40b0dc031f3cb32e86bff1f83760a75fa5c5b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 19 Aug 2022 09:47:39 +0200 Subject: fix standalone example --- example/stand-alone/tsp-disk.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete 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 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": "/" - } - } - ] - } - } -} - -- cgit v1.2.3