diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-17 14:52:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-17 14:52:19 +0000 |
commit | d6ea0d9ca1ff19bb30c4a5f9683a3ee5750c21f2 (patch) | |
tree | 6a483c85039e36f5b45af40d36985b1275dcc654 /distrib/mvmeppc | |
parent | 0e3265e9b0baf801c78b0f7777744af44425c7e3 (diff) |
mount -u, not mount_ffs -u
Diffstat (limited to 'distrib/mvmeppc')
-rw-r--r-- | distrib/mvmeppc/ramdisk/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mvmeppc/ramdisk/dot.profile b/distrib/mvmeppc/ramdisk/dot.profile index df57278f689..07ddd3ade7e 100644 --- a/distrib/mvmeppc/ramdisk/dot.profile +++ b/distrib/mvmeppc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.2 2001/09/16 04:56:53 millert Exp $ +# $OpenBSD: dot.profile,v 1.3 2001/09/17 14:52:18 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -43,7 +43,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then # mount kernfs and re-mount the boot media (perhaps r/w) mount_kernfs /kern /kern - mount_ffs -u /dev/rd0a / + mount -u /dev/rd0a / # set up some sane defaults echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' |