Changeset 3135 in MondoRescue for branches/3.0/mindi/mindi


Ignore:
Timestamp:
Jun 5, 2013, 11:01:13 PM (11 years ago)
Author:
Bruno Cornec
Message:

r5333@localhost: bruno | 2013-06-05 18:23:12 +0200

  • rev is mandatory and included now in the boot part (not in minimal.conf)
  • Adds a /bin/true entry in a test case to avoid bash to whine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3126 r3135  
    27702770        if [ -x /usr/bin/sg_wr_mode ]; then
    27712771            mkdir -p $mountpoint/usr/bin
    2772             lis="/usr/bin/sg_map /usr/bin/sg_inq /usr/bin/sg_reset"
     2772            lis="/usr/bin/sg_map /usr/bin/sg_inq /usr/bin/sg_reset /usr/bin/rev"
    27732773            LocateDeps $lis > $MINDI_TMP/obdr.lis
    27742774            (cd $mountpoint ; tar cf - $lis -C /  `sort -u $MINDI_TMP/obdr.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in obdr.lis analysis" $MINDI_TMP/$$.log)
Note: See TracChangeset for help on using the changeset viewer.