From e01ce27c8fd339bdbf551b86aa7a41a930bf773b Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Wed, 15 Jun 2011 14:07:16 +0000 Subject: 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 --- sys/boot/forth/loader.rc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/boot') diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc index 6443f3f..0f9d37e 100644 --- a/sys/boot/forth/loader.rc +++ b/sys/boot/forth/loader.rc @@ -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 -- cgit v1.1