Comment 1 for bug 654656

Revision history for this message
William King (quentusrex) wrote :

I solved the issue by adding "maverick" to the suites array in the file:
/usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/distro.py

And then copying the file:
/usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/Lucid.py

to a new file called:
/usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/Maverick.py

And replacing the class name of 'Lucid' with 'Maverick'.