Disable the beastie menu. It offends some and annoys everyone else, and I'm
frankly tired of the controversy. When people ask me why FreeBSD isn't user- friendly, I'll tell them that I tried. RIP.
This commit is contained in:
parent
6d2e81866e
commit
700f9eef96
@ -73,7 +73,7 @@ loader.help: help.common help.i386
|
||||
|
||||
.PATH: ${.CURDIR}/../../forth
|
||||
FILES= loader loader.help loader.4th support.4th loader.conf
|
||||
FILES+= screen.4th frames.4th beastie.4th
|
||||
FILES+= screen.4th frames.4th
|
||||
# XXX INSTALLFLAGS_loader= -b
|
||||
FILESMODE_loader= ${BINMODE} -b
|
||||
FILESDIR_loader.conf= /boot/defaults
|
||||
|
@ -1,17 +0,0 @@
|
||||
\ Loader.rc
|
||||
\ $FreeBSD$
|
||||
\
|
||||
\ Includes additional commands
|
||||
include /boot/loader.4th
|
||||
|
||||
\ Reads and processes loader.rc
|
||||
start
|
||||
|
||||
\ Tests for password -- executes autoboot first if a password was defined
|
||||
check-password
|
||||
|
||||
\ Load in the boot menu
|
||||
include /boot/beastie.4th
|
||||
|
||||
\ Start the boot menu
|
||||
beastie-start
|
Loading…
x
Reference in New Issue
Block a user