Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2013 18:19:28 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253715 - head/sys/boot/forth
Message-ID:  <201307271819.r6RIJSqs078353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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