base/rdsosreport.sh: add "ip a" output

master
Harald Hoyer 2013-12-10 12:58:37 +01:00
parent 3934ca8e6c
commit f11712ea21
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ command -v dmsetup >/dev/null 2>/dev/null && dmsetup ls --tree

cat /proc/mdstat

command -v ip >/dev/null 2>/dev/null && ip addr

if command -v journalctl >/dev/null 2>/dev/null; then
journalctl -ab --no-pager -o short-monotonic
else