Changeset 1063 in MondoRescue for branches/stable/mindi/install.sh


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/install.sh

    r1060 r1063  
    100100
    101101cp -af rootfs aux-tools $locallib/mindi
     102if [ -e FindDistroFailsafe ]; then
     103    cp -af FindDistroFailsafe $locallib/mindi
     104fi
    102105chmod 755 $locallib/mindi/rootfs/sbin/*
    103106chmod 755 $locallib/mindi/aux-tools/sbin/*
Note: See TracChangeset for help on using the changeset viewer.