summaryrefslogtreecommitdiffstats
path: root/sbin/reboot
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-10-15 12:50:18 +0000
committerphantom <phantom@FreeBSD.org>1999-10-15 12:50:18 +0000
commit8e07161494131410e9d210341ea08f453e6b6895 (patch)
treee6d92ae968104b32a28e952597ba11515f11cd91 /sbin/reboot
parent8b5d9028e2ee6ecb6046a21b4f7411da3c0819a0 (diff)
downloadFreeBSD-src-8e07161494131410e9d210341ea08f453e6b6895.zip
FreeBSD-src-8e07161494131410e9d210341ea08f453e6b6895.tar.gz
Sync with reallity (USERCONFIG_BOOT option was removed long time ago)
mdoc(7)'fy
Diffstat (limited to 'sbin/reboot')
-rw-r--r--sbin/reboot/boot_i386.815
1 files changed, 9 insertions, 6 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8
index d51b85e..a7a2c26 100644
--- a/sbin/reboot/boot_i386.8
+++ b/sbin/reboot/boot_i386.8
@@ -63,7 +63,7 @@ drive as a boot device.
By default, a three-stage bootstrap is employed, and control is
automatically passed from the boot blocks (bootstrap stages one and
two) to a separate third-stage bootstrap program,
-.Pa loader .
+.Xr loader 8 .
This third stage provides more sophisticated control over the booting
process than it is possible to achieve in the boot blocks, which are
constrained by occupying limited fixed space on a given disk or slice.
@@ -79,7 +79,7 @@ or by hitting a key during a brief pause (while one of the characters
or
.Dv /
is displayed) before
-.Pa loader
+.Xr loader 8
is invoked. Booting will also be attempted at stage two, if the
third stage cannot be loaded.
.Pp
@@ -146,7 +146,9 @@ By convention, only partition
contains a bootable image. If sliced disks are used
.Pq Dq fdisk partitions ,
any slice can be booted from, with the default being the active slice
-or, otherwise, the first FreeBSD slice.
+or, otherwise, the first
+.Fx
+slice.
.It filename
The pathname of the file to boot (relative to the root directory
on the specified partition). Defaults to
@@ -162,7 +164,8 @@ ask for the device to mount as as the root file system.
boot from CDROM.
.It Fl c
run UserConfig to modify hardware parameters for the loaded
-kernel. If the kernel was built with the USERCONFIG_BOOT option,
+kernel. If the kernel was built with one of USERCONFIG,
+INTRO_USERCONFIG, VISUAL_USERCONFIG options,
remain in UserConfig regardless of any
.Ic quit
commands present in the script.
@@ -261,8 +264,8 @@ typical non-default kernel (optional)
.Sh DIAGNOSTICS
When disk-related errors occur, these are reported by the second-stage
bootstrap using the same error codes returned by the BIOS, for example
-``Disk error 0x1 (lba=0x12345678)''. Here is a partial list of these
-error codes:
+.Dq Disk error 0x1 (lba=0x12345678) .
+Here is a partial list of these error codes:
.Bl -tag -width "0x80" -compat
.It 0x1
Invalid argument
OpenPOWER on IntegriCloud