diff options
| author | David Cantrell <dcantrell@redhat.com> | 2008-07-22 08:45:37 -1000 |
|---|---|---|
| committer | David Cantrell <dcantrell@redhat.com> | 2008-07-22 08:45:37 -1000 |
| commit | fec8810469d9bfc445340f9df1748a3fc46de743 (patch) | |
| tree | 828a7288eded1e0b504ebbbc60e47a9b77df58d1 /bootdisk | |
| parent | 51ed802c7553c0b32b1465975c9364797f54fd43 (diff) | |
| download | anaconda-fec8810469d9bfc445340f9df1748a3fc46de743.tar.gz anaconda-fec8810469d9bfc445340f9df1748a3fc46de743.tar.xz anaconda-fec8810469d9bfc445340f9df1748a3fc46de743.zip | |
Specify a default cio_ignore parameter for s390x (#253075)
To help speed up the boot time of VM and LPAR s390x
instances, set a default cio_ignore parameter to ignore all
devices except the system console. The CMS conf file is
used anyway to specify all devices to use, so setting the
cio_ignore parameter to a reasonable default speeds things
up.
Diffstat (limited to 'bootdisk')
| -rw-r--r-- | bootdisk/s390/generic.prm | 2 | ||||
| -rw-r--r-- | bootdisk/s390x/generic.prm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootdisk/s390/generic.prm b/bootdisk/s390/generic.prm index e4687614e..e953ce2ff 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,!0.0.0009 diff --git a/bootdisk/s390x/generic.prm b/bootdisk/s390x/generic.prm index e4687614e..e953ce2ff 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,!0.0.0009 |
