Add support for the SMALL install image on prep

This commit is contained in:
garbled 2006-06-20 17:40:36 +00:00
parent cb76e8b6d7
commit 5e21fd7369
4 changed files with 25 additions and 4 deletions

View File

@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.2 2002/04/12 14:09:40 lukem Exp $
# $NetBSD: Makefile,v 1.3 2006/06/20 17:40:36 garbled Exp $
SUBDIR= ramdisk .WAIT \
kernel-generic kernel-ramdisk .WAIT \
bootfloppy.generic bootfloppy_com0.generic \
bootfloppy.sysinst bootfloppy_com0.sysinst
bootfloppy.sysinst bootfloppy_com0.sysinst \
bootfloppy_small.sysinst bootfloppy_small_com0.sysinst
TARGETS+= release

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.1 2006/06/20 17:40:36 garbled Exp $
IMAGE= sysinst_small.fs
BOOTLOADER= ${MDEC}/boot
.include <bsd.own.mk>
KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
KERNEL= ${KERNDIR}/netbsd-INSTALL_SMALL.gz
.include "../bootfloppy-common/Makefile.inc"

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.1 2006/06/20 17:40:36 garbled Exp $
IMAGE= sysinst_small_com0.fs
BOOTLOADER= ${MDEC}/boot_com0
.include <bsd.own.mk>
KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
KERNEL= ${KERNDIR}/netbsd-INSTALL_SMALL.gz
.include "../bootfloppy-common/Makefile.inc"

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.13 2006/06/01 21:15:30 garbled Exp $
# $NetBSD: Makefile,v 1.14 2006/06/20 17:40:36 garbled Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 1800k
IMAGESIZE= 2048k
MAKEFS_FLAGS= -f 15
WARNS= 1