Comment 8 for bug 188878

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Thanks for the report, Lars. I think such a utility would be useful too.

I'm attaching a debdiff that creates a /usr/bin/kvm-ok script. This script is loosely based on Lars' original. I've simplified it a bit, to a simple if/then/else statement. I strengthened the regular expression just a bit. And I removed the -v/--verbose option, as I think that's best handed by ">/dev/null" appendage by the caller, if necessary.

I dropped the script source in the debian/ dir, and install it to /usr/bin/kvm-ok. I think this should probably be pushed back upstream, if they want it.

:-Dustin