Changeset 1798 in MondoRescue


Ignore:
Timestamp:
Nov 14, 2007, 7:36:33 PM (16 years ago)
Author:
Bruno Cornec
Message:

For all modules supported, create symlinks under the mountpoint and extract dev files as some are not automatically created at the moment

Location:
branches/2.2.5/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1797 r1798  
    29342934                i=`echo $i | sed 's/.gz//'`
    29352935        fi
     2936        [ "`echo "$i" | grep -F ".gz"`" ] && gunzip -f $mountpoint/`basename $i`
     2937    done
     2938    # For all modules supported, create symlinks under the mountpoint
     2939    for i in $EXTRA_MODS $NET_MODS $SCSI_MODS; do
     2940        all_modules="$all_modules `FindSpecificModuleInPath $floppy_modules_path $i`"
     2941    done
     2942    for i in $all_modules; do
    29362943        (cd $mountpoint ; ln -s $i . 2>/dev/null)
    2937         [ "`echo "$i" | grep -F ".gz"`" ] && gunzip -f $mountpoint/`basename $i`
    29382944    done
    29392945    # Also copy modules.dep in case of udev so that normal modprobe works
  • branches/2.2.5/mindi/rootfs/sbin/init

    r1792 r1798  
    581581if [ -e "/tmp/USE-UDEV" ] ; then
    582582    RunUdevd
    583 else
    584     ExtractDevTarballs
    585 fi
     583fi
     584ExtractDevTarballs
    586585LaunchTerminals
    587586
Note: See TracChangeset for help on using the changeset viewer.