~ubuntu-branches/ubuntu/karmic/installation-guide/karmic

« back to all changes in this revision

Viewing changes to cs/boot-installer/alpha.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-07-23 15:52:44 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070723155244-xayq1rzu8rllvngy
Tags: 20070319ubuntu1
* 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, 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).
  - Note that an empty preseed file is equivalent to a normal manual
    installation.
  - Rename doc-base.TEMPLATE to TEMPLATE.doc-base.
  - 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.
  - Remove text talking about devfs-style device names, which are no
    longer supported.
  - Fix links to web copies of installation manual and example preseed
    file.
* Bump kernelversion to 2.6.22.
* Bump x11ver to 7.3.
* Bump GNOME version to 2.20.
* Bump release version and names for Gutsy (LP: #119177).
* Refer to the standard task rather than ubuntu-standard.
* Disable documentation of the GTK frontend.
* Remove latex-hangul-ucs-hlatex build-dependency, as we don't build for
  Korean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: alpha.xml 37321 2006-05-14 16:17:19Z mck-guest $ -->
2
 
<!-- original version: 29334 -->
 
1
<!-- $Id: alpha.xml 44147 2007-01-13 15:50:09Z mck-guest $ -->
 
2
<!-- original version: 43789 -->
3
3
 
4
4
 <sect2 arch="alpha" id="alpha-firmware">
5
5
 <title>Firmware Alpha konzoly</title>
269
269
Nejprve musíte nastavit zaváděcí protokol:
270
270
 
271
271
<informalexample><screen>
272
 
&gt;&gt;&gt; set ewa0_protocol bootp
 
272
&gt;&gt;&gt; set ewa0_protocols bootp
273
273
</screen></informalexample>
274
274
 
275
275
Pak zkontrolujte typ média:
315
315
  <title>Zavedení z CD-ROM s konzolou SRM</title>
316
316
<para>
317
317
 
318
 
Napište
 
318
Instalační CD &debian;u obsahují několik předpřipravených možností pro
 
319
VGA i sériové konzole. Pro zavedení pomocí VGA konzole napište
319
320
 
320
321
<informalexample><screen>
321
322
&gt;&gt;&gt; boot xxxx -flags 0
322
323
</screen></informalexample>
323
324
 
324
 
kde <replaceable>xxxx</replaceable> je vaše CD mechanika (v notaci SRM).
 
325
kde <replaceable>xxxx</replaceable> je vaše CD mechanika (v notaci
 
326
SRM). Pro použití sériové konzole na prvním sériovém zařízení zadejte
 
327
 
 
328
<informalexample><screen>
 
329
&gt;&gt;&gt; boot xxxx -flags 1
 
330
</screen></informalexample>
 
331
 
 
332
Analogicky pro konzoli na druhém sériovém portu zadejte
 
333
 
 
334
<informalexample><screen>
 
335
&gt;&gt;&gt; boot xxxx -flags 2
 
336
</screen></informalexample>
325
337
 
326
338
</para>
327
339
  </sect2>