[Midnightbsd-cvs] src [9863] trunk/sys/boot/forth/loader.rc: update loader.rc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed May 23 09:11:39 EDT 2018


Revision: 9863
          http://svnweb.midnightbsd.org/src/?rev=9863
Author:   laffer1
Date:     2018-05-23 09:11:38 -0400 (Wed, 23 May 2018)
Log Message:
-----------
update loader.rc

Modified Paths:
--------------
    trunk/sys/boot/forth/loader.rc

Property Changed:
----------------
    trunk/sys/boot/forth/loader.rc

Modified: trunk/sys/boot/forth/loader.rc
===================================================================
--- trunk/sys/boot/forth/loader.rc	2018-05-23 13:10:03 UTC (rev 9862)
+++ trunk/sys/boot/forth/loader.rc	2018-05-23 13:11:38 UTC (rev 9863)
@@ -1,14 +1,20 @@
 \ Loader.rc
+\ $FreeBSD: stable/9/sys/boot/forth/loader.rc 263705 2014-03-25 03:30:44Z dteske $
 \ $MidnightBSD$
-\
 \ Includes additional commands
 include /boot/loader.4th
+try-include /boot/loader.rc.local
 
 \ Reads and processes loader.conf variables
+\ NOTE: Change to `initialize' if you enable the below boot menu
 start
 
 \ Tests for password -- executes autoboot first if a password was defined
 check-password
 
+\ Uncomment to enable boot menu
+\ include /boot/beastie.4th
+\ beastie-start
+
 \ Unless set otherwise, autoboot is automatic at this point
 


Property changes on: trunk/sys/boot/forth/loader.rc
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list