From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [Autotest] [PATCH 3/3] KVM test: Remove the duplicated KERNEL paramters in the pxe configuration file Date: Thu, 6 May 2010 14:01:57 -0300 Message-ID: References: <20100426100726.26501.73186.stgit@localhost.localdomain> <20100426100743.26501.35491.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Jason Wang Return-path: Received: from mail-wy0-f174.google.com ([74.125.82.174]:59185 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752079Ab0EFRB7 convert rfc822-to-8bit (ORCPT ); Thu, 6 May 2010 13:01:59 -0400 Received: by wyg36 with SMTP id 36so150274wyg.19 for ; Thu, 06 May 2010 10:01:57 -0700 (PDT) In-Reply-To: <20100426100743.26501.35491.stgit@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Apr 26, 2010 at 7:07 AM, Jason Wang wrote= : > Remove the duplicated "KERNEL vmlinuz" in unattended.py Good catch, applied, thanks! > Signed-off-by: Jason Wang > --- > =A0client/tests/kvm/scripts/unattended.py | =A0 =A01 - > =A01 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/client/tests/kvm/scripts/unattended.py b/client/tests/kv= m/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): > =A0 =A0 =A0 =A0 pxe_config.write('PROMPT 0\n') > =A0 =A0 =A0 =A0 pxe_config.write('LABEL pxeboot\n') > =A0 =A0 =A0 =A0 pxe_config.write(' =A0 =A0 KERNEL vmlinuz\n') > - =A0 =A0 =A0 =A0pxe_config.write(' =A0 =A0 KERNEL vmlinuz\n') > =A0 =A0 =A0 =A0 pxe_config.write(' =A0 =A0 APPEND initrd=3Dinitrd.img= %s\n' % > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0self.kernel_args) > =A0 =A0 =A0 =A0 pxe_config.close() > > _______________________________________________ > Autotest mailing list > Autotest@test.kernel.org > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > --=20 Lucas