diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-30 01:21:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-30 01:21:24 +0000 |
commit | 46019cd2da45ed5e20bac787aa78492f4fb017ed (patch) | |
tree | 735aa29317a36625c904bb68cb6d5cf34df38117 /distrib/powerpc/ramdisk/dot.profile | |
parent | e1baab1c5ee83645e50a4e5201b30ad4304189f2 (diff) |
add dmesg alias to all install media
Diffstat (limited to 'distrib/powerpc/ramdisk/dot.profile')
-rw-r--r-- | distrib/powerpc/ramdisk/dot.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/powerpc/ramdisk/dot.profile b/distrib/powerpc/ramdisk/dot.profile index 56f949991e8..e919a56837e 100644 --- a/distrib/powerpc/ramdisk/dot.profile +++ b/distrib/powerpc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.2 1997/10/20 22:24:24 millert Exp $ +# $OpenBSD: dot.profile,v 1.3 2000/01/30 01:21:22 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -36,6 +36,7 @@ export HOME=/ umask 022 set -o emacs # emacs-style command line editing +alias dmesg="cat /kern/msgbuf" if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES |