~psusi/ubuntu/precise/installation-guide/partitions

« back to all changes in this revision

Viewing changes to de/boot-installer/mipsel.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
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 35612 -->
 
2
<!-- original version: 59840 -->
3
3
 
4
4
  <sect2 arch="mipsel" id="boot-tftp"><title>Per TFTP booten</title>
5
5
 
30
30
Per serieller Konsole: mit einem Nullmodem-Kabel können Sie sich mit dem
31
31
seriellen Anschluss der Cobalt-Maschine verbinden (benutzen Sie eine
32
32
Geschwindigkeit von 115200 bps) und die Installation auf diesem Wege
33
 
durchführen. Diese Option ist auf Qube 2700-Rechnern (Qube1) nicht verfügbar,
34
 
da diese keinen seriellen Port haben.
 
33
durchführen.
35
34
 
36
35
</para></listitem>
37
36
</itemizedlist>
39
38
</para>
40
39
  </sect3>
41
40
 
42
 
   <sect3>
43
 
<!-- Note to translators: this is the same section as in mips.xml -->
44
 
   <title>TFTP-Boot von Broadcom BCM91250A und BCM91480B</title>
45
 
<para>
46
 
 
47
 
Bei den Broadcom BCM91250A- und BCM91480B-Evaluation-Boards müssen Sie
48
 
den SiByl-Bootloader
49
 
per TFTP laden, der dann den Debian-Installer lädt und startet. Meistens
50
 
werden Sie wohl eine IP-Adresse per DHCP beziehen, es ist aber auch möglich,
51
 
eine statische Adresse zu konfigurieren. Um DHCP zu nutzen, können Sie
52
 
folgendes Kommando am CFE-Prompt eingeben:
53
 
 
54
 
<informalexample><screen>
55
 
ifconfig eth0 -auto
56
 
</screen></informalexample>
57
 
 
58
 
Sobald Sie eine IP-Adresse bekommen haben, können Sie SiByl mit dem folgenden
59
 
Befehl laden:
60
 
 
61
 
<informalexample><screen>
62
 
boot 192.168.1.1:/boot/sibyl
63
 
</screen></informalexample>
64
 
 
65
 
Ersetzen Sie die IP-Adresse aus dem Beispiel entweder mit dem Namen oder
66
 
der IP-Adresse Ihres TFTP-Servers. Sobald Sie dieses Kommando ausführen, wird
67
 
der Installer automatisch geladen.
68
 
 
69
 
</para>
70
 
</sect3>
71
41
  </sect2>
72
42
 
73
43
  <sect2 arch="mipsel"><title>Boot-Parameter</title>
84
54
</para>
85
55
  </sect3>
86
56
 
87
 
   <sect3>
88
 
<!-- Note to translators: this is the same section as in mips.xml -->
89
 
   <title>TFTP-Boot von Broadcom BCM91250A und BCM91480B</title>
90
 
<para>
91
 
 
92
 
Am CFE-Prompt direkt können Sie keine Boot-Parameter angeben. Sie müssen
93
 
stattdessen in der Datei <filename>/boot/sibyl.conf</filename> auf dem
94
 
TFTP-Server Ihre Parameter zur Variable
95
 
<replaceable>extra_args</replaceable> hinzufügen.
96
 
 
97
 
</para>
98
 
  </sect3>
99
 
 
100
57
  </sect2>