~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to cs/boot-installer/mips.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-2"?>
 
2
<!-- $Id: mips.xml 25035 2005-01-19 17:26:38Z mck-guest $ -->
 
3
<!-- original version: 24663 -->
 
4
 
 
5
  <sect2 arch="mips" id="boot-tftp"><title>Zaveden� z TFTP</title>
 
6
   <sect3><title>TFTP zav�d�n� na SGI Indy</title>
 
7
<para>
 
8
 
 
9
Na SGI Indy vstupte do <quote>command monitoru</quote>, kde p��kazem
 
10
 
 
11
<informalexample><screen>
 
12
bootp():
 
13
</screen></informalexample>
 
14
 
 
15
zavedete Linux a spust�te instalaci Debianu. Aby to fungovalo, budete
 
16
mo�n� muset v <quote>command monitoru</quote> zru�it prom�nnou
 
17
<envar>netaddr</envar> p��kazem
 
18
 
 
19
<informalexample><screen>
 
20
unsetenv netaddr
 
21
</screen></informalexample>
 
22
 
 
23
</para>
 
24
   </sect3>
 
25
 
 
26
   <sect3>
 
27
   <title>TFTP zav�d�n� na Broadcom BCM91250A</title>
 
28
<para>
 
29
 
 
30
Na Broadcom BCM91250A mus�te zav�st zavad�� SiByl p�es TFTP a ten pak
 
31
nahraje a spust� instalaci Debianu. Ve v�t�in� p��pad� nejprve
 
32
obdr��te IP adresu p�es DHCP, ale nic v�m nebr�n� nastavit si
 
33
statickou adresu ru�n�. Chcete-li pou��t DHCP, zadejte v CFE promptu
 
34
n�sleduj�c� p��kaz:
 
35
 
 
36
<informalexample><screen>
 
37
ifconfig eth0 -auto
 
38
</screen></informalexample>
 
39
 
 
40
Pot�, co obdr��te IP adresu, m��ete zav�st zavad�� SiByl p��kazem:
 
41
 
 
42
<informalexample><screen>
 
43
boot <replaceable>192.168.1.1</replaceable>:/boot/sibyl
 
44
</screen></informalexample>
 
45
 
 
46
IP adresu v p��kladu samoz�ejm� mus�te nahradit jm�nem nebo IP adresou
 
47
va�eho m�stn�ho TFTP serveru. Instala�n� program by se m�l zav�st
 
48
automaticky.
 
49
 
 
50
</para>
 
51
   </sect3>
 
52
  </sect2>
 
53
 
 
54
 
 
55
  <sect2 arch="mips"><title>Zav�d�c� parametry</title>
 
56
   <sect3>
 
57
   <title>SGI Indy</title>
 
58
<para>
 
59
 
 
60
Na po��ta��ch SGI Indy m��ete p�idat zav�d�c� parametry p��kazu
 
61
<command>bootp():</command> v <quote>command monitoru</quote>.
 
62
 
 
63
</para><para>
 
64
 
 
65
Pokud jste nap��klad bootp/dhcp serveru explicitn� nezadali n�zev
 
66
souboru, kter� se m� zav�st, m��ete te� zadat jeho jm�no a um�st�n�.
 
67
Nap��klad
 
68
 
 
69
<informalexample><screen>
 
70
bootp():/boot/tftpboot.img
 
71
</screen></informalexample>
 
72
 
 
73
Dal�� parametry j�dra m��ete zadat p�es <command>append</command>:
 
74
 
 
75
<informalexample><screen>
 
76
bootp(): append="root=/dev/sda1"
 
77
</screen></informalexample>
 
78
 
 
79
</para>
 
80
   </sect3>
 
81
 
 
82
   <sect3>
 
83
   <title>Broadcom BCM91250A</title>
 
84
<para>
 
85
 
 
86
P��mo z CFE promptu nem��ete zad�vat ��dn� p��kazy. M�sto toho mus�te
 
87
na FTP serveru upravit soubor <filename>/boot/sibyl.conf</filename>
 
88
a p�idat sv� parametry do prom�nn�
 
89
<replaceable>extra_args</replaceable>.
 
90
 
 
91
</para>
 
92
   </sect3>
 
93
  </sect2>