summaryrefslogtreecommitdiff
path: root/eu/using-d-i/modules/mipsel/delo-installer.xml
blob: d355f86b9039de809ac2c20700681e62d54d71f1 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!-- retain these comments for translator revision tracking -->
<!-- original version: 14602 untranslated -->

  <sect3 arch="mipsel">
  <title><command>delo</command>-installer</title>
<para>

The boot loader on DECstations is <command>DELO</command>.
It has to be installed on the same hard disk as the kernel (this is done
automatically by the installer). DELO supports different configurations
which are set up in <filename>/etc/delo.conf</filename>. Each
configuration has a unique name,
the default setup as created by the installer is <quote>linux</quote>.
After DELO has been installed, the system can be booted from hard disk
by entering

<informalexample><screen>

<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> <replaceable>partnr</replaceable>/<replaceable>name</replaceable></userinput>

</screen></informalexample>

on the firmware prompt.

</para>

<variablelist>
<varlistentry>
<term> <replaceable>#</replaceable> </term>
<listitem><para>

is the TurboChannel device to be booted from, on most DECstations this
is <userinput>3</userinput> for the onboard controllers

</para></listitem>
</varlistentry>
<varlistentry>
<term> <replaceable>id</replaceable> </term>
<listitem><para>

is the SCSI ID of the hard disk on which <command>DELO</command> is
installed

</para></listitem>
</varlistentry>
<varlistentry>
<term> <replaceable>partnr</replaceable> </term>
<listitem><para>

is the number of the partition on which
<filename>/etc/delo.conf</filename> resides

</para></listitem>
</varlistentry>
<varlistentry>
<term> <replaceable>name</replaceable> </term>
<listitem><para>

is the name of the configuration entry in
<filename>/etc/delo.conf</filename>, which is <quote>linux</quote> by
default.

</para></listitem>
</varlistentry>
</variablelist>

<para>

In case <filename>/etc/delo.conf</filename> is on the first partition
on the disk and the default configuration shall be booted, it is
sufficient to use

<informalexample><screen>

<userinput>boot #/rz<replaceable>id</replaceable></userinput>

</screen></informalexample>

</para>
  </sect3>