From 46019cd2da45ed5e20bac787aa78492f4fb017ed Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 30 Jan 2000 01:21:24 +0000 Subject: add dmesg alias to all install media --- distrib/powerpc/ramdisk/dot.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'distrib/powerpc/ramdisk/dot.profile') 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 -- cgit v1.2.3