mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 08:52:42 +01:00
Well, it seems like the vn driver is pretty hosed still, so don't use it :(
This commit is contained in:
parent
16e5d87eab
commit
544eee1a54
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7080
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user