On Wed, 2010-03-10 at 10:42 -0300, Lucas Meneghel Rodrigues wrote: > On Wed, Mar 10, 2010 at 8:45 AM, Lucas Meneghel Rodrigues > <lmr@xxxxxxxxxx> wrote: > > From: yogi <anantyog@xxxxxxxxxxxxxxxxxx> > > > > Adds new entry "SUSE" in test_base file for sles and > > contains autoinst file for doing unatteneded Sles11 64-bit > > install. > > Oh Yogi, by the way, could you please reorganize the opensuse session > and add at least an autoyast file for opensuse 11.2 so I can actually > test if we can get a successful installation? I tried to play with the > XML file of SLES to see if I could get opensuse 11.2 installed, but it > turns out that those config files are an endless XML nightmare and all > I tried makes yast to die. > > The mechanics of the whole thing are correct, I can get yast to start > with no problems, but parsing the autoyast file makes the VM to hang. > So I am fine with adding the patch, but it'd be nice to have an OS > with irrestrict access that everybody could play with (opensuse). I > don't have enough time to make it work on my own, so if you have some > spare time, please work on this. > sure Lucas, i will be happy to create autoyast file for opensuse too. Will work on tht patch and send it as soon as possible. > > Signed-off-by: Yogananth Subramanian <anantyog@xxxxxxxxxxxxxxxxxx> > > --- > > client/tests/kvm/tests_base.cfg.sample | 22 ++++++++++++++++++++++ > > 1 files changed, 22 insertions(+), 0 deletions(-) > > > > diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample > > index c76470d..acb2076 100644 > > --- a/client/tests/kvm/tests_base.cfg.sample > > +++ b/client/tests/kvm/tests_base.cfg.sample > > @@ -503,6 +503,28 @@ variants: > > md5sum = 2afee1b8a87175e6dee2b8dbbd1ad8e8 > > md5sum_1m = 768ca32503ef92c28f2d144f2a87e4d0 > > > > + - SLES: > > + no setup > > + shell_prompt = "^root@.*[\#\$]\s*$|#" > > + unattended_install: > > + pxe_image = "linux" > > + pxe_initrd = "initrd" > > + extra_params += " -bootp /pxelinux.0 -boot n" > > + kernel_args = "autoyast=floppy" > > + > > + variants: > > + - 11.64: > > + no setup > > + image_name = sles11-64 > > + cdrom=linux/SLES-11-DVD-x86_64-GM-DVD1.iso > > + md5sum = 50a2bd45cd12c3808c3ee48208e2586b > > + md5sum_1m = 00000951cab7c32e332362fc424c1054 > > + unattended_install: > > + unattended_file = unattended/Sles11-64-autoinst.xml > > + tftp = "images/sles11-64/tftpboot" > > + floppy = "images/sles11-64floppy.img" > > + pxe_dir = "boot/x86_64/loader" > > + > > - @Ubuntu: > > shell_prompt = "^root@.*[\#\$]\s*$" > > > > -- > > 1.6.6.1 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe kvm" in > > the body of a message to majordomo@xxxxxxxxxxxxxxx > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > > -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html