Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2011 14:07:16 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223109 - head/sys/boot/forth
Message-ID:  <201106151407.p5FE7G8r084939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Wed Jun 15 14:07:16 2011
New Revision: 223109
URL: http://svn.freebsd.org/changeset/base/223109

Log:
  Revert changes to this file in r222417. This unconditionally enabled the
  boot menu on all platforms, which breaks loader completely on at least
  powerpc for reasons that are not understood yet.
  
  Reviewed by:	Devin Teske

Modified:
  head/sys/boot/forth/loader.rc

Modified: head/sys/boot/forth/loader.rc
==============================================================================
--- head/sys/boot/forth/loader.rc	Wed Jun 15 13:10:37 2011	(r223108)
+++ head/sys/boot/forth/loader.rc	Wed Jun 15 14:07:16 2011	(r223109)
@@ -10,8 +10,5 @@ start
 \ Tests for password -- executes autoboot first if a password was defined
 check-password
 
-\ Load in the boot menu
-include /boot/beastie.4th
+\ Unless set otherwise, autoboot is automatic at this point
 
-\ Start the boot menu
-beastie-start



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