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

« back to all changes in this revision

Viewing changes to nl/boot-installer/mips.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: 35613 untranslated -->
 
2
<!-- original version: 59840 untranslated -->
3
3
 
4
4
 
5
5
  <sect2 arch="mips" id="boot-tftp"><title>Booting with TFTP</title>
28
28
</para>
29
29
  </sect3>
30
30
 
31
 
   <sect3>
32
 
   <title>Broadcom BCM91250A and BCM91480B TFTP Booting</title>
33
 
<para>
34
 
 
35
 
On the Broadcom BCM91250A and BCM91480B evaluation boards, you have to load the SiByl boot
36
 
loader via TFTP which will then load and start the Debian installer.  In
37
 
most cases, you will first obtain an IP address via DHCP but it is also
38
 
possible to configure a static address.  In order to use DHCP, you can
39
 
enter the following command on the CFE prompt:
40
 
 
41
 
<informalexample><screen>
42
 
ifconfig eth0 -auto
43
 
</screen></informalexample>
44
 
 
45
 
Once you have obtained an IP address, you can load SiByl with the following
46
 
command:
47
 
 
48
 
<informalexample><screen>
49
 
boot 192.168.1.1:/boot/sibyl
50
 
</screen></informalexample>
51
 
 
52
 
You need to substitute the IP address listed in this example with either
53
 
the name or the IP address of your TFTP server.  Once you issue this
54
 
command, the installer will be loaded automatically.
55
 
 
56
 
</para>
57
 
</sect3>
58
31
  </sect2>
59
32
 
60
33
  <sect2 arch="mips"><title>Boot Parameters</title>
85
58
</para>
86
59
  </sect3>
87
60
 
88
 
   <sect3>
89
 
   <title>Broadcom BCM91250A and BCM91480B TFTP Booting</title>
90
 
<para>
91
 
 
92
 
You cannot pass any boot parameters directly from the CFE prompt.  Instead,
93
 
you have to edit the <filename>/boot/sibyl.conf</filename> file on the TFTP
94
 
server and add your parameters to the <replaceable>extra_args</replaceable>
95
 
variable.
96
 
 
97
 
</para>
98
 
  </sect3>
99
 
 
100
61
  </sect2>