diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2009-07-29 15:42:10 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2009-07-29 15:42:10 +0000 |
commit | 91b6b123cd1855ad6e74857d798bf16b3dc23877 (patch) | |
tree | c1152854a2ccc4c2534c21003b7cb36a052dbc9a /en/boot-installer | |
parent | 56a738bedf399c45da1e1913e05d1550a1756d46 (diff) | |
download | installation-guide-91b6b123cd1855ad6e74857d798bf16b3dc23877.zip |
Remove everything about Broadcom SWARM and BigSur since we no longer
support these devices in the installer.
Diffstat (limited to 'en/boot-installer')
-rw-r--r-- | en/boot-installer/mips.xml | 39 | ||||
-rw-r--r-- | en/boot-installer/mipsel.xml | 41 |
2 files changed, 0 insertions, 80 deletions
diff --git a/en/boot-installer/mips.xml b/en/boot-installer/mips.xml index ccd7ae422..ab5f659cf 100644 --- a/en/boot-installer/mips.xml +++ b/en/boot-installer/mips.xml @@ -28,33 +28,6 @@ in the command monitor to do this. </para> </sect3> - <sect3> - <title>Broadcom BCM91250A and BCM91480B TFTP Booting</title> -<para> - -On the Broadcom BCM91250A and BCM91480B evaluation boards, you have to load the SiByl boot -loader via TFTP which will then load and start the Debian installer. In -most cases, you will first obtain an IP address via DHCP but it is also -possible to configure a static address. In order to use DHCP, you can -enter the following command on the CFE prompt: - -<informalexample><screen> -ifconfig eth0 -auto -</screen></informalexample> - -Once you have obtained an IP address, you can load SiByl with the following -command: - -<informalexample><screen> -boot 192.168.1.1:/boot/sibyl -</screen></informalexample> - -You need to substitute the IP address listed in this example with either -the name or the IP address of your TFTP server. Once you issue this -command, the installer will be loaded automatically. - -</para> -</sect3> </sect2> <sect2 arch="mips"><title>Boot Parameters</title> @@ -85,16 +58,4 @@ bootp(): append="root=/dev/sda1" </para> </sect3> - <sect3> - <title>Broadcom BCM91250A and BCM91480B TFTP Booting</title> -<para> - -You cannot pass any boot parameters directly from the CFE prompt. Instead, -you have to edit the <filename>/boot/sibyl.conf</filename> file on the TFTP -server and add your parameters to the <replaceable>extra_args</replaceable> -variable. - -</para> - </sect3> - </sect2> diff --git a/en/boot-installer/mipsel.xml b/en/boot-installer/mipsel.xml index e8f073bab..96d7d4c59 100644 --- a/en/boot-installer/mipsel.xml +++ b/en/boot-installer/mipsel.xml @@ -36,34 +36,6 @@ this way. </para> </sect3> - <sect3> -<!-- Note to translators: this is the same section as in mips.xml --> - <title>Broadcom BCM91250A and BCM91480B TFTP Booting</title> -<para> - -On the Broadcom BCM91250A and BCM91480B evaluation boards, you have to load the SiByl boot -loader via TFTP which will then load and start the Debian installer. In -most cases, you will first obtain an IP address via DHCP but it is also -possible to configure a static address. In order to use DHCP, you can -enter the following command on the CFE prompt: - -<informalexample><screen> -ifconfig eth0 -auto -</screen></informalexample> - -Once you have obtained an IP address, you can load SiByl with the following -command: - -<informalexample><screen> -boot 192.168.1.1:/boot/sibyl -</screen></informalexample> - -You need to substitute the IP address listed in this example with either -the name or the IP address of your TFTP server. Once you issue this -command, the installer will be loaded automatically. - -</para> -</sect3> </sect2> <sect2 arch="mipsel"><title>Boot Parameters</title> @@ -79,17 +51,4 @@ add your parameters to the <replaceable>args</replaceable> variable. </para> </sect3> - <sect3> -<!-- Note to translators: this is the same section as in mips.xml --> - <title>Broadcom BCM91250A and BCM91480B TFTP Booting</title> -<para> - -You cannot pass any boot parameters directly from the CFE prompt. Instead, -you have to edit the <filename>/boot/sibyl.conf</filename> file on the TFTP -server and add your parameters to the <replaceable>extra_args</replaceable> -variable. - -</para> - </sect3> - </sect2> |