svn commit: r253715 - head/sys/boot/forth
Tim Kientzle
kientzle at FreeBSD.org
Sat Jul 27 18:19:29 UTC 2013
Author: kientzle
Date: Sat Jul 27 18:19:28 2013
New Revision: 253715
URL: http://svnweb.freebsd.org/changeset/base/253715
Log:
Put in commented-out version of beastie menu commands
so that non-i386 users can easily experiment with this.
Modified:
head/sys/boot/forth/loader.rc
Modified: head/sys/boot/forth/loader.rc
==============================================================================
--- head/sys/boot/forth/loader.rc Sat Jul 27 18:18:46 2013 (r253714)
+++ head/sys/boot/forth/loader.rc Sat Jul 27 18:19:28 2013 (r253715)
@@ -10,5 +10,9 @@ 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
More information about the svn-src-head
mailing list