From 88fd08d114493dd0e59a1a22d1a00a7ccac3a38a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 8 May 1997 06:13:43 +0000 Subject: Mount / rw asap since pdksh wants to scribble in /tmp early on. --- distrib/alpha/ramdisk/dot.profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3