0

After installing oneiric with testdrive, how do I bring it under aqemu or kvm?

1 Answers1

1

On my system testrive puts the image files in ~/.cache/testdrive/images. You can just use normal kvm to launch any of those images, for example:

kvm -m 2048 -hda ~/.cache/testdrive/images/testdrive-disk-SauBO5.img

Launches the image with 2 gigs of RAM.

Jorge Castro
  • 73,717