Ticket #589: mindi.patch

File mindi.patch, 647 bytes (added by Manuel Carreira Silva, 12 years ago)
  • mindi-2.1.1/mindi

    old new  
    26552655    done
    26562656
    26572657    # Also copy modules.dep in case of udev so that normal modprobe works
    2658     tar cf - -C / /$needed_modules_path/modules.dep 2>> $MINDI_TMP/$$.log | (cd "$mountpoint" ; tar xf -) || LogIt "Unable to copy modules.dep to $mountpoint" $MINDI_TMP/$$.log
     2658    tar cf - -C / /$needed_modules_path/modules.* 2>> $MINDI_TMP/$$.log | (cd "$mountpoint" ; tar xf -) || LogIt "Unable to copy modules.* to $mountpoint" $MINDI_TMP/$$.log
    26592659
    26602660    # Copy FW in case some drivers needs it
    26612661    if [ -d "/lib/firmware" ]; then