Ramdisk kernels have been renamed.

This commit is contained in:
tsutsui 2000-06-10 03:04:43 +00:00
parent 42f4262fbb
commit 46b2cf55f2
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ mt -f $T rewind
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!