save a copy of the boot messages. Closes 6398 from msanders@confusion.net
This commit is contained in:
parent
0780a6b041
commit
8ab9483f37
5
etc/rc
5
etc/rc
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rc,v 1.107 1999/01/04 00:49:36 tron Exp $
|
||||
# $NetBSD: rc,v 1.108 1999/01/06 03:41:44 abs Exp $
|
||||
# originally from: @(#)rc 8.2 (Berkeley) 3/17/94
|
||||
|
||||
# System startup script run by init on autoboot
|
||||
|
@ -152,6 +152,9 @@ rm -f /var/spool/lock/LCK.*
|
|||
rm -f /var/spool/uucp/STST/*
|
||||
(cd /var/run && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; })
|
||||
|
||||
# save a copy of the boot messages
|
||||
dmesg | sed -n -e '1,$H' -e '/^NetBSD/h' -e '$g' -e '$p' > /var/run/dmesg.boot
|
||||
|
||||
# start the system logger first, so that all messages from daemons
|
||||
# are logged, then start savecore to get a dump on low memory systems
|
||||
# and then start the name server.
|
||||
|
|
Loading…
Reference in New Issue