ganeti2: add wrapper for qemu-system-ppc64
[mirror/dsa-puppet.git] / modules / ganeti2 / files / qemu-system-ppc64-wrapper
1 #!/bin/bash
2
3 ##
4 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
5 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
6 ##
7
8 # We want to always enable KVM. Contrary to what the Ganeti's documentation
9 # says, enabling kvm_flag is not enough.
10
11 exec /usr/bin/qemu-system-ppc64 -enable-kvm "$@"