docs/158992: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Jul 20 15:20:10 UTC 2011
The following reply was made to PR docs/158992; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: docs/158992: commit references a PR
Date: Wed, 20 Jul 2011 15:18:34 +0000 (UTC)
Author: jhb
Date: Wed Jul 20 15:18:24 2011
New Revision: 224228
URL: http://svn.freebsd.org/changeset/base/224228
Log:
Note that the "kernel" variable in loader.conf is the name of a directory
containing a kernel under /boot and that it's default value is "kernel"
not "/boot/kernel/kernel".
PR: docs/158992
Reported by: Wayne Mitchell wayne.mitchell.iz at gmail
Approved by: re (kib)
MFC after: 1 week
Modified:
head/sys/boot/forth/loader.conf.5
Modified: head/sys/boot/forth/loader.conf.5
==============================================================================
--- head/sys/boot/forth/loader.conf.5 Wed Jul 20 13:29:39 2011 (r224227)
+++ head/sys/boot/forth/loader.conf.5 Wed Jul 20 15:18:24 2011 (r224228)
@@ -23,7 +23,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
-.Dd January 16, 2008
+.Dd July 20, 2011
.Dt LOADER.CONF 5
.Os
.Sh NAME
@@ -107,6 +107,9 @@ present file.
Name of the kernel to be loaded.
If no kernel name is set, no additional
modules will be loaded.
+The name must be a subdirectory of
+.Pa /boot
+that contains a kernel.
.It Ar kernel_options
Flags to be passed to the kernel.
.It Ar password
@@ -190,7 +193,7 @@ replacing it with
.Dq spinning
character (useful for embedded products and such).
.It Va kernel
-.Pq Dq Pa /boot/kernel/kernel
+.Pq Dq kernel
.It Va loader_conf_files
.Pq Dq Pa /boot/loader.conf /boot/loader.conf.local
.It Va splash_bmp_load
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-doc
mailing list