git.annexia.org
/
virt-p2v.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1340b40
)
Enable serial console.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 9 Sep 2008 11:50:01 +0000
(12:50 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 9 Sep 2008 11:50:01 +0000
(12:50 +0100)
p2v.ks.in
patch
|
blob
|
history
diff --git
a/p2v.ks.in
b/p2v.ks.in
index
69af9bb
..
4010439
100644
(file)
--- 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@