summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-05-08 06:13:42 +0000
committermillert <millert@openbsd.org>1997-05-08 06:13:42 +0000
commitff129a9223d6453de3d5c4287668f81bec96a323 (patch)
tree0e5008c8540f0a1ebfb6e4ef0ba121a37e7de8c9
parentRemove local hacks accidentally committed (diff)
downloadwireguard-openbsd-ff129a9223d6453de3d5c4287668f81bec96a323.tar.xz
wireguard-openbsd-ff129a9223d6453de3d5c4287668f81bec96a323.zip
Mount / rw asap since pdksh wants to scribble in /tmp early on.
-rw-r--r--distrib/alpha/ramdisk/dot.profile5
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