aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit6
1 files changed, 6 insertions, 0 deletions
diff --git a/rc.sysinit b/rc.sysinit
index c79f969..72ad615 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -411,5 +411,11 @@ fi
# Screen blanks after 15 minutes idle time
/usr/bin/setterm -blank 15
+# Save our dmesg output from this boot
+if [ -f /var/log/dmesg.log ]; then
+ rm /var/log/dmesg.log
+fi
+/bin/dmesg > /var/log/dmesg.log
+
# End of file
# vim: set ts=2 noet: