pmem / run_qemu

A script to create bootable OS images, and run qemu with a locally built kernel.
Creative Commons Zero v1.0 Universal
58 stars 22 forks source link

qemu-img not found when using git-qemu command line #15

Closed nmtadam closed 2 years ago

nmtadam commented 2 years ago

I don't have qemu installed system wide but have supplied git-qemu at the command line. qemu-img is getting set for $qemu.

nmtadam commented 2 years ago

Hold off on this one, I changed git-qemu from a boolean to a single argument specifying the path to qemu. I am in the hack phase, this shouldn't be an issue with a proper fix to get git-qemu to accept a path.