Changeset 1005 in MondoRescue


Ignore:
Timestamp:
Dec 17, 2006, 12:13:28 AM (17 years ago)
Author:
Bruno Cornec
Message:

mindi now prints mindi-busybox version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r998 r1005  
    29042904    echo "You are using Mindi-Linux v$MINDI_VERSION to make boot+data disks" >> /var/log/mondo-archive.log
    29052905fi
     2906if [ -f $MINDI_LIB/rootfs/bin/busybox ]; then
     2907    LogIt "Mindi-`$MINDI_LIB/rootfs/bin/busybox 2>&1 | head -1`"
     2908else
     2909    LogIt "Unable to find mindi-busybox, please install it"
     2910    MindiExit -1
     2911fi
    29062912
    29072913# for Mandrake 9.2, which comes with two aes.o.gz modules :-/
Note: See TracChangeset for help on using the changeset viewer.