summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-17 10:02:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-17 10:02:04 +0000
commit65365365fb525be7c381833a08ddccf8d24054e4 (patch)
treeb5e3b01d7865befc4c669fadb23ee1ab482cb5c8
parent3fb4baa6a6ae8997256f50515d3cbd7bcddec51c (diff)
writeable root anyone?
-rw-r--r--distrib/i386/floppies/ramdisk/dot.profile6
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/i386/floppies/ramdisk/dot.profile b/distrib/i386/floppies/ramdisk/dot.profile
index 19a56982f33..7dc5eee25ca 100644
--- a/distrib/i386/floppies/ramdisk/dot.profile
+++ b/distrib/i386/floppies/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.2 1997/04/17 02:10:45 niklas Exp $
+# $OpenBSD: dot.profile,v 1.3 1997/04/17 10:02:03 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -33,6 +33,8 @@ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
TERM=pc3
export TERM
+HOME=/
+export HOME
umask 022
@@ -44,6 +46,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
echo ''
+ mount /dev/rd0a /
+
# mount the kern_fs so that we can examine the dmesg state
mount -t kernfs /kern /kern