summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-04-28 17:00:43 -0400
committerJim Meyering <jim@meyering.net>2006-04-28 17:00:43 -0400
commit5f5b28d53cf738b3588d69f146085a6f06fa60d1 (patch)
treec816058601667c96c819ffe8bf83d9c320f00a57 /config.py
parent8aaee126ba25f82da1d9f1cd1663a229a3c96baf (diff)
downloadthird_party-cobbler-5f5b28d53cf738b3588d69f146085a6f06fa60d1.tar.gz
third_party-cobbler-5f5b28d53cf738b3588d69f146085a6f06fa60d1.tar.xz
third_party-cobbler-5f5b28d53cf738b3588d69f146085a6f06fa60d1.zip
Remove serial console from kernel options
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 596976b..aadb5d3 100644
--- a/config.py
+++ b/config.py
@@ -52,7 +52,7 @@ class BootConfig:
self.tftpd_bin = "/usr/sbin/in.tftpd"
self.dhcpd_bin = "/usr/sbin/dhcpd"
self.httpd_bin = "/usr/sbin/httpd"
- self.kernel_options = "append devfs=nomount ramdisk_size=16438 lang= vga=788 ksdevice=eth0 console=ttyS0,38400n8" #initrd and ks added programmatically
+ self.kernel_options = "append devfs=nomount ramdisk_size=16438 lang= vga=788 ksdevice=eth0" #initrd and ks added programmatically
"""
Access the current profiles list