cloudius-systems / capstan

Capstan, a tool for packaging and running your application on OSv. http://osv.io/capstan
Other
366 stars 82 forks source link

capstan does not work on RHEL6 based system #39

Open asias opened 10 years ago

asias commented 10 years ago

/usr/libexec/qemu-kvm is the qemu command. We use qemu-system-x86_64.

penberg commented 10 years ago

@asias How sad.

Is there a file similar to /etc/fedora-release on RHEL6 that we can use to autodetect it?

nukemberg commented 10 years ago

/etc/redhat-release. however, a better solution may be to test file existence of all qemu bin name variants until a match is found - this would be a non platform dependent solution. perhaps add a .capstan config file in user home directory to allow overriding with a specific binary name (maybe some crazy guy decided to compile his own version of qemu)