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/sun3 | |
parent | 0e3265e9b0baf801c78b0f7777744af44425c7e3 (diff) |
mount -u, not mount_ffs -u
Diffstat (limited to 'distrib/sun3')
-rw-r--r-- | distrib/sun3/miniroot/dot.profile | 4 | ||||
-rw-r--r-- | distrib/sun3/ramdisk/dot.profile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/sun3/miniroot/dot.profile b/distrib/sun3/miniroot/dot.profile index befe9c9abcf..1b1c1f63563 100644 --- a/distrib/sun3/miniroot/dot.profile +++ b/distrib/sun3/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2001/09/16 04:56:53 millert Exp $ +# $OpenBSD: dot.profile,v 1.5 2001/09/17 14:52:18 millert Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -49,7 +49,7 @@ TERM=sun if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES - mount_ffs -u /dev/rd0a / + mount -u /dev/rd0a / # set up some sane defaults echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' diff --git a/distrib/sun3/ramdisk/dot.profile b/distrib/sun3/ramdisk/dot.profile index 4129ace7688..aa3a0c0dbbb 100644 --- a/distrib/sun3/ramdisk/dot.profile +++ b/distrib/sun3/ramdisk/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 $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -49,7 +49,7 @@ TERM=sun if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES - mount_ffs -u /dev/rd0a / + mount -u /dev/rd0a / # set up some sane defaults echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' |