add README,stand-alone example

This commit is contained in:
makefu 2018-09-11 20:42:55 +02:00
parent 88f56a0b64
commit a16b5dfe64
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
3 changed files with 110 additions and 0 deletions

View file

@ -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": "/"
}
}
]
}
}
}