svn commit: r229492 - stable/9/sys/boot/common
Sergey Kandaurov
pluknet at FreeBSD.org
Wed Jan 4 15:58:36 UTC 2012
Author: pluknet
Date: Wed Jan 4 15:58:35 2012
New Revision: 229492
URL: http://svn.freebsd.org/changeset/base/229492
Log:
MFC r228916:
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.
Bump .Dd for this and previous changes.
Modified:
stable/9/sys/boot/common/loader.8
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd64/include/xen/ (props changed)
stable/9/sys/boot/ (props changed)
stable/9/sys/boot/i386/efi/ (props changed)
stable/9/sys/boot/ia64/efi/ (props changed)
stable/9/sys/boot/ia64/ski/ (props changed)
stable/9/sys/boot/powerpc/boot1.chrp/ (props changed)
stable/9/sys/boot/powerpc/ofw/ (props changed)
stable/9/sys/cddl/contrib/opensolaris/ (props changed)
stable/9/sys/conf/ (props changed)
stable/9/sys/contrib/dev/acpica/ (props changed)
stable/9/sys/contrib/octeon-sdk/ (props changed)
stable/9/sys/contrib/pf/ (props changed)
stable/9/sys/contrib/x86emu/ (props changed)
Modified: stable/9/sys/boot/common/loader.8
==============================================================================
--- stable/9/sys/boot/common/loader.8 Wed Jan 4 14:55:24 2012 (r229491)
+++ stable/9/sys/boot/common/loader.8 Wed Jan 4 15:58:35 2012 (r229492)
@@ -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:
More information about the svn-src-stable-9
mailing list