blob: 6e3a92ce01f68bd5e5d13b3d10b7bf0a2b2c45fa (
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: 59840 -->
<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 Debianu. 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>
|