diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-08 06:13:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-08 06:13:43 +0000 |
commit | 88fd08d114493dd0e59a1a22d1a00a7ccac3a38a (patch) | |
tree | b93ca0883e0d53fa4b17737fee86a42261ea5a3d /distrib/alpha | |
parent | 937ed75bdb3593ac82105f9fc121224dcbc731b7 (diff) |
Mount / rw asap since pdksh wants to scribble in /tmp early on.
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/ramdisk/dot.profile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/alpha/ramdisk/dot.profile b/distrib/alpha/ramdisk/dot.profile index a2b330dc8f0..df4d865a444 100644 --- a/distrib/alpha/ramdisk/dot.profile +++ b/distrib/alpha/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.1 1997/05/07 12:46:55 niklas Exp $ +# $OpenBSD: dot.profile,v 1.2 1997/05/08 06:13:42 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -40,6 +40,9 @@ echo 'erase ^?, werase ^H, kill ^U, intr ^C' stty newcrt werase ^H intr ^C kill ^U erase ^? 9600 echo '' +# mount / rw +mount /dev/rd0a / + # pull in the function definitions that people will use from the shell prompt. . /.commonutils . /.instutils |