Changeset 317 in MondoRescue for trunk/mindi/mindi


Ignore:
Timestamp:
Jan 13, 2006, 8:46:06 PM (18 years ago)
Author:
bcornec
Message:

merge -r309:316 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/mindi

    r309 r317  
    1313#-----------------------------------------------------------------------------
    1414
     15### Which arch are we on (useful for ia64 port)
     16export ARCH=`/bin/arch`
    1517
    1618ADDITIONAL_BOOT_PARAMS="acpi=off apm=off devfs=nomount exec-shield=0"
     
    3335MINDI_CONF=YYY
    3436MINDI_SBIN=${MINDI_PREFIX}/sbin
    35 MINDI_LIB=${MINDI_PREFIX}/lib/mindi
     37
     38
     39if [ "$ARCH" = "x86_64" ] ; then
     40    MINDI_LIB=${MINDI_PREFIX}/lib64/mindi
     41else
     42    MINDI_LIB=${MINDI_PREFIX}/lib/mindi
     43fi
    3644
    3745EXTRA_SPACE=24576         ; # increase if you run out of ramdisk space
     
    29082916> $LOGFILE
    29092917echo "mindi v$MINDI_VERSION" >> $LOGFILE
    2910 ### BCO
    2911 ### Which arch are we on (useful for ia64 port)
    2912 export ARCH=`/bin/arch`
    29132918echo "$ARCH architecture detected" >> $LOGFILE
    29142919echo "mindi called with the following arguments:" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.