diff --git a/distrib/i386/floppies/Makefile b/distrib/i386/floppies/Makefile index 9168695af22d..29e812461540 100644 --- a/distrib/i386/floppies/Makefile +++ b/distrib/i386/floppies/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.7 1997/11/05 03:39:51 perry Exp $ +# $NetBSD: Makefile,v 1.8 1998/10/12 16:32:16 perry Exp $ -SUBDIR= ramdisk bootfloppy bootfloppy-small +SUBDIR= ramdisk bootfloppy bootfloppy-small bootfloppy-tiny .include diff --git a/distrib/i386/floppies/bootfloppy-common/Makefile.inc b/distrib/i386/floppies/bootfloppy-common/Makefile.inc index e02ba34d5757..9eedb56b9154 100644 --- a/distrib/i386/floppies/bootfloppy-common/Makefile.inc +++ b/distrib/i386/floppies/bootfloppy-common/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.11 1998/09/05 14:46:15 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.12 1998/10/12 16:32:17 perry Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -13,6 +13,7 @@ VND_CRDEV= /dev/r${VND}d IMAGE?= xxx.fs KERN?= netbsd-xxx MDEC= ${DESTDIR}/usr/mdec +STRIP?= strip LISTS= ${COMMONDIR}/list RAMDISK !=cd $(.CURDIR)/../ramdisk/; \ @@ -56,6 +57,7 @@ unconfig: netbsd.ram.gz: ${KERN} ${RAMDISK} cp ${KERN} netbsd.tmp mdsetimage -v netbsd.tmp ${RAMDISK} + ${STRIP} netbsd.tmp gzip netbsd.tmp mv netbsd.tmp.gz ${.TARGET} diff --git a/distrib/i386/floppies/bootfloppy-tiny/Makefile b/distrib/i386/floppies/bootfloppy-tiny/Makefile new file mode 100644 index 000000000000..2f18cd347080 --- /dev/null +++ b/distrib/i386/floppies/bootfloppy-tiny/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 1998/10/12 16:32:17 perry Exp $ + +TOP= ${.CURDIR}/.. + +.include "${TOP}/Makefile.inc" + +IMAGE= boot-tiny.fs +KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_TINY/netbsd +DISKTYPE= floppy5 +DISKSIZE= 2400 + +.include "${TOP}/bootfloppy-common/Makefile.inc" diff --git a/distrib/i386/floppies/ramdisk/ramdiskbin.conf b/distrib/i386/floppies/ramdisk/ramdiskbin.conf index facd4c81ad45..34e368089fec 100644 --- a/distrib/i386/floppies/ramdisk/ramdiskbin.conf +++ b/distrib/i386/floppies/ramdisk/ramdiskbin.conf @@ -1,4 +1,4 @@ -# $NetBSD: ramdiskbin.conf,v 1.6 1997/10/17 21:02:42 phil Exp $ +# $NetBSD: ramdiskbin.conf,v 1.7 1998/10/12 16:32:17 perry Exp $ # # ramdiskbin.conf - unified binary for the install ramdisk # @@ -9,7 +9,7 @@ progs bad144 cat chmod chown chroot cp dd df disklabel ed fdisk progs fsck fsck_ffs ftp gzip ifconfig init installboot less progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm -progs route sed sh shutdown slattach strings stty sync tar test +progs route sed sh shutdown slattach stty swapctl sync tar test progs tip umount update progs sysinst