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


Ignore:
Timestamp:
Mar 29, 2011, 1:34:30 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Use modprobe instead of insmod to load loop, cd, ... modules (in order to force them at rstore time). Also drop very old aes support for mdk 9.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2749 r2753  
    25842584    fi
    25852585    mkdir -p $mountpoint/proc
    2586     echo "$BOOT_SIZE" > $mountpoint/tmp/$BOOT_SIZE.siz
    2587 
    25882586    echo "---------------------------" >> $LOGFILE
    25892587    echo "Content of initial ramdisk:" >> $LOGFILE
     
    29912989fi
    29922990
    2993 # for Mandrake 9.2, which comes with two aes.o.gz modules :-/
    2994 insmod /lib/modules/$KERVERRUN/*/*/misc/aes.*o.gz >> $LOGFILE 2>> $LOGFILE
    29952991for i in loop cdrom ide-cd isofs linear raid0 raid1 raid5 ; do
    2996     insmod $i >> $LOGFILE 2>> $LOGFILE
     2992    modprobe $i >> $LOGFILE 2>> $LOGFILE
    29972993done
    29982994
Note: See TracChangeset for help on using the changeset viewer.