Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/x68k/floppies Pull up revision 1.1 (new, reques...



details:   https://anonhg.NetBSD.org/src/rev/41edfaebca90
branches:  netbsd-1-5
changeset: 490401:41edfaebca90
user:      he <he%NetBSD.org@localhost>
date:      Fri Dec 15 05:33:07 2000 +0000

description:
Pull up revision 1.1 (new, requested by minoura):
  Reorganize installation system by removing the old script based
  installer, provided for 4M systems.  Instead we provide
  ``floppy-root'' 2-floppy installer.

diffstat:

 distrib/x68k/floppies/bootfloppy.generic/Makefile |  15 +++++++++++++++
 distrib/x68k/floppies/inst/Makefile               |   8 ++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r 0c444f067804 -r 41edfaebca90 distrib/x68k/floppies/bootfloppy.generic/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/x68k/floppies/bootfloppy.generic/Makefile Fri Dec 15 05:33:07 2000 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2000/12/15 05:33:07 he Exp $
+
+TOP=           ${.CURDIR}/..
+
+.include "${TOP}/Makefile.inc"
+.include <bsd.kernobj.mk>
+.include <bsd.own.mk>
+
+IMAGE=         kern.fs
+KERNDIR=       ${KERNOBJDIR}/GENERIC
+KERN=          ${KERNDIR}/netbsd
+RAMDISKDIR=
+NOKERNCOPY=    YES
+
+.include "${TOP}/bootfloppy-common/Makefile.inc"
diff -r 0c444f067804 -r 41edfaebca90 distrib/x68k/floppies/inst/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/x68k/floppies/inst/Makefile       Fri Dec 15 05:33:07 2000 +0000
@@ -0,0 +1,8 @@
+#      $Id: Makefile,v 1.5.2.2 2000/12/15 05:33:29 he Exp $
+
+TOP=           ${.CURDIR}/..
+
+.include "${TOP}/Makefile.inc"
+IMAGE=         inst-${REV}.fs
+
+.include "${TOP}/inst-common/Makefile.inc"



Home | Main Index | Thread Index | Old Index