1 1.4 simonb # $NetBSD: Makefile.inc,v 1.4 2000/01/06 03:53:47 simonb Exp $ 2 1.1 jonathan 3 1.1 jonathan VND= vnd0c 4 1.1 jonathan #IMAGESIZE?= 8192 # 512 byte blocks 5 1.1 jonathan IMAGESIZE?= 65536 # 512 byte blocks: full 32-meg root. 6 1.4 simonb NEWFSOPTS?= -c 32 -B le 7 1.1 jonathan DISKTYPE?= miniroot 8 1.3 simonb LABELPROTO?= ${.CURDIR}/../${MACHINE}/miniroot/diskimage.label.proto 9 1.1 jonathan 10 1.1 jonathan # 11 1.1 jonathan # install bootblock, so that we can boot from there 12 1.1 jonathan # 13 1.4 simonb BOOTINSTALL= ${DESTDIR}/usr/mdec/installboot ${VND_RDEV} \ 14 1.4 simonb ${DESTDIR}/usr/mdec/bootxx_ffs 15 1.1 jonathan 16 1.4 simonb # Write preliminary Label so that newfs succeeds when updating label. 17 1.4 simonb PRELABEL=disklabel -rw ${VND_RDEV} ${DISKTYPE} 18