~ubuntu-branches/ubuntu/natty/installation-guide/natty

« 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): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, armel, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

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>