diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-12-05 09:34:08 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-12-05 09:34:12 -1000 |
commit | ade6ac39323c24482027f5a5ee33143e6692776c (patch) | |
tree | a88f996d81570c0823e9278e69bcc515d43ceaab | |
parent | 2d7aeb09db8c0a165e31ebf9d3ff507fb1c78b52 (diff) | |
download | anaconda-ade6ac39323c24482027f5a5ee33143e6692776c.tar.gz anaconda-ade6ac39323c24482027f5a5ee33143e6692776c.tar.xz anaconda-ade6ac39323c24482027f5a5ee33143e6692776c.zip |
Use a better cio_ignore line (#253075).
-rw-r--r-- | bootdisk/s390/generic.prm | 3 | ||||
-rw-r--r-- | bootdisk/s390x/generic.prm | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bootdisk/s390/generic.prm b/bootdisk/s390/generic.prm index 0571980b8..7d1499f83 100644 --- a/bootdisk/s390/generic.prm +++ b/bootdisk/s390/generic.prm @@ -1 +1,2 @@ -root=/dev/ram0 ro ip=off ramdisk_size=40000 cio_ignore=all +root=/dev/ram0 ro ip=off ramdisk_size=40000 +cio_ignore=all,!0.0.0191,!0.0.0009,!0.0.000c-0.0.000e diff --git a/bootdisk/s390x/generic.prm b/bootdisk/s390x/generic.prm index 0571980b8..7d1499f83 100644 --- a/bootdisk/s390x/generic.prm +++ b/bootdisk/s390x/generic.prm @@ -1 +1,2 @@ -root=/dev/ram0 ro ip=off ramdisk_size=40000 cio_ignore=all +root=/dev/ram0 ro ip=off ramdisk_size=40000 +cio_ignore=all,!0.0.0191,!0.0.0009,!0.0.000c-0.0.000e |