diff --git a/hwinfo/getsysinfo b/hwinfo/getsysinfo index cae3d42..1141e7e 100755 --- a/hwinfo/getsysinfo +++ b/hwinfo/getsysinfo @@ -64,10 +64,10 @@ perl -nl -e 'print unless (split)[0] =~ /none|automount|:/' /proc/mounts >"$dir/ echo -e "\n------ dmesg start ------\n" >>"$dir/$host/var/log/boot.msg" dmesg >>"$dir/$host/var/log/boot.msg" -if [ -x /usr/bin/lshal ] ; then - echo lshal - lshal >$dir/$host/lshal.txt 2>/dev/null -fi +#if [ -x /usr/bin/lshal ] ; then +# echo lshal +# lshal >$dir/$host/lshal.txt 2>/dev/null +#fi file="$host.tar.gz" tar -C "$dir" -zcf "$dir/$file" "$host"