Changeset 1903 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
Apr 10, 2008, 1:13:58 AM (16 years ago)
Author:
Bruno Cornec
Message:

merge -r 1842:1889 2.2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1886 r1903  
    27152715    fi
    27162716
    2717     for w in cdrom floppy groovy-stuff ; do
     2717    for w in cdrom groovy-stuff ; do
    27182718        mkdir -p mnt/$w
    27192719    done
     
    27602760    done
    27612761
    2762     [ -e "$floppy_modules_path" ] || LogIt "path $floppy_modules_path does not exist.\n If you're not using a modular kernel then you're NUTS."
     2762    [ -e "$needed_modules_path" ] || LogIt "path $needed_modules_path does not exist.\n If you're not using a modular kernel then you're NUTS."
    27632763    for i in $list_of_groovy_mods ; do
    27642764        needed_modules="$needed_modules `FindSpecificModuleInPath $needed_modules_path $i`"
     
    27792779
    27802780    # Also copy modules.dep in case of udev so that normal modprobe works
    2781     cp --parents -pdf /$floppy_modules_path/modules.dep $mountpoint 2>/dev/null || LogIt "Unable to copy modules.dep to $mountpoint"
     2781    cp --parents -pdf /$needed_modules_path/modules.dep $mountpoint 2>/dev/null || LogIt "Unable to copy modules.dep to $mountpoint"
    27822782
    27832783    # For all modules supported, create symlinks under the mountpoint
Note: See TracChangeset for help on using the changeset viewer.