Home | History | Annotate | Line # | Download | only in miniroot
Makefile.inc revision 1.6
      1 #	$NetBSD: Makefile.inc,v 1.6 2002/02/12 11:20:38 is Exp $
      2 
      3 VND=		vnd0
      4 IMAGESIZE?=	10240 # 512 byte blocks
      5 VND_GEOM?=	512/64/2/80
      6 NEWFSOPTS?=	-c 80 -B be
      7 
      8 #
      9 # install bootblock, so that we can boot from there
     10 #
     11 BOOTINSTALL=dd if=${DESTDIR}/usr/mdec/bootxx_ffs of=${VND_RDEV} bs=8192
     12