# see "man logrotate" for details
# rotate dmesg, and keep 5 versions.

/var/log/dmesg {
	create
	rotate 5
	nodateext
}