http://qa.mandrakesoft.com/show_bug.cgi?id=5124

           Product: bootloader-utils
         Component: bootloader-utils
           Summary: make-initrd runs mkinitrd two times
           Product: bootloader-utils
           Version: 1.4-1mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootloader-utils
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Why run mkinitrd one time without $INITRDOPTS and another time with it ?

if [[ -d /lib/modules/$version/ ]];then
    mkinitrd -f $debug --ifneeded /boot/initrd-$version.img $version  2>&1 >/dev
/null
    mkinitrd -f $debug --ifneeded $INITRDOPTS /boot/initrd-$version.img $version
  2>&1 >/dev/null
    status=$?
else
    echo "There is no /lib/modules/$version, skipping creation of initrd";
fi

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to