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/i386/floppies | |
parent | e1baab1c5ee83645e50a4e5201b30ad4304189f2 (diff) |
add dmesg alias to all install media
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/common/dot.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/i386/floppies/common/dot.profile b/distrib/i386/floppies/common/dot.profile index 824dbaa89a2..b0b0266dd34 100644 --- a/distrib/i386/floppies/common/dot.profile +++ b/distrib/i386/floppies/common/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.1 1999/08/06 20:49:08 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:20 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -37,6 +37,7 @@ export HISTFILE=/.sh_history umask 022 set -o emacs # emacs-style command line editing +alias dmesg="cat /kern/msgbuf" # XXX # the TERM/EDITOR stuff is really well enough parameterized to be moved |