#!/bin/sh
if [ ! -f /tmp/dmesg.boot ] ; then
	cat /dev/klog > /tmp/dmesg.boot
fi
cat /tmp/dmesg.boot
