~jbicha/ubuntu/oneiric/installation-guide/merge-with-debian

« back to all changes in this revision

Viewing changes to de/using-d-i/modules/mipsel/delo-installer.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-11-20 19:15:23 UTC
  • Revision ID: james.westby@ubuntu.com-20081120191523-ewj4gnnj4k6skpn4
Tags: 20081113ubuntu1
* Document user-setup encrypted private directory preseeding.
* 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, hppa, i386, ia64, lpia,
    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 partman/early_command.
  - Document pkgsel/update-policy.
* Bump kernelversion to 2.6.27.
* Bump GNOME version to 2.26.
* Bump release version and names for Jaunty.
* Re-enable documentation of the GTK frontend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 24663 -->
3
 
 
4
 
  <sect3 arch="mipsel">
5
 
  <title>Den <command>delo</command>-Bootloader installieren
6
 
(delo-installer)</title>
7
 
<para>
8
 
 
9
 
Der Bootloader für DECstations ist <command>delo</command>.
10
 
Er muss auf der gleichen Festplatte installiert werden wie der Kernel
11
 
(dies erledigt der Installer automatisch). Delo unterstützt verschiedene
12
 
Konfigurationen, die in <filename>/etc/delo.conf</filename> festgelegt werden.
13
 
Jede Konfiguration hat einen eindeutigen Namen; das Standardsetup, das der
14
 
Installer erstellt, ist <quote>linux</quote>. Nachdem delo installiert wurde,
15
 
kann das System von Festplatte gebootet werden, indem Sie Folgendes ...
16
 
 
17
 
<informalexample><screen>
18
 
<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable>
19
 
<replaceable>partnr</replaceable>/<replaceable>name</replaceable></userinput>
20
 
</screen></informalexample>
21
 
 
22
 
... am Firmware-Prompt eingeben.
23
 
 
24
 
</para>
25
 
 
26
 
<variablelist>
27
 
<varlistentry>
28
 
<term> <replaceable>#</replaceable> </term>
29
 
<listitem><para>
30
 
 
31
 
ist das TurboChannel-Gerät, von dem gebootet wird; auf den meisten DECstations
32
 
ist dies <userinput>3</userinput> für den Onboard-Controller.
33
 
 
34
 
</para></listitem>
35
 
</varlistentry>
36
 
<varlistentry>
37
 
<term> <replaceable>id</replaceable> </term>
38
 
<listitem><para>
39
 
 
40
 
ist die SCSI-ID der Festplatte, auf der <command>delo</command> installiert
41
 
ist.
42
 
 
43
 
</para></listitem>
44
 
</varlistentry>
45
 
<varlistentry>
46
 
<term> <replaceable>partnr</replaceable> </term>
47
 
<listitem><para>
48
 
 
49
 
ist die Nummer der Partition, auf der <filename>/etc/delo.conf</filename>
50
 
liegt.
51
 
 
52
 
</para></listitem>
53
 
</varlistentry>
54
 
<varlistentry>
55
 
<term> <replaceable>name</replaceable> </term>
56
 
<listitem><para>
57
 
 
58
 
ist der Name des Konfigurationseintrags in <filename>/etc/delo.conf</filename>;
59
 
der Standard ist <quote>linux</quote>.
60
 
 
61
 
</para></listitem>
62
 
</varlistentry>
63
 
</variablelist>
64
 
 
65
 
<para>
66
 
 
67
 
Für den Fall, dass <filename>/etc/delo.conf</filename> auf der ersten Partition
68
 
der Festplatte liegt und die Standardkonfiguration gebootet werden soll, 
69
 
ist es ausreichend, den folgenden Befehl zu verwenden:
70
 
 
71
 
<informalexample><screen>
72
 
<userinput>boot #/rz<replaceable>id</replaceable></userinput>
73
 
</screen></informalexample>
74
 
 
75
 
</para>
76
 
  </sect3>