summaryrefslogtreecommitdiff
path: root/templates/show/system/boot-messages/all/node.def
blob: b792d0af83032f21f8b73740a286f84a009276d0 (plain)
1
2
3
4
5
6
7
help: Show all kernel boot messages
run: LESSOPEN="|/usr/bin/lesspipe %s" LESSCLOSE="/usr/bin/lesspipe %s %s" \
     less $_vyatta_less_options \
	--prompt=".boot-messages?m, file %i of %m., page %dt of %D" \
	-- $(printf "%s\n" /var/log/dmesg* | sort -nr | while read; do \
		if [[ "$(head -n 1 $REPLY)" != "(Nothing has been logged yet.)" ]]; then \
		echo $REPLY; fi; done)