summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-14 13:29:40 +0000
committerjkh <jkh@FreeBSD.org>1996-10-14 13:29:40 +0000
commit7208355a1345ade2905697be75ba45e2bd325c39 (patch)
tree57568f71c9a29d4d1c33632074aaeaaeca389461 /release/Makefile
parent65179d7277eab9bf9774d029052907e35820fe45 (diff)
downloadFreeBSD-src-7208355a1345ade2905697be75ba45e2bd325c39.zip
FreeBSD-src-7208355a1345ade2905697be75ba45e2bd325c39.tar.gz
Adjust the boot-time userconfig options to match reality.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 44105c6..f75c611 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.244 1996/10/05 13:10:01 jkh Exp $
+# $Id: Makefile,v 1.245 1996/10/10 09:22:16 jkh Exp $
#
# How to roll a release:
#
@@ -590,7 +590,6 @@ doMFSKERN:
dd conv=sync of=${RD}/floppies/boot${FSIMAGE}.flp
@echo 'USERCONFIG' > startup_foo
@echo 'intro' >> startup_foo
- @echo 'visual' >> startup_foo
dd if=startup_foo of=${RD}/floppies/boot${FSIMAGE}.flp \
seek=1 bs=512 count=1 conv=sync
@rm -f startup_foo
OpenPOWER on IntegriCloud