Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/bebox/floppies/kernel Add INSTALL+ramdisk fllopy for...



details:   https://anonhg.NetBSD.org/src/rev/cf70c5fa7dd6
branches:  trunk
changeset: 758115:cf70c5fa7dd6
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Wed Oct 20 02:59:58 2010 +0000

description:
Add INSTALL+ramdisk fllopy for installation.

diffstat:

 distrib/bebox/floppies/kernel/Makefile |  21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 1dd021a54cd6 -r cf70c5fa7dd6 distrib/bebox/floppies/kernel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/bebox/floppies/kernel/Makefile    Wed Oct 20 02:59:58 2010 +0000
@@ -0,0 +1,21 @@
+#      $NetBSD: Makefile,v 1.1 2010/10/20 02:59:58 kiyohara Exp $
+#
+# Makefile snippet to create a set of USTAR floppies
+#
+
+.include <bsd.own.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
+
+FLOPPYBASE=            kernel
+FLOPPYSIZE=            2880
+FLOPPYFILES=           netbsd
+
+FLOPPY_NETBSD=         ../kernel-ramdisk/netbsd-INSTALL.gz
+FLOPPYPAD=             1
+FLOPPYSUFFIX=          .fs
+
+FLOPPY_RELEASEDIR=     installation/floppy
+
+.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index