Deleted Added
full compact
help.i386 (41822) help.i386 (43115)
1################################################################################
2# Treboot DReboot the system
3
4 reboot
5
6 Causes the system to immediately reboot.
7
8################################################################################
9# Theap DDisplay memory management statistics
10
11 heap
12
13 Requests debugging output from the heap manager. For debugging use
14 only.
15
16################################################################################
17# Tset Snum_ide_disks DSet the number of IDE disks
18
1################################################################################
2# Treboot DReboot the system
3
4 reboot
5
6 Causes the system to immediately reboot.
7
8################################################################################
9# Theap DDisplay memory management statistics
10
11 heap
12
13 Requests debugging output from the heap manager. For debugging use
14 only.
15
16################################################################################
17# Tset Snum_ide_disks DSet the number of IDE disks
18
19 NOTE: this variable is deprecated, use root_disk_unit instead.
20
19 set num_ide_disks=<value>
20
21 When booting from a SCSI disk on a system with one or more IDE disks,
22 and where the IDE disks are the default boot device, it is necessary
23 to tell the kernel how many IDE disks there are in order to have it
24 correctly locate the SCSI disk you are booting from.
25
26################################################################################
27# Tset Sboot_userconfig DStart Userconfig
28
29 set boot_userconfig
30
31 Requests that the kernel's interactive device configuration program
32 be run when the kernel is booted.
33
34################################################################################
21 set num_ide_disks=<value>
22
23 When booting from a SCSI disk on a system with one or more IDE disks,
24 and where the IDE disks are the default boot device, it is necessary
25 to tell the kernel how many IDE disks there are in order to have it
26 correctly locate the SCSI disk you are booting from.
27
28################################################################################
29# Tset Sboot_userconfig DStart Userconfig
30
31 set boot_userconfig
32
33 Requests that the kernel's interactive device configuration program
34 be run when the kernel is booted.
35
36################################################################################
37# Tset Sroot_disk_unit DForce the root disk unit number.
38
39 set root_disk_unit=<value>
40
41 If the code which detects the disk unit number for the root disk is
42 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
43 gaps in the sequence (eg. no primary slave), the unit number can be
44 forced by setting this variable.
45
46################################################################################