artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e35ffa6
)
writeable root anyone?
author
deraadt
<deraadt@openbsd.org>
Thu, 17 Apr 1997 10:02:03 +0000
(10:02 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 17 Apr 1997 10:02:03 +0000
(10:02 +0000)
distrib/i386/floppies/ramdisk/dot.profile
patch
|
blob
|
history
diff --git
a/distrib/i386/floppies/ramdisk/dot.profile
b/distrib/i386/floppies/ramdisk/dot.profile
index
19a5698
..
7dc5eee
100644
(file)
--- 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