Home | History | Annotate | Line # | Download | only in miniroot
Makefile.inc revision 1.4
      1  1.4  mhitch #	$NetBSD: Makefile.inc,v 1.4 2001/12/17 05:57:33 mhitch Exp $
      2  1.1      is 
      3  1.4  mhitch VND=		vnd0
      4  1.1      is IMAGESIZE?=	8192 # 512 byte blocks
      5  1.2      is NEWFSOPTS?=	-c 64 -B be
      6  1.1      is DISKTYPE?=	miniroot
      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.3      is BOOTINSTALL=dd if=${DESTDIR}/usr/mdec/xxboot of=${VND_RDEV} bs=8192
     12