diff options
-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 |