scripts: fixup qemustart for new x86 image names
authorPaul Spooren <mail@aparcar.org>
Fri, 20 Mar 2020 10:10:59 +0000 (00:10 -1000)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 21 Mar 2020 10:36:00 +0000 (10:36 +0000)
commit2cb6d471b751060144033da8e9e2cdeaa41e0423
tree7332b47c2c567fdd873f9ba65e4af84a91c84e0e
parent30a24882900d41a04eec4db5e3cdbe4026d32aeb
scripts: fixup qemustart for new x86 image names

qemustart allows easy testing of created images via `qemu`. The script
automatically selects created images and can setup e.g. networks.

As the x86 target now uses the generic image.mk the profile appears also
in the image name, this is *generic*.

Add the profile name to the qemustart script so it still finds the file.

Signed-off-by: Paul Spooren <mail@aparcar.org>
scripts/qemustart