svn commit: r229493 - in stable/8/sys: boot/common conf

Sergey Kandaurov pluknet at FreeBSD.org
Wed Jan 4 15:59:49 UTC 2012


Author: pluknet
Date: Wed Jan  4 15:59:49 2012
New Revision: 229493
URL: http://svn.freebsd.org/changeset/base/229493

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).
   - update the used kernel path "/kernel" to the current default.
  
   Bump .Dd for this and previous changes.

Modified:
  stable/8/sys/boot/common/loader.8
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/conf/ldscript.mips.octeon1.32   (props changed)
  stable/8/sys/conf/ldscript.mips.octeon1.64   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/boot/common/loader.8
==============================================================================
--- stable/8/sys/boot/common/loader.8	Wed Jan  4 15:58:35 2012	(r229492)
+++ stable/8/sys/boot/common/loader.8	Wed Jan  4 15:59:49 2012	(r229493)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 15, 2009
+.Dd December 27, 2011
 .Dt LOADER 8
 .Os
 .Sh NAME
@@ -933,10 +933,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-8 mailing list