summaryrefslogtreecommitdiff
path: root/cs/boot-installer/mips.xml
blob: 5d0f30148b13af85fa66f47df408825c5f47a28e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- $Id$ -->
<!-- original version: 64916 -->

  <sect2 arch="mips" id="boot-tftp"><title>Zavedení z TFTP</title>
   <sect3><title>TFTP zavádění na SGI</title>
<para>

Na počítačích SGI vstupte do <quote>command monitoru</quote>, kde
příkazem

<informalexample><screen>
bootp():
</screen></informalexample>

zavedete Linux a spustíte instalaci &debian;u. Aby to fungovalo, budete
možná muset v <quote>command monitoru</quote> zrušit proměnnou
<envar>netaddr</envar> příkazem

<informalexample><screen>
unsetenv netaddr
</screen></informalexample>

</para>
   </sect3>
  </sect2>


  <sect2 arch="mips"><title>Zaváděcí parametry</title>
   <sect3>
   <title>SGI</title>
<para>

Na počítačích SGI můžete přidat zaváděcí parametry příkazu
<command>bootp():</command> v <quote>command monitoru</quote>.

</para><para>

Pokud jste například bootp/dhcp serveru explicitně nezadali název
souboru, který se má zavést, můžete teď zadat jeho jméno a umístění.
Například

<informalexample><screen>
bootp():/boot/tftpboot.img
</screen></informalexample>

Další parametry jádra můžete zadat přes <command>append</command>:

<informalexample><screen>
bootp(): append="root=/dev/sda1"
</screen></informalexample>

</para>
   </sect3>
  </sect2>