From 2c94888c3d229de9d1faba02308b9d03be1fd50f Mon Sep 17 00:00:00 2001 From: max Date: Wed, 2 Sep 1998 18:04:18 +0000 Subject: [PATCH] Add ^G to the end of boot.help on the installation floppy so that it beeps when the Boot: prompt appears on the screen and people installing FreeBSD onto PC without display monitor can tell when to hit `-h'. --- release/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 02e4080ce0bd..eca5c8bc4d75 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.370 1998/08/30 02:50:44 jb Exp $ +# $Id: Makefile,v 1.371 1998/09/01 06:57:18 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -718,6 +718,7 @@ doMFSKERN: @mv ${RD}/boot.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE} @mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel @cp ${.CURDIR}/../sys/i386/boot/biosboot/boot.help ${RD}/boot.${FSIMAGE} + @printf \a\a\a >> ${RD}/boot.${FSIMAGE} @touch ${RD}/boot.${FSIMAGE}/boot.config @touch ${RD}/boot.${FSIMAGE}/kernel.config @rm -f ${RD}/floppies/boot${FSIMAGE}.flp