7504698df3
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).
11 lines
277 B
Makefile
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"
|