Re: [Autotest] [PATCH 3/3] KVM test: Remove the duplicated KERNEL paramters in the pxe configuration file

2010-05-06 Thread Lucas Meneghel Rodrigues
On Mon, Apr 26, 2010 at 7:07 AM, Jason Wang jasow...@redhat.com wrote:
 Remove the duplicated KERNEL vmlinuz in unattended.py

Good catch, applied, thanks!

 Signed-off-by: Jason Wang jasow...@redhat.com
 ---
  client/tests/kvm/scripts/unattended.py |    1 -
  1 files changed, 0 insertions(+), 1 deletions(-)

 diff --git a/client/tests/kvm/scripts/unattended.py 
 b/client/tests/kvm/scripts/unattended.py
 index e41bc86..fdadd03 100755
 --- a/client/tests/kvm/scripts/unattended.py
 +++ b/client/tests/kvm/scripts/unattended.py
 @@ -209,7 +209,6 @@ class UnattendedInstall(object):
         pxe_config.write('PROMPT 0\n')
         pxe_config.write('LABEL pxeboot\n')
         pxe_config.write('     KERNEL vmlinuz\n')
 -        pxe_config.write('     KERNEL vmlinuz\n')
         pxe_config.write('     APPEND initrd=initrd.img %s\n' %
                          self.kernel_args)
         pxe_config.close()

 ___
 Autotest mailing list
 autot...@test.kernel.org
 http://test.kernel.org/cgi-bin/mailman/listinfo/autotest




-- 
Lucas
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 3/3] KVM test: Remove the duplicated KERNEL paramters in the pxe configuration file

2010-04-26 Thread Jason Wang
Remove the duplicated KERNEL vmlinuz in unattended.py

Signed-off-by: Jason Wang jasow...@redhat.com
---
 client/tests/kvm/scripts/unattended.py |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/client/tests/kvm/scripts/unattended.py 
b/client/tests/kvm/scripts/unattended.py
index e41bc86..fdadd03 100755
--- a/client/tests/kvm/scripts/unattended.py
+++ b/client/tests/kvm/scripts/unattended.py
@@ -209,7 +209,6 @@ class UnattendedInstall(object):
 pxe_config.write('PROMPT 0\n')
 pxe_config.write('LABEL pxeboot\n')
 pxe_config.write(' KERNEL vmlinuz\n')
-pxe_config.write(' KERNEL vmlinuz\n')
 pxe_config.write(' APPEND initrd=initrd.img %s\n' %
  self.kernel_args)
 pxe_config.close()

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html