help.i386 revision 102612
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 Sboot_userconfig DStart Userconfig
48
49	set boot_userconfig
50
51	Requests that the kernel's interactive device configuration program
52	be run when the kernel is booted.
53
54################################################################################
55# Tset Sroot_disk_unit DForce the root disk unit number.
56
57	set root_disk_unit=<value>
58
59	If the code which detects the disk unit number for the root disk is
60	confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
61	gaps in the sequence (eg. no primary slave), the unit number can be
62	forced by setting this variable.
63
64################################################################################
65