Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/23f75ce8df03
branches:  netbsd-1-5
changeset: 491585:23f75ce8df03
user:      he <he%NetBSD.org@localhost>
date:      Wed May 02 22:20:48 2001 +0000

description:
Apply patch (requested by he):
  Fix build problems by:
   o Use the recently introduced ramdisk-tiny in MAKEDEV, so that SCSI
     device nodes are omitted, since the _TINY kernels don't have SCSI
     support.

diffstat:

 distrib/i386/floppies/ramdisk-rescuetiny/list |  4 ++--
 distrib/i386/floppies/ramdisk-tiny/list       |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r b413583683a0 -r 23f75ce8df03 distrib/i386/floppies/ramdisk-rescuetiny/list
--- a/distrib/i386/floppies/ramdisk-rescuetiny/list     Wed May 02 22:19:12 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuetiny/list     Wed May 02 22:20:48 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.1.2.2 2000/10/09 13:43:32 fvdl Exp $
+#      $NetBSD: list,v 1.1.2.3 2001/05/02 22:20:48 he Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -84,7 +84,7 @@
 
 # copy the MAKEDEV script and make some devices
 COPY   ${CURDIR}/../../../../etc/etc.i386/MAKEDEV      dev/MAKEDEV
-SPECIAL        cd dev; sh MAKEDEV ramdisk
+SPECIAL        cd dev; sh MAKEDEV ramdisk-tiny
 SPECIAL        /bin/rm dev/MAKEDEV
 
 # we need the boot block in /usr/mdec + the MBR copy
diff -r b413583683a0 -r 23f75ce8df03 distrib/i386/floppies/ramdisk-tiny/list
--- a/distrib/i386/floppies/ramdisk-tiny/list   Wed May 02 22:19:12 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/list   Wed May 02 22:20:48 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.1.2.1 2000/10/09 13:43:33 fvdl Exp $
+#      $NetBSD: list,v 1.1.2.2 2001/05/02 22:20:48 he Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -64,7 +64,7 @@
 
 # copy the MAKEDEV script and make some devices
 COPY   ${CURDIR}/../../../../etc/etc.i386/MAKEDEV      dev/MAKEDEV
-SPECIAL        cd dev; sh MAKEDEV ramdisk
+SPECIAL        cd dev; sh MAKEDEV ramdisk-tiny
 SPECIAL        /bin/rm dev/MAKEDEV
 
 # we need the boot block in /usr/mdec + the MBR copy



Home | Main Index | Thread Index | Old Index