public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Shyam Mani" <fox2mike@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86-medium.xml
Date: Fri,  3 Mar 2006 05:41:46 +0000	[thread overview]
Message-ID: <200603030541.k235flIo028594@robin.gentoo.org> (raw)

fox2mike    06/03/03 05:41:46

  Modified:    xml/htdocs/doc/en/handbook/2006.0 hb-install-x86-medium.xml
  Log:
  Removed tabs, thanks to grahl for the reminder. ** No Content Change **

Revision  Changes    Path
1.3       +50 -50    xml/htdocs/doc/en/handbook/2006.0/hb-install-x86-medium.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-x86-medium.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-x86-medium.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-x86-medium.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-x86-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-x86-medium.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-x86-medium.xml	27 Feb 2006 00:37:17 -0000	1.2
+++ hb-install-x86-medium.xml	3 Mar 2006 05:41:46 -0000	1.3
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-x86-medium.xml,v 1.2 2006/02/27 00:37:17 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-x86-medium.xml,v 1.3 2006/03/03 05:41:46 fox2mike Exp $ -->
 
 <sections>
 
@@ -243,86 +243,86 @@
 <comment>Hardware options:</comment>
 
 acpi=on         This loads support for ACPI and also causes the acpid daemon to
-		be started by the CD on boot. This is only needed if your
-		system requires ACPI to function properly.  This is not
-		required for Hyperthreading support.
-		
+                be started by the CD on boot. This is only needed if your
+                system requires ACPI to function properly.  This is not
+                required for Hyperthreading support.
+                
 acpi=off        Completely disables ACPI.  This is useful on some older
-		systems, and is also a requirement for using APM.  This will
-		disable any Hyperthreading support of your processor.
-		
+                systems, and is also a requirement for using APM.  This will
+                disable any Hyperthreading support of your processor.
+                
 console=X       This sets up serial console access for the CD.  The first
                 option is the device, usually ttyS0 on x86, followed by any
                 connection options, which are comma separated.  The default
                 options are 9600,8,n,1.
-		
+                
 dmraid=X        This allows for passing options to the device-mapper RAID
                 subsystem.  Options should be encapsulated in quotes.
-		
+                
 doapm           This loads APM driver support.  This requires you to also use
                 acpi=off.
-		
+                
 dobladecenter   This adds some extra pauses into the boot process for the slow
                 USB CDROM of the IBM BladeCenter.
-		
+                
 dopcmcia        This loads support for PCMCIA and Cardbus hardware and also
                 causes the pcmcia cardmgr to be started by the CD on boot.
                 This is only required when booting from a PCMCIA/Cardbus device.
-		
+                
 doscsi          This loads support for most SCSI controllers.  This is also a
                 requirement for booting most USB devices, as they use the SCSI
                 subsystem of the kernel.
-		
+                
 hda=stroke      This allows you to partition the whole hard disk even when your
                 BIOS is unable to handle large disks.  This option is only used
                 on machines with an older BIOS.  Replace hda with the device
                 that is requiring this option.
-		
+                
 ide=nodma       This forces the disabling of DMA in the kernel and is required
                 by some IDE chipsets and also by some CDROM drives.  If your
                 system is having trouble reading from your IDE CDROM, try this
                 option.  This also disables the default hdparm settings from
                 being executed.
-		
+                
 noapic          This disables the Advanced Programmable Interrupt Controller
                 that is present on newer motherboards.  It has been known to
                 cause some problems on older hardware.
-		
+                
 nodetect        This disables all of the autodetection done by the CD,
-		including device autodetection and DHCP probing.  This is
-		useful for doing debugging of a failing CD or driver.
-		
+                including device autodetection and DHCP probing.  This is
+                useful for doing debugging of a failing CD or driver.
+                
 nodhcp          This disables DHCP probing on detected network cards.  This is
                 useful on networks with only static addresses.
-		
+                
 nodmraid        Disables support for device-mapper RAID, such as that used for
                 on-board IDE/SATA RAID controllers.
-		
+                
 nofirewire      This disables the loading of Firewire modules. This should only
-		be necessary if your Firewire hardware is causing a problem
-		with booting the CD.
-		
+                be necessary if your Firewire hardware is causing a problem
+                with booting the CD.
+                
 nogpm           This disables gpm console mouse support.
 
 nohotplug       This disables the loading of the hotplug and coldplug init
                 scripts at boot.  This is useful for doing debugging of a
                 failing CD or driver.
