summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1998-09-02 18:04:18 +0000
committermax <max@FreeBSD.org>1998-09-02 18:04:18 +0000
commit2c94888c3d229de9d1faba02308b9d03be1fd50f (patch)
tree7f4dbc3aea0f964f581348ca3d0fe5d1e2d3ec7b
parente4b749479973cd79da52eea06b838edabf82962d (diff)
downloadFreeBSD-src-2c94888c3d229de9d1faba02308b9d03be1fd50f.zip
FreeBSD-src-2c94888c3d229de9d1faba02308b9d03be1fd50f.tar.gz
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'.
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 02e4080c..eca5c8b 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
OpenPOWER on IntegriCloud