diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2000-01-24 04:51:56 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2000-01-24 04:51:56 +0000 |
commit | bc5f3d98824acc7791ea4d7ae365d2601677efbe (patch) | |
tree | 3991bee4adef67c4c9b8318a00f94ff3eddf294f /distrib/mvme88k | |
parent | 1dd0f54d3fc0977dafa06e10a8e2063a53073612 (diff) |
mvme88k ramdisk mods.
Diffstat (limited to 'distrib/mvme88k')
-rw-r--r-- | distrib/mvme88k/ramdisk/install.md | 10 | ||||
-rw-r--r-- | distrib/mvme88k/ramdisk/install.sh | 4 | ||||
-rw-r--r-- | distrib/mvme88k/ramdisk/list | 3 | ||||
-rw-r--r-- | distrib/mvme88k/ramdisk/raminst.conf | 4 |
4 files changed, 11 insertions, 10 deletions
diff --git a/distrib/mvme88k/ramdisk/install.md b/distrib/mvme88k/ramdisk/install.md index bce0dd60209..75559d6837b 100644 --- a/distrib/mvme88k/ramdisk/install.md +++ b/distrib/mvme88k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.4 1999/09/03 18:55:32 deraadt Exp $ +# $OpenBSD: install.md,v 1.5 2000/01/24 04:51:55 smurph Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -89,11 +89,11 @@ md_installboot() { # use extracted mdec if it exists (may be newer) if [ -d /mnt/usr/mdec ]; then - cp /mnt/usr/mdec/boot /mnt/bootsd - /mnt/usr/mdec/installboot -v /mnt/bootsd /mnt/usr/mdec/bootxx $_rawdev + cp /mnt/usr/mdec/bootsd /mnt/bootsd + /mnt/usr/mdec/installboot -v /mnt/bootsd /mnt/usr/mdec/bootxx _rawdev elif [ -d /usr/mdec ]; then - cp /usr/mdec/boot /mnt/bootsd - /usr/mdec/installboot -v /mnt/bootsd /usr/mdec/bootxx $_rawdev + cp /usr/mdec/bootsd /mnt/bootsd + /usr/mdec/installboot -v /mnt/bootsd /usr/mdec/bootxx _rawdev else echo "No boot block prototypes found, you must run installboot manually." fi diff --git a/distrib/mvme88k/ramdisk/install.sh b/distrib/mvme88k/ramdisk/install.sh index 8ebba466a13..ec6e73ee274 100644 --- a/distrib/mvme88k/ramdisk/install.sh +++ b/distrib/mvme88k/ramdisk/install.sh @@ -1,5 +1,5 @@ -#!/bin/sh -# $OpenBSD: install.sh,v 1.1 1998/12/17 02:16:32 smurph Exp $ +# +# $OpenBSD: install.sh,v 1.2 2000/01/24 04:51:55 smurph Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. diff --git a/distrib/mvme88k/ramdisk/list b/distrib/mvme88k/ramdisk/list index 9c2297fa2c9..a96f42f2b7e 100644 --- a/distrib/mvme88k/ramdisk/list +++ b/distrib/mvme88k/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.1 1998/12/17 02:16:33 smurph Exp $ +# $OpenBSD: list,v 1.2 2000/01/24 04:51:55 smurph Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -43,6 +43,7 @@ LINK raminst sbin/reboot LINK raminst sbin/route LINK raminst sbin/slattach LINK raminst sbin/umount +LINK raminst usr/bin/awk LINK raminst usr/bin/chgrp LINK raminst usr/bin/cut LINK raminst usr/bin/ftp diff --git a/distrib/mvme88k/ramdisk/raminst.conf b/distrib/mvme88k/ramdisk/raminst.conf index c28aeb254e8..e4b96ddf2a5 100644 --- a/distrib/mvme88k/ramdisk/raminst.conf +++ b/distrib/mvme88k/ramdisk/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.1 1998/12/17 02:16:33 smurph Exp $ +# $OpenBSD: raminst.conf,v 1.2 2000/01/24 04:51:55 smurph Exp $ # # ram.conf - unified binary for the RAM disk # @@ -8,7 +8,7 @@ srcdirs distrib/special srcdirs bin sbin usr.bin usr.sbin usr.bin/vi srcdirs gnu/usr.bin -progs cat chmod chown cut cp dd df disklabel ed grep expr fsck_ffs ftp +progs awk cat chmod chown cut cp dd df disklabel ed grep expr fsck_ffs ftp progs gzip ifconfig init hostname kill ln ls mkdir mknod less mount progs mount_cd9660 mount_kernfs mount_ffs mount_msdos mount_nfs mt progs mv newfs pwd reboot rm route sed sleep ksh slattach sort stty |