From 079944e5901a2af05cb858d2cdc8ea9d4ed2bb52 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 4 Oct 2012 02:34:10 +0000 Subject: [PATCH] one more distro id added to debugger collector, no need for new version --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index a15d0b2..3a71740 100755 --- a/inxi +++ b/inxi @@ -1369,6 +1369,7 @@ debug_data_collector() sensors &> $debug_data_dir/sensors.txt ls /usr/bin/gcc* &> $debug_data_dir/gcc-sys-versions.txt gcc --version &> $debug_data_dir/gcc-version.txt + cat /etc/issue &> $debug_data_dir/etc-issue.txt cat $FILE_LSB_RELEASE &> $debug_data_dir/lsb-release.txt cat $FILE_OS_RELEASE &> $debug_data_dir/os-release.txt cat $FILE_ASOUND_DEVICE &> $debug_data_dir/proc-asound-device.txt