Changeset 2680 in MondoRescue for branches/2.2.9/mindi/mindi


Ignore:
Timestamp:
Sep 2, 2010, 7:41:15 AM (14 years ago)
Author:
Bruno Cornec
Message:

r3998@localhost: bruno | 2010-09-02 07:34:24 +0200

  • mindi now copies also the /lib/firmware content in order to have it for drivers needing it (bnx2 reported)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2678 r2680  
    25062506    # Also copy modules.dep in case of udev so that normal modprobe works
    25072507    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
     2508
     2509    # Copy FW in case some drivers needs it
     2510    if [ -d "/lib/firmware" ]; then
     2511        cp -rp /lib/firmware $mountpoint/lib
     2512    fi
    25082513
    25092514    if [ ! -e "/sbin/devfsd" ] || [ "$kernelpath" = "$MINDI_LIB/vmlinuz" ] ; then
Note: See TracChangeset for help on using the changeset viewer.