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:
parent
14df52fe64
commit
1a550c9b7b
@ -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"
|
||||
|
12
distrib/i386/cdroms/installcd/boot.cfg.in
Normal file
12
distrib/i386/cdroms/installcd/boot.cfg.in
Normal 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
|
Loading…
Reference in New Issue
Block a user