I use this EXEC that will take care of the F 80 stuff so you don't have to on the FTP:
I use this EXEC that takes care of the F 80 stuff so you don’t have to worry about it when FTPing: /* */ 'CP CL RDR' 'CP PURGE RDR ALL' 'CP SPOOL PUNCH * RDR' 'PIPE (name PUNCH_KERN)', '| < KERNEL IMG', '| fblock 80 00', '| punch' 'CP C PU NAME LINUX KERNEL' 'PIPE (name PUNCH_PARM)', '| < GENERIC PRM', '| split 80', '| spec pad blank 1-* 1.80', '| punch' 'CP C PU NAME LINUX PARM' 'PIPE (name PUNCH_INITRD)', '| < INITRD IMG', '| fblock 80 00', '| punch' 'CP C PU NAME LINUX INITRD' 'CP CH RDR ALL KEEP NOHOLD' 'CP IPL 00C CLEAR' On 10/15/18, 05:53, "Linux on 390 Port on behalf of Jake Anderson" <[email protected] on behalf of [email protected]> wrote: Sorry that was my mistake of not transferring kernel and initrd as block length 80. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
