diff --git a/mambareport/openmamba-makereport b/mambareport/openmamba-makereport index b807457..8ae9f4b 100755 --- a/mambareport/openmamba-makereport +++ b/mambareport/openmamba-makereport @@ -178,7 +178,7 @@ catfile /boot/grub/grub.cfg "GRUB configuration" catfile /var/log/dmesg.log "kernel startup messages" catcommand /bin/dmesg "last kernel messages" catfile "/etc/modprobe.d/*" "modules configuration" -catcommand "/usr/sbin/lsinitrd /boot/initramfs-`uname -r`.img" "running kernel initial ramdisk" +catcommand "lsinitrd /boot/initramfs-`uname -r`.img" "running kernel initial ramdisk" # system boot problems catfile /var/log/initd.sysinit.start "system init logfile"