diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-17 10:02:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-17 10:02:04 +0000 |
commit | 65365365fb525be7c381833a08ddccf8d24054e4 (patch) | |
tree | b5e3b01d7865befc4c669fadb23ee1ab482cb5c8 | |
parent | 3fb4baa6a6ae8997256f50515d3cbd7bcddec51c (diff) |
writeable root anyone?
-rw-r--r-- | distrib/i386/floppies/ramdisk/dot.profile | 6 |
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 |