summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.4th.8
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-05-14 18:59:27 +0000
committerdcs <dcs@FreeBSD.org>1999-05-14 18:59:27 +0000
commit0c3ef219629def6eec1b472b202878d46ca65ea2 (patch)
tree02197d0f24e3c401b02486c6d5bfd36c649dc90f /sys/boot/forth/loader.4th.8
parent6cbd1117d82e607fec3f6babf1045cfb1c275cd8 (diff)
downloadFreeBSD-src-0c3ef219629def6eec1b472b202878d46ca65ea2.zip
FreeBSD-src-0c3ef219629def6eec1b472b202878d46ca65ea2.tar.gz
Add "initialize" to loader.4th, so running "start" is not actually needed.
Diffstat (limited to 'sys/boot/forth/loader.4th.8')
-rw-r--r--sys/boot/forth/loader.4th.814
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.4th.8 b/sys/boot/forth/loader.4th.8
index d4e1d07..3a42138 100644
--- a/sys/boot/forth/loader.4th.8
+++ b/sys/boot/forth/loader.4th.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: loader.4th.8,v 1.1 1999/04/24 17:25:25 dcs Exp $
+.\" $Id: loader.4th.8,v 1.2 1999/05/03 07:25:50 jkoshy Exp $
.\"
.\" Note: The date here should be updated whenever a non-trivial
.\" change is made to the manual page.
@@ -87,6 +87,18 @@ command (see
.Xr loader 8 ),
so it can be stopped for further interaction with
.Xr loader 8 .
+.It Ic initialize
+Initialize the supporting library so commands can be used without
+executing
+.Ic start
+first. Like
+.Ic start ,
+reads
+.Pa /boot/defaults/loader.conf
+and all other
+.Xr loader.conf 5
+files specified in it. Returns a flag on the stack to indicate
+if any configuration file was succesfully loaded.
.It Ic read-conf Ar filename
Reads and processes a
.Xr loader.conf 5
OpenPOWER on IntegriCloud