From 44e21aae58267145d55a3bf9da83fc2951f35dc3 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 5 Dec 2007 08:33:00 -1000 Subject: 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. --- bootdisk/s390/generic.prm | 2 +- bootdisk/s390x/generic.prm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bootdisk') 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 -- cgit