Source-Changes-HG archive

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

[src/trunk]: src/distrib/sun3 Ramdisk kernels have been renamed.



details:   https://anonhg.NetBSD.org/src/rev/a3f38a23f999
branches:  trunk
changeset: 487617:a3f38a23f999
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 10 03:04:43 2000 +0000

description:
Ramdisk kernels have been renamed.

diffstat:

 distrib/sun3/MakeBootTape |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ededa8a4eb6a -r a3f38a23f999 distrib/sun3/MakeBootTape
--- a/distrib/sun3/MakeBootTape Sat Jun 10 03:02:14 2000 +0000
+++ b/distrib/sun3/MakeBootTape Sat Jun 10 03:04:43 2000 +0000
@@ -8,7 +8,7 @@
 #   segment 2:  netbsd.sun3x (RAMDISK3X)
 #   segment 3:  miniroot image
 #
-# $NetBSD: MakeBootTape,v 1.4 1998/02/12 20:32:44 gwr Exp $
+# $NetBSD: MakeBootTape,v 1.5 2000/06/10 03:04:43 tsutsui Exp $
 
 T=${1:-/dev/nrst0}
 
@@ -22,11 +22,11 @@
 dd if=tapeboot of=$T obs=8k conv=sync
 
 # Segment 2 is the Sun3 ramdisk kernel.
-gzip -d -c ../../binary/kernel/netbsd-rd.sun3.gz |
+gzip -d -c ../../binary/kernel/netbsd-RAMDISK.gz |
   dd of=$T obs=8k conv=sync
 
 # Segment 3 is the Sun3X ramdisk kernel.
-gzip -d -c ../../binary/kernel/netbsd-rd.sun3x.gz |
+gzip -d -c ../../binary/kernel/netbsd-RAMDISK3X.gz |
   dd of=$T obs=8k conv=sync
 
 # Segment 4 is the miniroot image, unzipped!



Home | Main Index | Thread Index | Old Index