diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-03-16 05:58:28 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-03-16 05:58:28 +0000 |
| commit | 544eee1a544d3185bab5a568a7f776e323682bfa (patch) | |
| tree | 01f46cac0bfff1e7c23b0d8c6437297dcc39aa4b /release | |
| parent | 16e5d87eab847303d76cd37c4d6c840abd882160 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index 21bff9273912..ffb4fa7130bd 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.116 1995/03/16 05:40:02 phk Exp $ # # How to roll a release: # @@ -19,12 +19,14 @@ CPIO2= scripts/miscfuncs.sh scripts/instdist.sh scripts/netinst.sh \ FAQS= README README-2.0 MIRROR.SITES # define this to use a vn device instead of the floppy drive -VNDEVICE= vn0 +# vn driver can still do odd bogosities. don't use it. +# VNDEVICE= vn0 # work dir for floppies MNT= /mnt + # define FDFORMAT to format physical floppies -#FDFORMAT= yes +FDFORMAT= yes FDDEVICE= fd0 FDCYLS= 80 |
