From 526f2e221d6ccb8b55363cf225814dd2f9a7dec3 Mon Sep 17 00:00:00 2001 From: scottl Date: Sun, 30 Oct 2005 05:41:42 +0000 Subject: Add back some bits. --- sys/boot/i386/loader/Makefile | 2 +- sys/boot/i386/loader/loader.rc | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 sys/boot/i386/loader/loader.rc (limited to 'sys/boot') 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 -- cgit v1.1