Changeset 2838


Ignore:
Timestamp:
06/25/11 19:48:51 (2 years ago)
Author:
bruno
Message:
  • Fix option --findkernel in case of Xen kernel so that mondoarchive get a correct answer instead of an empty one.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2834 r2838  
    28652865        export MONDO_SHARE="" 
    28662866        if [ "$res" = "" ] ; then 
    2867             MindiExit -1 
     2867            if [ $KERNEL_IS_XEN = "yes" ]; then 
     2868                echo "$xenkernelpath" 
     2869                MindiExit 0 
     2870            else 
     2871                MindiExit -1 
     2872            fi 
    28682873        else 
    28692874            echo "$res" 
Note: See TracChangeset for help on using the changeset viewer.