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