Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 03:16:57 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330007 - head/stand/defaults
Message-ID:  <201802260316.w1Q3GvfY022505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Feb 26 03:16:57 2018
New Revision: 330007
URL: https://svnweb.freebsd.org/changeset/base/330007

Log:
  loader.conf is loader agnostic, so remove 4th references.

Modified:
  head/stand/defaults/loader.conf.5

Modified: head/stand/defaults/loader.conf.5
==============================================================================
--- head/stand/defaults/loader.conf.5	Mon Feb 26 03:16:53 2018	(r330006)
+++ head/stand/defaults/loader.conf.5	Mon Feb 26 03:16:57 2018	(r330007)
@@ -39,18 +39,6 @@ it, and additional modules to be loaded; and generally
 described in
 .Xr loader 8 .
 .Pp
-The file
-.Pa /boot/loader.rc
-must contain the following two lines for
-.Nm
-to be automatically processed:
-.Pp
-.Dl include /boot/loader.4th
-.Dl start
-.Pp
-If no
-.Pa /boot/loader.rc
-exists at installworld time, one with the above lines will be installed.
 .Sh SYNTAX
 Though
 .Nm Ns 's
@@ -294,16 +282,10 @@ boot-time entropy cache file.
 .Bl -tag -width /boot/defaults/loader.conf -compact
 .It Pa /boot/defaults/loader.conf
 default settings -- do not change this file.
-.It Pa /boot/loader.4th
-defines the commands used by loader to read and process
-.Nm .
 .It Pa /boot/loader.conf
 user defined settings.
 .It Pa /boot/loader.conf.local
 machine-specific settings for sites with a common loader.conf.
-.It Pa /boot/loader.rc
-contains the instructions to automatically process
-.Nm .
 .El
 .Sh SEE ALSO
 .Xr rc.conf 5 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802260316.w1Q3GvfY022505>