summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-04-24 10:55:01 +0200
committerChristian Poessinger <christian@poessinger.com>2022-04-24 10:55:01 +0200
commit4bb15534dc815b04a526300cbd4a24f40fdfa433 (patch)
tree2c3a8c1da100c89bf2cf00afa5cc3a9dce90f19f /op-mode-definitions
parentde8d59284003bfe1b9d2327cfefc949f688cc486 (diff)
downloadvyos-1x-4bb15534dc815b04a526300cbd4a24f40fdfa433.tar.gz
vyos-1x-4bb15534dc815b04a526300cbd4a24f40fdfa433.zip
op-mode: T4390: migrate "show log kernel" to journalctl
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-log.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in
index 15bbc7f42..c3b8af985 100644
--- a/op-mode-definitions/show-log.xml.in
+++ b/op-mode-definitions/show-log.xml.in
@@ -179,9 +179,9 @@
</tagNode>
<leafNode name="kernel">
<properties>
- <help>Show messages in kernel ring buffer</help>
+ <help>Show log for Linux Kernel</help>
</properties>
- <command>sudo dmesg</command>
+ <command>journalctl --no-hostname --boot --dmesg</command>
</leafNode>
<leafNode name="lldp">
<properties>