diff options
author | Runar Borge <runar@borge.nu> | 2018-06-24 11:56:32 +0200 |
---|---|---|
committer | Runar Borge <runar@borge.nu> | 2018-06-24 11:56:32 +0200 |
commit | 0c8e4605f19e7caa6fb7ccb7009bb21bb9c6cdbc (patch) | |
tree | 8edfdd1f1d4cb167ebf55ccfbbb4d7ba3594bf00 | |
parent | db121fec464c96e8ba68a2469ed88d8f49d08b48 (diff) | |
download | vyos-1x-0c8e4605f19e7caa6fb7ccb7009bb21bb9c6cdbc.tar.gz vyos-1x-0c8e4605f19e7caa6fb7ccb7009bb21bb9c6cdbc.zip |
T689: Removed 'show host os', if anyone wants kernel information i think they know about 'uname -a' and because upgrading kernel in vyos is not allowed outsude the release schedule kernel information shoild be maintained inside the vyos install package.
-rw-r--r-- | op-mode-definitions/show-host.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/op-mode-definitions/show-host.xml b/op-mode-definitions/show-host.xml index 0eb342463..b3ea129a2 100644 --- a/op-mode-definitions/show-host.xml +++ b/op-mode-definitions/show-host.xml @@ -21,13 +21,6 @@ <command>/bin/hostname</command> </leafNode> - <leafNode name="os"> - <properties> - <help>Show host operating system details</help> - </properties> - <command>/bin/uname -a</command> - </leafNode> - <tagNode name="lookup"> <properties> <help>Lookup host information for hostname|IPv4 address</help> |