Changeset 1063 in MondoRescue for branches/stable/tools


Ignore:
Timestamp:
Jan 20, 2007, 11:37:55 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • USB device support for mindi (Tested and Working)
  • Begining of USB device support for mondo (maybe not even compiling)
  • FindDistroFailsafe build process support
  • makemount list doesn't issue weird messages anymore around LVM
Location:
branches/stable/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r1042 r1063  
    5656    pv=`basename $src .tar.gz`
    5757    PVER=`echo $pv | sed "s|^$p-||" | cut -d- -f1`
     58
     59    if [ _"$p" = _"mindi" ]; then
     60        # Copy FindDistroFailsafe if it makes sense for that distro
     61        tar xfz $src $p-${PVER}/distributions/${ddir}-$dver/FindDistroFailsafe 2> /dev/null
     62        ln $p-${PVER}/distributions/${ddir}-$dver/FindDistroFailsafe $p-${PVER} 2> /dev/null
     63    fi
    5864
    5965    if [  _"$dtype" = _"rpm" ]; then
  • branches/stable/tools/svn2build

    r1051 r1063  
    8080                exit -1
    8181            fi
    82             echo "Using $inc customization to build SPEC file"
    8382
    8483            $TOOLHOME/mkchangelog.pl $dtype $p $MONDOTMP/$p.spec
Note: See TracChangeset for help on using the changeset viewer.