summaryrefslogtreecommitdiff
path: root/templates/show/system/boot-messages/all/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show/system/boot-messages/all/node.def')
-rw-r--r--templates/show/system/boot-messages/all/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/system/boot-messages/all/node.def b/templates/show/system/boot-messages/all/node.def
index b151fc2..d472c33 100644
--- a/templates/show/system/boot-messages/all/node.def
+++ b/templates/show/system/boot-messages/all/node.def
@@ -1,2 +1,2 @@
help: Show all kernel boot messages
-run: ${vyatta_bindir}/vyatta-show-dmesg-all
+run: less $_vyatta_less_options -- `printf "%s\n" /var/log/dmesg* | sort -nr`