Changeset 1909 in MondoRescue for branches/2.2.6/mindi/mindi


Ignore:
Timestamp:
Apr 14, 2008, 1:18:58 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove stalled links at root of the restore media
  • Suppress some compiler warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mindi/mindi

    r1908 r1909  
    26022602        all_modules="$all_modules `FindSpecificModuleInPath $mountpoint $i | sed 's~^$mountpoint/~~g'`"
    26032603    done
    2604     for i in $all_modules; do
    2605         (cd $mountpoint ; ln -s $i . 2>/dev/null)
    2606     done
    26072604    if [ ! -e "/sbin/devfsd" ] || [ "$kernelpath" = "$MINDI_LIB/vmlinuz" ] ; then
    26082605        echo "Deleting devfsd daemon from ramdisk" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.