Re: [Autotest] [PATCH 4/6] KVM test: Add unattended install script

2009-10-13 Thread Ryan Harper
* Lucas Meneghel Rodrigues l...@redhat.com [2009-10-09 15:41]: In order to make it possible to prepare the environment for the guests installation, we have to: +class UnattendedInstall(object): + +Creates a floppy disk image that will contain a config file for unattended +

Re: [Autotest] [PATCH 4/6] KVM test: Add unattended install script

2009-10-13 Thread Lucas Meneghel Rodrigues
On Tue, Oct 13, 2009 at 5:52 PM, Ryan Harper ry...@us.ibm.com wrote: * Lucas Meneghel Rodrigues l...@redhat.com [2009-10-09 15:41]: In order to make it possible to prepare the environment for the guests installation, we have to: +class UnattendedInstall(object): +     +    Creates a