[PATCH] Add the serial conole atrribute in kickstart files for Fedora 14-18

Kashyap Chamarthy kchamart at redhat.com
Sat Feb 16 07:29:34 UTC 2013


A simple patch to add serial console attribute to kickstart files Fedora
{14,15,16,17,18}. Although, kickstart files for RHEL and Fedora releases prior
to Fedora-14 had the serial console attribute added. So I guess, it's a minor
over look.


---
 oz/auto/fedora-14-jeos.ks |    2 +-
 oz/auto/fedora-15-jeos.ks |    2 +-
 oz/auto/fedora-16-jeos.ks |    2 +-
 oz/auto/fedora-17-jeos.ks |    2 +-
 oz/auto/fedora-18-jeos.ks |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/oz/auto/fedora-14-jeos.ks b/oz/auto/fedora-14-jeos.ks
index fd2b5ea876b23cd23052e66d761d0dd7ba4f9eed..dd534c600e21fc986ea1c72e9300b9fb1154643e 100644
--- a/oz/auto/fedora-14-jeos.ks
+++ b/oz/auto/fedora-14-jeos.ks
@@ -9,7 +9,7 @@ firewall --disabled
 authconfig --enableshadow --enablemd5
 selinux --enforcing
 timezone --utc America/New_York
-bootloader --location=mbr
+bootloader --location=mbr --append="console=tty0 console=ttyS0,115200"
 zerombr
 clearpart --all --drives=vda
 
diff --git a/oz/auto/fedora-15-jeos.ks b/oz/auto/fedora-15-jeos.ks
index fd2b5ea876b23cd23052e66d761d0dd7ba4f9eed..dd534c600e21fc986ea1c72e9300b9fb1154643e 100644
--- a/oz/auto/fedora-15-jeos.ks
+++ b/oz/auto/fedora-15-jeos.ks
@@ -9,7 +9,7 @@ firewall --disabled
 authconfig --enableshadow --enablemd5
 selinux --enforcing
 timezone --utc America/New_York
-bootloader --location=mbr
+bootloader --location=mbr --append="console=tty0 console=ttyS0,115200"
 zerombr
 clearpart --all --drives=vda
 
diff --git a/oz/auto/fedora-16-jeos.ks b/oz/auto/fedora-16-jeos.ks
index d1290ecded73cb3ffedc7fdaa54ae0e9b8412947..ebcbfe178f9e5f6db94330b62d5abf58b7fceb14 100644
--- a/oz/auto/fedora-16-jeos.ks
+++ b/oz/auto/fedora-16-jeos.ks
@@ -9,7 +9,7 @@ firewall --disabled
 authconfig --enableshadow --enablemd5
 selinux --enforcing
 timezone --utc America/New_York
-bootloader --location=mbr
+bootloader --location=mbr --append="console=tty0 console=ttyS0,115200"
 zerombr
 clearpart --all --drives=vda
 
diff --git a/oz/auto/fedora-17-jeos.ks b/oz/auto/fedora-17-jeos.ks
index 19b5f288c063e129cf0fd480df52f4a9be89f920..2a8b0f3736010d5c038d0be27fdcd8a67c0f7eb2 100644
--- a/oz/auto/fedora-17-jeos.ks
+++ b/oz/auto/fedora-17-jeos.ks
@@ -9,7 +9,7 @@ firewall --disabled
 authconfig --enableshadow --enablemd5
 selinux --enforcing
 timezone --utc America/New_York
-bootloader --location=mbr
+bootloader --location=mbr --append="console=tty0 console=ttyS0,115200"
 zerombr
 clearpart --all --drives=vda
 
diff --git a/oz/auto/fedora-18-jeos.ks b/oz/auto/fedora-18-jeos.ks
index e62399a4a65f43c0518e2d101e48f79aeeb0651e..e19960078fcc0b1bb24908f32f3c559a521103a9 100644
--- a/oz/auto/fedora-18-jeos.ks
+++ b/oz/auto/fedora-18-jeos.ks
@@ -9,7 +9,7 @@ firewall --disabled
 authconfig --enableshadow --enablemd5
 selinux --enforcing
 timezone --utc America/New_York
-bootloader --location=mbr
+bootloader --location=mbr --append="console=tty0 console=ttyS0,115200"
 zerombr
 clearpart --all --drives=vda
 
-- 
1.7.7.6



More information about the cloud mailing list