summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-12-05 08:33:00 -1000
committerDavid Cantrell <dcantrell@redhat.com>2007-12-05 08:33:00 -1000
commit44e21aae58267145d55a3bf9da83fc2951f35dc3 (patch)
treef39da14b985729889fd07a8a38026fb85319e252 /bootdisk
parent62422eb0857472f90bde2b3b1b0e1dd5dfda4d97 (diff)
downloadanaconda-44e21aae58267145d55a3bf9da83fc2951f35dc3.tar.gz
anaconda-44e21aae58267145d55a3bf9da83fc2951f35dc3.tar.xz
anaconda-44e21aae58267145d55a3bf9da83fc2951f35dc3.zip
Add cio_ignore=all to generic.prm for s390[x]
Per IBM recommendation, add cio_ignore=all to the generic.prm template. This will avoid certain situations where possibly hundreds of devices are probed at boot time, making the installation take way longer than it already does on that platform. IBM tells customers to explicitly list devices to enumerate or to add cio_assist if they really want that.
Diffstat (limited to 'bootdisk')
-rw-r--r--bootdisk/s390/generic.prm2
-rw-r--r--bootdisk/s390x/generic.prm2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootdisk/s390/generic.prm b/bootdisk/s390/generic.prm
index e4687614e..0571980b8 100644
--- a/bootdisk/s390/generic.prm
+++ b/bootdisk/s390/generic.prm
@@ -1 +1 @@
-root=/dev/ram0 ro ip=off ramdisk_size=40000
+root=/dev/ram0 ro ip=off ramdisk_size=40000 cio_ignore=all
diff --git a/bootdisk/s390x/generic.prm b/bootdisk/s390x/generic.prm
index e4687614e..0571980b8 100644
--- a/bootdisk/s390x/generic.prm
+++ b/bootdisk/s390x/generic.prm
@@ -1 +1 @@
-root=/dev/ram0 ro ip=off ramdisk_size=40000
+root=/dev/ram0 ro ip=off ramdisk_size=40000 cio_ignore=all