From febe491142bcf2c0ea30766389cb7a65793f0d81 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 12 Jul 2012 15:11:44 +0200 Subject: [PATCH] mambareport: call lsinitrd instead of /usr/sbin/ldinitrd as it moved to /usr/bin --- mambareport/openmamba-makereport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"