Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save WoodProgrammer/cc186c0f7ae971c43a5f5197402eac6c to your computer and use it in GitHub Desktop.

Select an option

Save WoodProgrammer/cc186c0f7ae971c43a5f5197402eac6c to your computer and use it in GitHub Desktop.
vmlinux.json
{
"boot-source": {
"kernel_image_path": "./vmlinux-6.1.102",
"boot_args": "reboot=k panic=1 pci=off ip=169.254.0.21::169.254.0.22:255.255.255.252::eth0:off init=/src/dicedb"
},
"drives": [
{
"drive_id": "rootfs",
"path_on_host": "/root/bin/rootfs",
"is_root_device": true,
"is_read_only": false
}
],
"network-interfaces": [
{
"iface_id": "eth0",
"guest_mac": "02:FC:00:00:00:05",
"host_dev_name": "fc-88-tap0"
}
],
"machine-config": {
"vcpu_count": 1,
"mem_size_mib": 512
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment