Author: aschnell Date: Tue Oct 21 15:09:11 2008 New Revision: 52390 URL: http://svn.opensuse.org/viewcvs/yast?rev=52390&view=rev Log: - also save install.inf Modified: trunk/yast2/scripts/save_y2logs Modified: trunk/yast2/scripts/save_y2logs URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/scripts/save_y2logs?rev=52390&r1=52389&r2=52390&view=diff ============================================================================== --- trunk/yast2/scripts/save_y2logs (original) +++ trunk/yast2/scripts/save_y2logs Tue Oct 21 15:09:11 2008 @@ -53,6 +53,10 @@ LIST="$LIST $( cd /var/log/; ls zypp/history*)" fi +if [ -f /etc/install.inf ]; then + LIST="$LIST /etc/install.inf" +fi + RPM_LIST="rpm-qa" if [ -f /var/lib/rpm/Packages ]; then rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}\t\t\t(%{VENDOR})\t%{DISTRIBUTION}\n' 2>/dev/null | sort >/var/log/$RPM_LIST -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org