Home | History | Annotate | Line # | Download | only in miniroot
Makefile.inc revision 1.5
      1 #	$NetBSD: Makefile.inc,v 1.5 2001/12/17 05:59:20 mhitch Exp $
      2 
      3 VND=		vnd0
      4 IMAGESIZE?=	8192 # 512 byte blocks
      5 NEWFSOPTS?=	-c 64 -B be
      6 DISKTYPE?=	miniroot
      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