From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: [PATCH v2 09/10] KVM test: Enable the serial console during unattended installation Date: Tue, 11 May 2010 17:04:23 +0800 Message-ID: <20100511090423.19914.77758.stgit@localhost.localdomain> References: <20100511083338.19914.7719.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: lmr@redhat.com, autotest@test.kernel.org Return-path: In-Reply-To: <20100511083338.19914.7719.stgit@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org This patch enable the serial console during unattended installation for all linux guests. Signed-off-by: Jason Wang --- client/tests/kvm/tests_base.cfg.sample | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 169a69e..3c0933e 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -452,7 +452,7 @@ variants: pxe_initrd = "initrd.img" tftp = "images/tftpboot" extra_params += " -bootp /pxelinux.0 -boot cn" - kernel_args = "ks=floppy nicdelay=60" + kernel_args = "ks=floppy nicdelay=60 console=ttyS0,115200 console=tty0" variants: - 8.32: @@ -592,7 +592,7 @@ variants: pxe_initrd = "initrd" tftp = "images/tftpboot" extra_params += " -bootp /pxelinux.0 -boot cn" - kernel_args = "autoyast=floppy" + kernel_args = "autoyast=floppy console=ttyS0,115200 console=tty0" post_install_delay = 10 variants: @@ -674,7 +674,7 @@ variants: pxe_image = "linux" pxe_initrd = "initrd" extra_params += " -bootp /pxelinux.0 -boot n" - kernel_args = "autoyast=floppy" + kernel_args = "autoyast=floppy console=ttyS0,115200 console=tty0" post_install_delay = 10 variants: @@ -733,7 +733,7 @@ variants: pxe_initrd = "initrd.img" tftp = "images/tftpboot" extra_params += " -bootp /pxelinux.0 -boot cn" - kernel_args = "ks=floppy nicdelay=60" + kernel_args = "ks=floppy nicdelay=60 console=ttyS0,115200 console=tty0" variants: - 3.9.i386: