From d61f73b4ec8a9f67dc359ad4ccb8add6d904291d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 16 Aug 2012 01:23:42 +0200 Subject: [PATCH] Improve check for running_kernel --- grml-hwinfo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grml-hwinfo b/grml-hwinfo index a9b77b8..faf0e74 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -183,7 +183,6 @@ cd "${OUTDIR}" || exit 1 if exectest dpkg ; then dpkg --get-selections > dpkg_get_selections COLUMNS=300 dpkg --list > dpkg_list - COLUMNS=1000 dpkg -l linux-image-$UNAME | grep linux-image-$UNAME | tr -s ' ' > running_kernel fi # power management @@ -199,6 +198,10 @@ cd "${OUTDIR}" || exit 1 [ -r /boot/config-$UNAME ] && cat /boot/config-$UNAME > kernelconfig fi + exectest dpkg && COLUMNS=1000 dpkg -l linux-image-$UNAME \ + | grep linux-image-$UNAME | tr -s ' ' > running_kernel 2>running_kernel.error + dpkg -S /boot/vmlinuz-$(uname -r) >> running_kernel 2>>running_kernel.error + # X stuff if [ -n "${DISPLAY}" ] ; then exectest xviddetect && xviddetect > xviddetect -- 2.1.4