ppcrcd/trunk/doc/README.opts

sparky cvs at pld-linux.org
Thu Mar 16 14:23:09 CET 2006


Author: sparky
Date: Thu Mar 16 14:22:56 2006
New Revision: 7183

Modified:
   ppcrcd/trunk/doc/README.opts
Log:
- updated


Modified: ppcrcd/trunk/doc/README.opts
==============================================================================
--- ppcrcd/trunk/doc/README.opts	(original)
+++ ppcrcd/trunk/doc/README.opts	Thu Mar 16 14:22:56 2006
@@ -1,89 +1,30 @@
+=== PPCRCD kernel command-line options ===
 
-Options which can be saved to nvram too.
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+== Options which can be saved to nvram ==
 Each of options if specified in cmdline will overwrite nvram options.
-nvram options can be disabled at boot time with nonv<option> specified in
+nvram options can be disabled at boot time with <*<nonv<option>>*> specified in
 cmdline.
 
-keytable=<name>
-	preset system keytable
-	ex. spanish keytable:   keytable=es
+<options "nv">
 
-conf=<device>[:<modules>[:<fs>[:<file>]]]
-	load configuration from <device>, from <file> (if it isn't ppcrcd.xml.gz)
-	first loads coma separated kernel modules (if needed for device)
-	and mounts it as <fs> filesystem (needed if can't be autodetected)
-	<modules>, <fs> and <file> can be blank
-	examples:
-	config on /dev/hda5 (pmac-ide) in /conf2.gz file
-		conf=/dev/hda5:::conf2.gz
-	config on /dev/hda2 with hfsplus fs in (standart) ppcrcd.xml.gz file
-		conf=/dev/hda5::hfsplus
-	config on usb-storage, vfat
-		conf=/dev/sda1:usb-storage,sd_mod,ohci-hcd:vfat:ppc1.gz
 
-modpre=<module1>[,<module2>[,<module3>[...]]]
-	loads modules before anything, before udev, and debug shell
-	ex.: modpre=usbhid,ohci-hcd
+== Command-line only options ==
 
-module=<module1>[,<module2>[,<module3>[...]]]
-	adds module(s) to /etc/modules
-	ex.: module=therm_adt746x
+<options "">
 
-eth=<module>:<ip/mask>[:<gate>[:<dns1>[,<dns2>[,...]]]]
-	set up ethernet, for <module> ethernet card
-	multiple eth allowed
-	ip/mask can be like: 192.168.0.2/24, dhcp or pump
-	last eth with gate specified will become default route
-	all dns of each eth will be added to /etc/resolv.conf
-	example:
-		eth=sungem:192.168.0.5/24:192.168.0.2:192.168.0.2
 
-service=<service1>[,<service2>[,<service3>]]
-	start service(s) at system startup
+== Options used in initrd ==
 
+<options "initrd">
 
 
-Command line only options:
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+== Options used in memtest script ==
 
-nonveth
-	don't prepare eth initiation using nvram informations
+<options "memtest">
 
-nonvconf
-	don't load configuration using nvram informations
-	
-nonvkeytable
-	don't setup key table using nvram informations
 
-nonvservice
-	don't start services using nvram informations
+== Options changing ppcrcd behaviour ==
+Those options will be passed by yaboot automatically when selecting image
+with same name.
 
-nonvmodpre
-	don't pre-load modules specified in nvram
-
-nonvmodules
-	don't add to /etc/modules modules specified in nvram
-
-nonet
-	don't start network services at boot time changes ONBOOT value to "no"
-	in ifcfg-* scripts
-
-nodetect
-	don't try to autodetect hardware if loading configure fails
-
-
-verbose=<level>
-verbose
-	Verbosity level (min 0, max 5), without <level> specified: 0
-	Default: no verbose (less than 0)
-
-debug
-	put debugging information (set -x), and runs sh at startup to
-	allow do something
-
-stop
-	stops at end of linuxrc (in initrd) and runs shell
-
-
-# vim: language=english
+<options "bootoption">


More information about the pld-cvs-commit mailing list