Commit a71270c0 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

images: add m5 binary

parent dcb3c952
File added
...@@ -88,6 +88,16 @@ ...@@ -88,6 +88,16 @@
"source": "scripts/guestinit.sh", "source": "scripts/guestinit.sh",
"destination": "/home/ubuntu/guestinit.sh", "destination": "/home/ubuntu/guestinit.sh",
"direction": "upload" "direction": "upload"
},
{
"type": "file",
"source": "m5",
"destination": "/tmp/m5",
"direction": "upload"
},
{
"type": "shell",
"inline": ["sudo mv /tmp/m5 /sbin/m5"]
} }
], ],
"variables": { "variables": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment