diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-10-30 11:19:02 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2008-10-31 10:17:26 -1000 |
commit | da2aa9d9118a9939ec32edb5a534d48adbf16889 (patch) | |
tree | fb59467f5ad6011012f2179412f76a86594fbc6e | |
parent | 934fd3ba82d3a0d96da053c1e7c03592b56fdc0c (diff) | |
download | anaconda-da2aa9d9118a9939ec32edb5a534d48adbf16889.tar.gz anaconda-da2aa9d9118a9939ec32edb5a534d48adbf16889.tar.xz anaconda-da2aa9d9118a9939ec32edb5a534d48adbf16889.zip |
Remove bootdisk/s390
Don't need an s390 arch subdir, just s390x.
-rw-r--r-- | bootdisk/s390/generic.ins | 4 | ||||
-rw-r--r-- | bootdisk/s390/generic.prm | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/bootdisk/s390/generic.ins b/bootdisk/s390/generic.ins deleted file mode 100644 index 9dcbbe455..000000000 --- a/bootdisk/s390/generic.ins +++ /dev/null @@ -1,4 +0,0 @@ -* minimal lpar ins file -images/kernel.img 0x00000000 -images/initrd.img 0x00800000 -images/generic.prm 0x00010480 diff --git a/bootdisk/s390/generic.prm b/bootdisk/s390/generic.prm deleted file mode 100644 index e953ce2ff..000000000 --- a/bootdisk/s390/generic.prm +++ /dev/null @@ -1 +0,0 @@ -root=/dev/ram0 ro ip=off ramdisk_size=40000 cio_ignore=all,!0.0.0009 |