diff options
author | scottl <scottl@FreeBSD.org> | 2004-11-29 01:32:10 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-11-29 01:32:10 +0000 |
commit | 64c62b13dcb5d56b79116adcd723caa727622488 (patch) | |
tree | 39e8f7ac379de56519e3d1fc60d7d23496f7bf91 | |
parent | ee64a49effa3bd7ad6af96dff45e0f9f16ec3163 (diff) | |
download | FreeBSD-src-64c62b13dcb5d56b79116adcd723caa727622488.zip FreeBSD-src-64c62b13dcb5d56b79116adcd723caa727622488.tar.gz |
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.
-rw-r--r-- | sys/boot/i386/loader/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/i386/loader/loader.rc | 17 |
2 files changed, 1 insertions, 18 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 55152bb..1fb3ea4 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -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 diff --git a/sys/boot/i386/loader/loader.rc b/sys/boot/i386/loader/loader.rc deleted file mode 100644 index d650d99..0000000 --- a/sys/boot/i386/loader/loader.rc +++ /dev/null @@ -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 |