On Wed, May 25, 2011 at 1:09 PM, Pradeep Kumar <[email protected]> wrote: > Include RHEL 6.1, RHEL 5.6 iso details > "ntpdate" is not available in RHEL5. So removing from RHEL-5 kickstart file
Great, thank you very much, applied! http://autotest.kernel.org/changeset/5384 > Signed-off-by: Pradeep K Surisetty <[email protected]> > --- > diff -uprN autotest/client/tests/kvm/tests_base.cfg.sample > autotest-new/client/tests/kvm/tests_base.cfg.sample > --- autotest/client/tests/kvm/tests_base.cfg.sample 2011-05-25 > 18:40:15.251734123 +0530 > +++ autotest-new/client/tests/kvm/tests_base.cfg.sample 2011-05-25 > 21:24:18.937026414 +0530 > @@ -1877,6 +1877,35 @@ variants: > md5sum_cd1 = f3119f883257ef9041234feda2f1cad0 > md5sum_1m_cd1 = a744084a03f6a08627f71527fc107a1e > > + - 5.6.i386: > + no setup > + image_name = rhel5-32 > + unattended_install: > + unattended_file = unattended/RHEL-5-series.ks > + #floppy = images/rhel56-32/ks.vfd > + cdrom_unattended = images/rhel56-32/ks.iso > + kernel = images/rhel56-32/vmlinuz > + initrd = images/rhel56-32/initrd.img > + unattended_install.cdrom: > + cdrom_cd1 = isos/linux/RHEL-5.6-i386-DVD.iso > + md5sum_cd1 = c214653d91b81c9a7a7f7249753d0f5d > + md5sum_1m_cd1 = f299a881950bfec81fd5c74484e1b1d4 > + > + > + - 5.6.x86_64: > + no setup > + image_name = rhel5-64 > + unattended_install: > + unattended_file = unattended/RHEL-5-series.ks > + #floppy = images/rhel56-64/ks.vfd > + cdrom_unattended = images/rhel56-64/ks.iso > + kernel = images/rhel56-64/vmlinuz > + initrd = images/rhel56-64/initrd.img > + unattended_install.cdrom: > + cdrom_cd1 = isos/linux/RHEL-5.6-x86_64-DVD.iso > + md5sum_cd1 = d77d3815afb381a50148ba55ad930679 > + md5sum_1m_cd1 = 9dd97de110e391fcbed88b124a60f7a9 > + > > - 6.0.i386: > no setup > @@ -1916,6 +1945,44 @@ variants: > md5sum_1m_cd1 = b060eeef63e2c8700db54ae02056e80c > > > + - 6.1.i386: > + no setup > + nic_hotplug: > + modprobe_module = > + block_hotplug: > + modprobe_module = > + image_name = rhel6-32 > + unattended_install: > + unattended_file = unattended/RHEL-6-series.ks > + #floppy = images/rhel61-32/ks.vfd > + cdrom_unattended = images/rhel61-32/ks.iso > + kernel = images/rhel61-32/vmlinuz > + initrd = images/rhel61-32/initrd.img > + unattended_install.cdrom: > + cdrom_cd1 = isos/linux/RHEL-6.1-i386-DVD.iso > + md5sum_cd1 = f8c8a310e34d26339c99d462e3557324 > + md5sum_1m_cd1 = 12f7692e6e20be0d42b9407d956f74c3 > + > + > + - 6.1.x86_64: > + no setup > + nic_hotplug: > + modprobe_module = > + block_hotplug: > + modprobe_module = > + image_name = rhel6-64 > + unattended_install: > + unattended_file = unattended/RHEL-6-series.ks > + #floppy = images/rhel61-64/ks.vfd > + cdrom_unattended = images/rhel61-64/ks.iso > + kernel = images/rhel61-64/vmlinuz > + initrd = images/rhel61-64/initrd.img > + unattended_install.cdrom: > + cdrom_cd1 = isos/linux/RHEL-6.1-x86_64-DVD.iso > + md5sum_cd1 = a051dbf28ef444a019dc6660efe3e3a4 > + md5sum_1m_cd1 = cb3b9d140404a6797b0f423dfe620ab8 > + > + > > # Windows section > - @Windows: > diff -uprN autotest/client/tests/kvm/unattended/RHEL-5-series.ks > autotest-new/client/tests/kvm/unattended/RHEL-5-series.ks > --- autotest/client/tests/kvm/unattended/RHEL-5-series.ks 2011-05-25 > 18:40:15.247736827 +0530 > +++ autotest-new/client/tests/kvm/unattended/RHEL-5-series.ks 2011-05-25 > 21:24:33.657332497 +0530 > @@ -22,7 +22,6 @@ poweroff > @development-libs > @development-tools > kexec-tools > -ntpdate > watchdog > > %post --interpreter /usr/bin/python > --- > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > -- Lucas _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
