diff options
Diffstat (limited to 'eu/install-methods/ipl-tape.xml')
-rw-r--r-- | eu/install-methods/ipl-tape.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/eu/install-methods/ipl-tape.xml b/eu/install-methods/ipl-tape.xml new file mode 100644 index 000000000..7f57a93af --- /dev/null +++ b/eu/install-methods/ipl-tape.xml @@ -0,0 +1,31 @@ +<!-- retain these comments for translator revision tracking --> +<!-- original version: 11648 untranslated --> + + <sect1 arch="s390" id="ipl-tape"> + <title>Creating an IPL tape</title> + +<para> + +If you can't boot (IPL) from the CD-ROM and you are not using VM +you need to create an IPL tape first. This is described in section +3.4.3 in the +<ulink url="http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246264.pdf"> +Linux for IBM eServer zSeries and S/390: Distributions</ulink> +Redbook. The files you +need to write to the tape are (in this order): +<filename>kernel.debian</filename>, +<filename>parmfile.debian</filename>, +<filename>initrd.debian</filename> and optionally a second +initrd with the OCO modules. The first three files can be downloaded +from the <filename>tape</filename> sub-directory, see +<xref linkend="where-files"/>, + +</para> + +<para condition="FIXME"> + +<emphasis>FIXME: talk more about the second initrd</emphasis> + +</para> + </sect1> + |