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

« back to all changes in this revision

Viewing changes to da/using-d-i/modules/mipsel/delo-installer.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
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 14602 untranslated -->
 
3
 
 
4
  <sect3 arch="mipsel">
 
5
  <title><command>delo</command>-installer</title>
 
6
<para>
 
7
 
 
8
The boot loader on DECstations is <command>DELO</command>.
 
9
It has to be installed on the same hard disk as the kernel (this is done
 
10
automatically by the installer). DELO supports different configurations
 
11
which are set up in <filename>/etc/delo.conf</filename>. Each
 
12
configuration has a unique name,
 
13
the default setup as created by the installer is <quote>linux</quote>.
 
14
After DELO has been installed, the system can be booted from hard disk
 
15
by entering
 
16
 
 
17
<informalexample><screen>
 
18
 
 
19
<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> <replaceable>partnr</replaceable>/<replaceable>name</replaceable></userinput>
 
20
 
 
21
</screen></informalexample>
 
22
 
 
23
on the firmware prompt.
 
24
 
 
25
</para>
 
26
 
 
27
<variablelist>
 
28
<varlistentry>
 
29
<term> <replaceable>#</replaceable> </term>
 
30
<listitem><para>
 
31
 
 
32
is the TurboChannel device to be booted from, on most DECstations this
 
33
is <userinput>3</userinput> for the onboard controllers
 
34
 
 
35
</para></listitem>
 
36
</varlistentry>
 
37
<varlistentry>
 
38
<term> <replaceable>id</replaceable> </term>
 
39
<listitem><para>
 
40
 
 
41
is the SCSI ID of the hard disk on which <command>DELO</command> is
 
42
installed
 
43
 
 
44
</para></listitem>
 
45
</varlistentry>
 
46
<varlistentry>
 
47
<term> <replaceable>partnr</replaceable> </term>
 
48
<listitem><para>
 
49
 
 
50
is the number of the partition on which
 
51
<filename>/etc/delo.conf</filename> resides
 
52
 
 
53
</para></listitem>
 
54
</varlistentry>
 
55
<varlistentry>
 
56
<term> <replaceable>name</replaceable> </term>
 
57
<listitem><para>
 
58
 
 
59
is the name of the configuration entry in
 
60
<filename>/etc/delo.conf</filename>, which is <quote>linux</quote> by
 
61
default.
 
62
 
 
63
</para></listitem>
 
64
</varlistentry>
 
65
</variablelist>
 
66
 
 
67
<para>
 
68
 
 
69
In case <filename>/etc/delo.conf</filename> is on the first partition
 
70
on the disk and the default configuration shall be booted, it is
 
71
sufficient to use
 
72
 
 
73
<informalexample><screen>
 
74
 
 
75
<userinput>boot #/rz<replaceable>id</replaceable></userinput>
 
76
 
 
77
</screen></informalexample>
 
78
 
 
79
</para>
 
80
  </sect3>