Add boot menu and welcome banner to installation CD allowing the user to

choose between the normal and non-ACPI kernel.
This commit is contained in:
sborrill 2007-11-23 16:21:22 +00:00
parent 14df52fe64
commit 1a550c9b7b
2 changed files with 19 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2007/03/08 13:48:36 bouyer Exp $
# $NetBSD: Makefile,v 1.4 2007/11/23 16:21:22 sborrill Exp $
#
# Install CD, to be made after 'build.sh release'
@ -7,6 +7,11 @@
.include "${.CURDIR}/../Makefile.cdrom"
CDBASE= i386cd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDBUILDEXTRA= boot.cfg # Add boot.cfg file
CLEANFILES+= boot.cfg
prepare_md_post:
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
.include "${.CURDIR}/../../../common/Makefile.bootcd"

View File

@ -0,0 +1,12 @@
banner=Welcome to the NetBSD @@VERSION@@ installation CD
banner================================================================================
banner=
banner=The default ACPI kernel should work on all modern and legacy hardware, however
banner=if you have problems, please try the kernel without ACPI.
banner=
banner=If you have problems on hardware manufactured after 1998 with the ACPI kernel,
banner=please report using send-pr including dmesg output.
menu=Install NetBSD (standard ACPI kernel):boot netbsd
menu=Install NetBSD (no ACPI):boot nbnoacpi
menu=Drop to boot prompt:prompt
timeout=10