summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-10-30 05:41:42 +0000
committerscottl <scottl@FreeBSD.org>2005-10-30 05:41:42 +0000
commit526f2e221d6ccb8b55363cf225814dd2f9a7dec3 (patch)
treecf6d6af324e89f5307954afd998ac0f0e7fa7f19 /sys/boot
parenta8c009aff5eac9bf2af4703b65e68ed5a84e9cd4 (diff)
downloadFreeBSD-src-526f2e221d6ccb8b55363cf225814dd2f9a7dec3.zip
FreeBSD-src-526f2e221d6ccb8b55363cf225814dd2f9a7dec3.tar.gz
Add back some bits.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile2
-rw-r--r--sys/boot/i386/loader/loader.rc17
2 files changed, 18 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 036f699..ad23397 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
+FILES+= screen.4th frames.4th beastie.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
new file mode 100644
index 0000000..6443f3f
--- /dev/null
+++ b/sys/boot/i386/loader/loader.rc
@@ -0,0 +1,17 @@
+\ Loader.rc
+\ $FreeBSD$
+\
+\ Includes additional commands
+include /boot/loader.4th
+
+\ Reads and processes loader.conf variables
+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
OpenPOWER on IntegriCloud