summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 3b47723..4415f42 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.107 1996/12/19 18:06:35 joerg Exp $
+# $Id: rc,v 1.108 1996/12/23 00:32:15 joerg Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -86,6 +86,9 @@ fi
adjkerntz -i
+# Keep a copy of the boot messages around
+/sbin/dmesg > /var/tmp/dmesg.boot
+
# If there is a global system configuration file, suck it in.
if [ -f /etc/sysconfig ]; then
. /etc/sysconfig
OpenPOWER on IntegriCloud