]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
base/rdsosreport.sh: add "ip a" output
authorHarald Hoyer <harald@redhat.com>
Tue, 10 Dec 2013 11:58:37 +0000 (12:58 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 10 Dec 2013 11:58:37 +0000 (12:58 +0100)
modules.d/99base/rdsosreport.sh

index bfa55bbb94e239d90f629f4eaa15375640f4b9c6..5e11166e4bc17f4875c0a8f0ce1be3b425497f70 100755 (executable)
@@ -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