mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
Document root_disk_unit
This commit is contained in:
parent
c679ae39a8
commit
1c2587457f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43115
@ -16,6 +16,8 @@
|
||||
################################################################################
|
||||
# Tset Snum_ide_disks DSet the number of IDE disks
|
||||
|
||||
NOTE: this variable is deprecated, use root_disk_unit instead.
|
||||
|
||||
set num_ide_disks=<value>
|
||||
|
||||
When booting from a SCSI disk on a system with one or more IDE disks,
|
||||
@ -32,3 +34,13 @@
|
||||
be run when the kernel is booted.
|
||||
|
||||
################################################################################
|
||||
# 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.
|
||||
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user