Changeset 3135 in MondoRescue for branches/3.0/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
Location:
branches/3.0/mindi
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/deplist.d/minimal.conf

    r3119 r3135  
    2222/sbin/pidof
    2323/etc/init.d/functions
    24 /usr/bin/rev
    2524# On ArchLinux
    2625/bin/pidof
  • 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)
  • branches/3.0/mindi/rootfs/etc/init.d/rcS

    r3124 r3135  
    156156            elif [ _"$devtype" -eq _"0" ]; then
    157157                # Skipping a HDD
     158                /bin/true
    158159            elif [ _"$devtype" -eq _"5" ]; then
    159160                # Checking whether it's a CD or a tape in OBDR mode
Note: See TracChangeset for help on using the changeset viewer.