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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"