Changeset 116 in MondoRescue for branches/2.05/mindi


Ignore:
Timestamp:
Nov 8, 2005, 11:54:46 PM (18 years ago)
Author:
bcornec
Message:

merge -r103:115 of branch 2.04_berlios (andree patches)

Location:
branches/2.05/mindi/rootfs/sbin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/rootfs/sbin/init

    r47 r116  
    622622#    HandleCDROMorFloppies
    623623#el
    624 if [ "`cat /tmp/mondo-restore.cfg | grep "tape"`" ] || [ "`cat /tmp/mondo-restore.cfg | grep udev`" ] ; then
     624if [ "`cat /tmp/mondo-restore.cfg | grep "tape "`" ] || [ "`cat /tmp/mondo-restore.cfg | grep udev`" ] ; then
    625625    HandleTape
    626626else
  • branches/2.05/mindi/rootfs/sbin/install-additional-tools

    r30 r116  
    111111# Was disabled in mid-March 2002 (?). Dunno why. Re-enabled July 11th, 2002.
    112112for path in /sbin /bin /usr/bin /usr/sbin /lib /usr/lib /lib/* /usr/lib/* ; do
    113     mkdir -p $path
     113    [ ! -e "$path" ] && mkdir -p "$path"
    114114    for i in `ls $mountdir/$path 2> /dev/null` ; do
    115115    rm -f $path/$i 2> /dev/null
Note: See TracChangeset for help on using the changeset viewer.