-		
+                
 nokeymap        This disables the keymap selection used to select non-US
                 keyboard layouts.
-		
+                
 nolapic         This disables the local APIC on Uniprocessor kernels.
 
 nosata          This disables the loading of Serial ATA modules.  This is
-		useful if your system is having problems with the SATA subsystem.
-		
+                useful if your system is having problems with the SATA subsystem.
+                
 nosmp           This disables SMP, or Symmetric Multiprocessing, on SMP-enabled
                 kernels.  This is useful for debugging SMP-related issues with
                 certain drivers and motherboards.
-		
+                
 nosound         This disables sound support and volume setting.  This is useful
                 for systems where sound support causes problems.
-		
+                
 nousb           This disables the autoloading of USB modules.  This is useful
                 for debugging USB issues.
 
@@ -332,22 +332,22 @@
                 You will also need to use noudev for this to take effect.
                 Since devfs is the only option with a 2.4 kernel, this option
                 has no effect if booting a 2.4 kernel.
-		
+                
 doevms2         This enables support for IBM's pluggable EVMS, or Enterprise
                 Volume Management System.  This is not safe to use with lvm2.
-		
+                
 dolvm2          This enables support for Linux's Logical Volume Management.
                 This is not safe to use with evms2.
-		
+                
 noudev          This disables udev support on 2.6 kernels.  This option
-		requires that dodevfs is used. Since udev is not an option for
-		2.4 kernels, this options has no effect if booting a 2.4
-		kernel.
-		
+                requires that dodevfs is used. Since udev is not an option for
+                2.4 kernels, this options has no effect if booting a 2.4
+                kernel.
+                
 unionfs         Enables support for Unionfs on supported CD images.  This will
                 create a writable Unionfs overlay in a tmpfs, allowing you to
                 change any file on the CD.
-		
+                
 unionfs=X       Enables support for Unionfs on supported CD images.  This will
                 create a writable Unionfs overlay on the device you specify.
                 The device must be formatted with a filesystem recognized and
@@ -357,27 +357,27 @@
 
 debug           Enables debugging code. This might get messy, as it displays
                 a lot of data to the screen.
-		
+                
 docache         This caches the entire runtime portion of the CD into RAM,
-		which allows you to umount /mnt/cdrom and mount another CDROM.
-		This option requires that you have at least twice as much
-		available RAM as the size of the CD.
-		
+                which allows you to umount /mnt/cdrom and mount another CDROM.
+                This option requires that you have at least twice as much
+                available RAM as the size of the CD.
+                
 doload=X        This causes the initial ramdisk to load any module listed, as
-		well as dependencies. Replace X with the module name. Multiple
-		modules can be specified by a comma-separated list.
-		
+                well as dependencies. Replace X with the module name. Multiple
+                modules can be specified by a comma-separated list.
+                
 noload=X        This causes the initial ramdisk to skip the loading of a
                 specific module that may be causing a problem.  Syntax matches
                 that of doload.
-		
+                
 nox             This causes an X-enabled LiveCD to not automatically start X,
                 but rather, to drop to the command line instead.
-		
+                
 scandelay       This causes the CD to pause for 10 seconds during certain
                 portions the boot process to allow for devices that are slow to
                 initialize to be ready for use.
-		
+                
 scandelay=X     This allows you to specify a given delay, in seconds, to be
                 added to certain portions of the boot process to allow for
                 devices that are slow to initialize to be ready for use.



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2006-03-03  5:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-03  5:41 Shyam Mani [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-08-12 21:00 [gentoo-doc-cvs] cvs commit: hb-install-x86-medium.xml Josh Saddler
2006-07-19 20:30 Xavier Neys
2006-03-02 16:05 Shyam Mani
2006-03-01 10:12 Xavier Neys
2006-02-26 19:42 Shyam Mani
2006-02-26 18:10 Shyam Mani
2006-02-22  6:20 Shyam Mani
2006-02-21 18:00 Shyam Mani
2006-02-09 19:19 Shyam Mani
2005-11-12 15:16 swift
2005-08-08 14:11 swift
2005-07-27 22:17 Jan Kundrat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200603030541.k235flIo028594@robin.gentoo.org \
    --to=fox2mike@lark.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox