summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-12-27 15:59:51 +0000
committerpluknet <pluknet@FreeBSD.org>2011-12-27 15:59:51 +0000
commitab0468cff534cd1851c81424c4d6c24e77927937 (patch)
tree0d73fbc3c7135bd9d032df6f49076665e0132021 /sys/boot/common
parente3a2ce835dadfe0f75cc65854d080e766a3a0272 (diff)
downloadFreeBSD-src-ab0468cff534cd1851c81424c4d6c24e77927937.zip
FreeBSD-src-ab0468cff534cd1851c81424c4d6c24e77927937.tar.gz
Clean up from the 4.x era.
In an example of boot command: - rename wd(4) IDE disk drives name to ad(4) for the time being. - update the used kernel path "/kernel" to the current default. [It still worked occasionally by looking into the /boot/kernel directory, so the resulting path was "/boot//kernel/kernel", with two slashes.] Bump .Dd for this and previous changes. MFC after: 1 week
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/loader.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index c36072c..43588ab 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 15, 2009
+.Dd December 27, 2011
.Dt LOADER 8
.Os
.Sh NAME
@@ -926,10 +926,10 @@ autoboot 5
.Pp
Set the disk unit of the root device to 2, and then boot.
This would be needed in a system with two IDE disks,
-with the second IDE disk hardwired to wd2 instead of wd1.
+with the second IDE disk hardwired to ad2 instead of ad1.
.Bd -literal -offset indent
set root_disk_unit=2
-boot /kernel
+boot /boot/kernel/kernel
.Ed
.Pp
See also:
OpenPOWER on IntegriCloud