diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-10-30 11:26:50 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2008-10-31 10:17:29 -1000 |
commit | 90b3dd722756333adf5a3f934bc3ffe26272ba41 (patch) | |
tree | 3e5536180e0681e8ce81ce59d78ecc3b521de451 /bootdisk | |
parent | da2aa9d9118a9939ec32edb5a534d48adbf16889 (diff) | |
download | anaconda-90b3dd722756333adf5a3f934bc3ffe26272ba41.tar.gz anaconda-90b3dd722756333adf5a3f934bc3ffe26272ba41.tar.xz anaconda-90b3dd722756333adf5a3f934bc3ffe26272ba41.zip |
Remove cio_ignore functionality for s390x
We've backed this out on RHEL 5.3 for now because it was far more
complex than IBM had told us, so it's back to the drawing board
for this one. Keeping rawhide in sync with what's happening on
the RHEL side with this feature.
Diffstat (limited to 'bootdisk')
-rw-r--r-- | bootdisk/s390x/generic.prm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootdisk/s390x/generic.prm b/bootdisk/s390x/generic.prm index e953ce2ff..e4687614e 100644 --- a/bootdisk/s390x/generic.prm +++ b/bootdisk/s390x/generic.prm @@ -1 +1 @@ -root=/dev/ram0 ro ip=off ramdisk_size=40000 cio_ignore=all,!0.0.0009 +root=/dev/ram0 ro ip=off ramdisk_size=40000 |