From 190106170d7bccb5b52262a620ad4d504891624d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Enable serial console. --- p2v.ks.in | 4 ++++ 1 file changed, 4 insertions(+) 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@ -- 1.8.3.1