2001-08-30 01:05:28 +00:00
|
|
|
################################################################################
|
|
|
|
# TACPI DControl ACPI module behaviour
|
|
|
|
|
|
|
|
$acpi_load
|
|
|
|
|
|
|
|
If set, the ACPI module will be loaded. Clear it with
|
|
|
|
|
|
|
|
unset acpi_load
|
|
|
|
|
|
|
|
Note that the ACPI autodetection sets a number of hints to
|
|
|
|
pass information to the ACPI module. These should not be
|
|
|
|
overridden, or system behaviour will be undefined.
|
|
|
|
|
|
|
|
|
1998-10-31 02:53:12 +00:00
|
|
|
################################################################################
|
|
|
|
# Treboot DReboot the system
|
|
|
|
|
|
|
|
reboot
|
|
|
|
|
|
|
|
Causes the system to immediately reboot.
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
# Theap DDisplay memory management statistics
|
|
|
|
|
|
|
|
heap
|
|
|
|
|
|
|
|
Requests debugging output from the heap manager. For debugging use
|
|
|
|
only.
|
|
|
|
|
|
|
|
################################################################################
|
1998-12-15 14:32:17 +00:00
|
|
|
# Tset Snum_ide_disks DSet the number of IDE disks
|
1998-12-15 14:21:30 +00:00
|
|
|
|
1999-01-24 00:12:17 +00:00
|
|
|
NOTE: this variable is deprecated, use root_disk_unit instead.
|
|
|
|
|
1998-12-15 14:21:30 +00:00
|
|
|
set num_ide_disks=<value>
|
|
|
|
|
|
|
|
When booting from a SCSI disk on a system with one or more IDE disks,
|
|
|
|
and where the IDE disks are the default boot device, it is necessary
|
|
|
|
to tell the kernel how many IDE disks there are in order to have it
|
|
|
|
correctly locate the SCSI disk you are booting from.
|
|
|
|
|
|
|
|
################################################################################
|
1998-12-15 14:32:17 +00:00
|
|
|
# Tset Sboot_userconfig DStart Userconfig
|
1998-12-15 14:21:30 +00:00
|
|
|
|
|
|
|
set boot_userconfig
|
|
|
|
|
1998-12-15 14:32:17 +00:00
|
|
|
Requests that the kernel's interactive device configuration program
|
|
|
|
be run when the kernel is booted.
|
1998-12-15 14:21:30 +00:00
|
|
|
|
|
|
|
################################################################################
|
1999-01-24 00:12:17 +00:00
|
|
|
# Tset Sroot_disk_unit DForce the root disk unit number.
|
|
|
|
|
|
|
|
set root_disk_unit=<value>
|
|
|
|
|
|
|
|
If the code which detects the disk unit number for the root disk is
|
|
|
|
confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
|
|
|
|
gaps in the sequence (eg. no primary slave), the unit number can be
|
|
|
|
forced by setting this variable.
|
|
|
|
|
|
|
|
################################################################################
|