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/bootfloppy.sysinst Pull up revisi...



details:   https://anonhg.NetBSD.org/src/rev/7bd523cd360d
branches:  netbsd-1-5
changeset: 490405:7bd523cd360d
user:      he <he%NetBSD.org@localhost>
date:      Fri Dec 15 05:57:56 2000 +0000

description:
Pull up revision 1.6 (requested by minoura):
  Change the kernel name from netbsdsi(.gz) to netbsd(.gz).

diffstat:

 distrib/x68k/floppies/bootfloppy.sysinst/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 853783cfa01d -r 7bd523cd360d distrib/x68k/floppies/bootfloppy.sysinst/Makefile
--- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Fri Dec 15 05:54:56 2000 +0000
+++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Fri Dec 15 05:57:56 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2000/06/16 16:07:10 minoura Exp $
+#      $NetBSD: Makefile,v 1.5.2.1 2000/12/15 05:57:56 he Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -9,7 +9,7 @@
 IMAGE=         sysinst.fs
 KERNDIR=       ${KERNOBJDIR}/INSTALL
 KERN=          ${KERNDIR}/netbsd
-KERNNAME=      netbsdsi
+KERNNAME=      netbsd
 RAMDISKDIR=    $(.CURDIR)/../ramdisk.sysinst/
 
 .include "${TOP}/bootfloppy-common/Makefile.inc"



Home | Main Index | Thread Index | Old Index