diff options
Diffstat (limited to 'distrib/powerpc/ramdisk/dot.profile')
-rw-r--r-- | distrib/powerpc/ramdisk/dot.profile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/powerpc/ramdisk/dot.profile b/distrib/powerpc/ramdisk/dot.profile index 5f90def1cbb..f527ff43e44 100644 --- a/distrib/powerpc/ramdisk/dot.profile +++ b/distrib/powerpc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:16 millert Exp $ +# $OpenBSD: dot.profile,v 1.6 2001/06/23 19:44:54 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -36,13 +36,10 @@ export HOME=/ umask 022 set -o emacs # emacs-style command line editing -alias dmesg="cat /kern/msgbuf" if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES - # mount kernfs and re-mount the boot media (perhaps r/w) - mount_kernfs /kern /kern mount_ffs -o update /dev/rd0a / # set up some sane defaults |