From 5c226aef0bba43d5ae356237930ae39ec4404dd1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 3 Aug 2011 19:33:14 +0200 Subject: [PATCH] openmamba-report: generate report for running kernel initramfs --- mambareport/openmamba-makereport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mambareport/openmamba-makereport b/mambareport/openmamba-makereport index f4d2cf0..55011fd 100755 --- a/mambareport/openmamba-makereport +++ b/mambareport/openmamba-makereport @@ -186,7 +186,7 @@ catcommand "ls -l /boot" "boot files" catfile /boot/grub/grub.cfg "GRUB configuration" catfile /var/log/dmesg.log "kernel startup messages" catfile "/etc/modprobe.d/*" "modules configuration" -catinitramfs /boot/initramfs*.img "kernel initial ramdisk" +catinitramfs /boot/initramfs-`uname -r`.img "kernel initial ramdisk" # system boot problems catfile /var/log/initd.sysinit.start "system init logfile"