Changeset 1825 in MondoRescue for branches/2.2.5/mindi/mindi


Ignore:
Timestamp:
Dec 1, 2007, 4:47:10 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Attempt to fix udev support for RHEL 5.1
  • Better support for automatic iLO Virtual Media with udev
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1824 r1825  
    29552955
    29562956    # For all modules supported, create symlinks under the mountpoint
    2957     for i in $EXTRA_MODS $NET_MODS $SCSI_MODS; do
    2958         all_modules="$all_modules `FindSpecificModuleInPath $mountpoint $i`"
    2959     done
     2957    (cd $mountpoint ; for i in $EXTRA_MODS $NET_MODS $SCSI_MODS; do all_modules="$all_modules `FindSpecificModuleInPath . $i`"; done)
    29602958    for i in $all_modules; do
    29612959        j=`echo $i | sed 's~^$mountpoint/~~'`
Note: See TracChangeset for help on using the changeset viewer.