diff options
author | 1997-02-06 07:07:11 +0000 | |
---|---|---|
committer | 1997-02-06 07:07:11 +0000 | |
commit | 072861fdf9a193646e829bb78c524ad725a75170 (patch) | |
tree | d314b36dad0ef66eba61ec4eea7e31b1f4dfbad1 | |
parent | need -I for zlib.c (diff) | |
download | wireguard-openbsd-072861fdf9a193646e829bb78c524ad725a75170.tar.xz wireguard-openbsd-072861fdf9a193646e829bb78c524ad725a75170.zip |
Clean up silly things, mount rd0a not rd0, and
prog is not a valid program for crunch to find.
-rw-r--r-- | distrib/powerpc/miniroot/install.md | 4 | ||||
-rw-r--r-- | distrib/powerpc/miniroot/raminst.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/powerpc/miniroot/install.md b/distrib/powerpc/miniroot/install.md index babe655a941..c67c6b81c51 100644 --- a/distrib/powerpc/miniroot/install.md +++ b/distrib/powerpc/miniroot/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.1 1997/01/31 05:11:04 rahnds Exp $ +# $OpenBSD: install.md,v 1.2 1997/02/06 07:07:11 rahnds Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -267,7 +267,7 @@ md_makerootwritable() { return fi umount /tmp >> /dev/null 2>&1 - if ! mount -t ffs -u /dev/rd0 / ; then + if ! mount -t ffs -u /dev/rd0a / ; then cat << \__rd0_failed_1 FATAL ERROR: Can't mount the ram filesystem. diff --git a/distrib/powerpc/miniroot/raminst.conf b/distrib/powerpc/miniroot/raminst.conf index 3d68a150e33..8546e2efadd 100644 --- a/distrib/powerpc/miniroot/raminst.conf +++ b/distrib/powerpc/miniroot/raminst.conf @@ -9,8 +9,8 @@ srcdirs gnu/usr.bin progs cat chmod chown cut cp dd df disklabel ed grep expr fdisk fsck_ffs ftp progs gzip ifconfig init hostname kill ln ls mkdir mknod more mount -progs mount_cd9660 progs mount_kernfs mount_ffs mount_msdos mount_nfs -progs mv newfs pwd reboot rm route progs sed sleep sh slattach sort stty +progs mount_cd9660 mount_kernfs mount_ffs mount_msdos mount_nfs +progs mv newfs pwd reboot rm route sed sleep sh slattach sort stty progs sync pax test tip umount vim ln vim vi |