help.i386 revision 138249
1################################################################################
2# TACPI DControl ACPI module behaviour
3
4	$acpi_load
5
6	If set, the ACPI module will be loaded.  Clear it with
7
8	unset acpi_load
9
10	$hint.acpi.0.disabled="1"
11
12	If set, the ACPI module won't be loaded.
13
14	Note that the ACPI autodetection sets a number of hints to
15	pass information to the ACPI module.  These should not be 
16	overridden, or system behaviour will be undefined.
17
18
19################################################################################
20# Treboot DReboot the system
21
22	reboot
23
24	Causes the system to immediately reboot.
25
26################################################################################
27# Theap DDisplay memory management statistics
28
29	heap
30
31	Requests debugging output from the heap manager.  For debugging use
32	only.
33
34################################################################################
35# Tset Snum_ide_disks DSet the number of IDE disks
36
37	NOTE: this variable is deprecated, use root_disk_unit instead.
38
39	set num_ide_disks=<value>
40
41	When booting from a SCSI disk on a system with one or more IDE disks,
42	and where the IDE disks are the default boot device, it is necessary
43	to tell the kernel how many IDE disks there are in order to have it
44	correctly locate the SCSI disk you are booting from.
45
46################################################################################
47# Tset Sroot_disk_unit DForce the root disk unit number.
48
49	set root_disk_unit=<value>
50
51	If the code which detects the disk unit number for the root disk is
52	confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
53	gaps in the sequence (eg. no primary slave), the unit number can be
54	forced by setting this variable.
55
56################################################################################
57