8fc0ae8d08
expect those where at least one of the language variants isn't built, and those that are known not to have enough space (i386 ramdisk-tiny). Files added to list.sysinst, list.sysinst.en is used when these files cannot be added. This might hit a size limit on another build - but I have no (sane) way of testing it.
11 lines
276 B
Makefile
11 lines
276 B
Makefile
# $NetBSD: Makefile,v 1.26 2004/04/18 20:04:26 dsl Exp $
|
|
|
|
BOOTMODEL= tiny
|
|
IMAGE= ramdisk-${BOOTMODEL}.fs
|
|
IMAGESIZE= 1504k
|
|
MAKEDEVTARGETS= std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0
|
|
MAKEFS_FLAGS= -f 10
|
|
USE_SYSINST= en
|
|
|
|
.include "${.CURDIR}/../common/Makefile.ramdisk"
|