diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-10-31 10:55:37 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2008-10-31 11:37:42 -1000 |
commit | 51a505e605018a9d97ffe1b2b54c9c005041119b (patch) | |
tree | 60f8ed132d779c8cf651521c8c8256dc82d31ab6 /bootdisk | |
parent | 0f7f33279b7131139ad45d7bcaed13ac7ded03e5 (diff) | |
download | anaconda-51a505e605018a9d97ffe1b2b54c9c005041119b.tar.gz anaconda-51a505e605018a9d97ffe1b2b54c9c005041119b.tar.xz anaconda-51a505e605018a9d97ffe1b2b54c9c005041119b.zip |
Provide sample punch card reader script for s390x (#462953)
IBM would like us to provide mainframe users with a sample punchcard
reader script along with the other boot files on s390x.
I'd just like to say that again: punch cards.
Diffstat (limited to 'bootdisk')
-rw-r--r-- | bootdisk/s390x/redhat.exec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bootdisk/s390x/redhat.exec b/bootdisk/s390x/redhat.exec new file mode 100644 index 000000000..d5b7f7467 --- /dev/null +++ b/bootdisk/s390x/redhat.exec @@ -0,0 +1,9 @@ +/* */ +'CL RDR' +'PURGE RDR ALL' +'SPOOL PUNCH * RDR' +'PUNCH KERNEL IMG A (NOH' +'PUNCH REDHAT PARM A (NOH' +'PUNCH INITRD IMG A (NOH' +'CH RDR ALL KEEP NOHOLD' +'I 00C' |