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