Put a boot menu on the amd64+i386 boot floppies. Not used yet because

the ustar loader seems to have the menu code if'd out.
This commit is contained in:
ad 2008-04-30 22:00:05 +00:00
parent 65839b8463
commit 6e6587f48e
4 changed files with 26 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bootfloppy,v 1.8 2007/12/17 13:47:30 joerg Exp $
# $NetBSD: Makefile.bootfloppy,v 1.9 2008/04/30 22:00:05 ad Exp $
#
# Makefile snippet to create a set of USTAR floppies
#
@ -32,7 +32,7 @@ FLOPPYKERNOBJ!= cd ${.CURDIR}/../../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
FLOPPY_BOOT?= ${MDEC}/boot
FLOPPY_NETBSD= ${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
FLOPPYFILES= boot ${FLOPPYMETAFILE} netbsd
FLOPPYFILES= boot ${DISTRIBDIR}/amd64/floppies/common/boot.cfg ${FLOPPYMETAFILE} netbsd
FLOPPY_RELEASEDIR= installation/floppy

View File

@ -0,0 +1,11 @@
banner=NetBSD floppy diskette installation
banner================================================================================
banner=
banner=These diskettes do not have support for ACPI and may not work on some
banner=modern hardware. If the floppy disk installation does not work, please
banner=Try installing using a CD-ROM image.
banner=
menu=Install NetBSD:boot netbsd
menu=Install NetBSD (no SMP):boot netbsd -12
menu=Drop to boot prompt:prompt
timeout=10

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bootfloppy,v 1.19 2006/06/02 22:11:06 hubertf Exp $
# $NetBSD: Makefile.bootfloppy,v 1.20 2008/04/30 22:00:05 ad Exp $
#
# Makefile snippet to create a set of USTAR floppies
#
@ -33,7 +33,7 @@ FLOPPYKERNOBJ!= cd ${.CURDIR}/../../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
FLOPPY_BOOT?= ${MDEC}/boot
FLOPPY_NETBSD= ${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
FLOPPYFILES= boot ${FLOPPYMETAFILE} netbsd
FLOPPYFILES= boot ${DISTRIBDIR}/i386/floppies/common/boot.cfg ${FLOPPYMETAFILE} netbsd
FLOPPYPAD= 1
FLOPPY_RELEASEDIR= installation/floppy

View File

@ -0,0 +1,11 @@
banner=NetBSD floppy diskette installation
banner================================================================================
banner=
banner=These diskettes do not have support for ACPI and may not work on some
banner=modern hardware. If the floppy disk installation does not work, please
banner=Try installing using a CD-ROM image.
banner=
menu=Install NetBSD:boot netbsd
menu=Install NetBSD (no SMP):boot netbsd -12
menu=Drop to boot prompt:prompt
timeout=10