~ubuntu-branches/ubuntu/raring/installation-guide/raring-proposed

« back to all changes in this revision

Viewing changes to en/boot-installer/parameters.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-02-25 12:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080225123748-xcb1iwv50tfs1q3s
Tags: 20080211ubuntu1
* 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.
  - 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 the GTK frontend.
* Bump kernelversion to 2.6.24.
* Bump GNOME version to 2.22.
* Bump release version and names for Hardy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: parameters.xml 45239 2007-02-18 19:38:12Z fjp $ -->
 
2
<!-- $Id: parameters.xml 49849 2007-10-21 12:12:33Z fjp $ -->
3
3
 
4
4
 <sect1 id="boot-parms"><title>Boot Parameters</title>
5
5
<para>
206
206
</varlistentry>
207
207
 
208
208
<varlistentry>
 
209
<term>lowmem</term>
 
210
<listitem><para>
 
211
 
 
212
Can be used to force the installer to a lowmem level higher than the one
 
213
the installer sets by default based on available memory. Possible values
 
214
are 1 and 2. See also <xref linkend="lowmem"/>.
 
215
 
 
216
</para></listitem>
 
217
</varlistentry>
 
218
 
 
219
<varlistentry>
209
220
<term>debian-installer/framebuffer (fb)</term>
210
221
<listitem><para>
211
222
 
257
268
</varlistentry>
258
269
 
259
270
<varlistentry>
260
 
<term>debian-installer/probe/usb</term>
261
 
<listitem><para>
262
 
 
263
 
Set to <userinput>false</userinput> to prevent probing for USB on
264
 
boot, if that causes problems.
265
 
 
266
 
</para></listitem>
267
 
</varlistentry>
268
 
 
269
 
<varlistentry>
270
271
<term>netcfg/disable_dhcp</term>
271
272
<listitem><para>
272
273
 
297
298
</varlistentry>
298
299
 
299
300
<varlistentry>
 
301
<term>disk-detect/dmraid/enable (dmraid)</term>
 
302
<listitem><para>
 
303
 
 
304
Set to <userinput>true</userinput> to enable support for Serial ATA RAID
 
305
(also called ATA RAID, BIOS RAID or fake RAID) disks in the installer.
 
306
Note that this support is currently experimental. Additional information
 
307
can be found on the <ulink url="&url-d-i-wiki;">Debian Installer Wiki</ulink>.
 
308
 
 
309
</para></listitem>
 
310
</varlistentry>
 
311
 
 
312
<varlistentry>
300
313
<term>preseed/url (url)</term>
301
314
<listitem><para>
302
315
 
400
413
<listitem><para>
401
414
 
402
415
For the gtk frontend (graphical installer), hardware acceleration in directfb
403
 
is disabled by default. To enable it, set this parameter to
404
 
<userinput>true</userinput> when booting the installer.
 
416
is disabled by default. Set this parameter to <userinput>true</userinput> to
 
417
enable it.
405
418
 
406
419
</para></listitem>
407
420
</varlistentry>