NetBSD/distrib/i386/floppies/ramdisk-tiny/Makefile
dsl 7504698df3 Change i386 sysinst to use my new boot code.
Update lists for ramdisks to include the required files.
NB /usr/sbin/installboot is not used by sysinst and is only in ramdisk-big.
Increase the sizes of the ramdisks, there is plenty of space in all the
boot floppies except rescue-tiny (2k) and boot-tiny (32k).
2003-06-05 14:30:11 +00:00

11 lines
277 B
Makefile

# $NetBSD: Makefile,v 1.25 2003/06/05 14:30:14 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= yes
.include "${.CURDIR}/../common/Makefile.ramdisk"