From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Tue, 9 Sep 2008 11:50:01 +0000 (+0100) Subject: Enable serial console. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=inline;h=190106170d7bccb5b52262a620ad4d504891624d;p=virt-p2v.git Enable serial console. --- diff --git a/p2v.ks.in b/p2v.ks.in index 69af9bb..4010439 100644 --- a/p2v.ks.in +++ b/p2v.ks.in @@ -25,6 +25,10 @@ auth --useshadow --enablemd5 selinux --enforcing firewall --disabled +# This should enable the serial console. However it requires +# livecd-tools 018 or above (is ignored on earlier versions). +bootloader --append="console=tty0 console=ttyS0,9600n8" + # Basic Fedora repository and updates. repo --name=released --baseurl=@CD_BASE_URL@ repo --name=updates --baseurl=@CD_UPDATES_URL@