summaryrefslogtreecommitdiffstats
path: root/installer_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-02-05 17:11:21 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-02-05 17:11:21 -0500
commite936148a8c215bce88fd81e4b559ad5d6c19c7af (patch)
treebe83a5a75935e6af5780e8047403faf730e79ddd /installer_templates
parentf7f0bf4f2cfb1d99b06ddd861be06ad94c92d131 (diff)
downloadcobbler-e936148a8c215bce88fd81e4b559ad5d6c19c7af.tar.gz
cobbler-e936148a8c215bce88fd81e4b559ad5d6c19c7af.tar.xz
cobbler-e936148a8c215bce88fd81e4b559ad5d6c19c7af.zip
s390 hacking
Diffstat (limited to 'installer_templates')
-rw-r--r--installer_templates/settings.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template
index dbbb08de..1733b49e 100644
--- a/installer_templates/settings.template
+++ b/installer_templates/settings.template
@@ -125,6 +125,17 @@ kernel_options:
lang: ' '
text: ~
+# s390 systems require additional kernel options in addition to the
+# above defaults
+
+kernel_options_s390x:
+ ramdisk_size: 40000
+ root: /dev/ram0
+ ro: ~
+ ip: off
+ CMSDASD: 191
+ RUNKS: 1
+
# configuration options if using the authn_ldap module. See the
# the Wiki for details. This can be ignored if you are not using
# LDAP for WebUI/XMLRPC authentication.