From d6ea0d9ca1ff19bb30c4a5f9683a3ee5750c21f2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 17 Sep 2001 14:52:19 +0000 Subject: mount -u, not mount_ffs -u --- distrib/mvme88k/miniroot/dot.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/mvme88k/miniroot') diff --git a/distrib/mvme88k/miniroot/dot.profile b/distrib/mvme88k/miniroot/dot.profile index 84f1105be67..c3f66f675e7 100644 --- a/distrib/mvme88k/miniroot/dot.profile +++ b/distrib/mvme88k/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.5 2001/09/16 04:56:53 millert Exp $ +# $OpenBSD: dot.profile,v 1.6 2001/09/17 14:52:18 millert Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -57,7 +57,7 @@ EDITUBIN=/usr/bin if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES - mount_ffs -u /dev/rd0a / + mount -u /dev/rd0a / # set up some sane defaults echo 'erase ^H, werase ^W, kill ^U, intr ^C, status ^T' -- cgit v1.2.3