summaryrefslogtreecommitdiff
path: root/en/install-methods
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2006-03-19 04:18:28 +0000
committerMartin Michlmayr <tbm@cyrius.com>2006-03-19 04:18:28 +0000
commit1e7a2bacb7a9283507ddaa2ecb1f329126ddd9a1 (patch)
tree515a75071efda52ca84e828b83ca0bd04bd5c9d3 /en/install-methods
parent901ed96dbd1f58c817c78492ea5041b2c262f821 (diff)
downloadinstallation-guide-1e7a2bacb7a9283507ddaa2ecb1f329126ddd9a1.zip
Add support for the SGI O2 (IP32) machines (with R5000 CPU).
Diffstat (limited to 'en/install-methods')
-rw-r--r--en/install-methods/install-tftp.xml6
-rw-r--r--en/install-methods/tftp/bootp.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/en/install-methods/install-tftp.xml b/en/install-methods/install-tftp.xml
index 5f8da88e2..0926ed5dc 100644
--- a/en/install-methods/install-tftp.xml
+++ b/en/install-methods/install-tftp.xml
@@ -125,7 +125,7 @@ server:
# echo 1 &gt; /proc/sys/net/ipv4/ip_no_pmtu_disc
</screen></informalexample>
-to turn off Path MTU discovery, otherwise the Indy's PROM can't
+to turn off Path MTU discovery, otherwise the SGI's PROM can't
download the kernel. Furthermore, make sure TFTP packets are sent from
a source port no greater than 32767, or the download will stall after
the first packet. Again, it's Linux 2.4.X tripping this bug in the
@@ -308,10 +308,10 @@ for additional system-specific configuration information.
</sect3>
<sect3 arch="mips">
- <title>SGI Indys TFTP Booting</title>
+ <title>SGI TFTP Booting</title>
<para>
-On SGI Indys you can rely on the <command>bootpd</command> to supply
+On SGI machines you can rely on the <command>bootpd</command> to supply
the name of the TFTP file. It is given either as the
<userinput>bf=</userinput> in <filename>/etc/bootptab</filename> or as
the <userinput>filename=</userinput> option in
diff --git a/en/install-methods/tftp/bootp.xml b/en/install-methods/tftp/bootp.xml
index 110d2405d..0f1fb963d 100644
--- a/en/install-methods/tftp/bootp.xml
+++ b/en/install-methods/tftp/bootp.xml
@@ -50,7 +50,7 @@ option specifies the file a client should retrieve via TFTP; see
<xref linkend="tftp-images"/> for more details.
<phrase arch="mips">
-On SGI Indys you can just enter the command monitor and type
+On SGI machines you can just enter the command monitor and type
<userinput>printenv</userinput>. The value of the
<userinput>eaddr</userinput> variable is the machine's MAC address.
</phrase>