Ignore:
Timestamp:
Aug 26, 2010, 5:24:32 PM (15 years ago)
Author:
rock
Message:

BugFix?: some install error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • drbl-virt/sbin/xen_install.sh

    r186 r187  
    2727        check_debian_xen_pkg=""
    2828        check_debian_xen
    29         echo $check_debian_xen_pkg
     29        #echo $check_debian_xen_pkg
    3030
    3131        if [ $check_debian_xen_pkg == "no" ]; then
     
    4747            hypervisior=""
    4848            check_hypervisior
    49             echo $hyprtvisior
     49            #echo $hypervisior
    5050
    5151            if [ $hypervisior == "Xen" ]; then
    5252                echo ""
    5353                echo "Install Xen Hypervisior"
    54                 aptitude install xen-linux-system-2.6.26-2-xen-${Linux_bit} xen-tools bridge-utils python-xml
     54                aptitude install xen-linux-system-2.6.26-2-xen-${Linux_bit} xen-tools bridge-utils python-xml ipcalc
    5555                cp $Work_Home/conf/debian-lenny_xend-config.sxp /etc/xen/xend-config.sxp
    5656                if [ $1 == "stop" ]; then
     
    8080esac
    8181
    82 # = 2. Patch DRBL =
    83 $Work_Path/drbl_xen_patch.sh
    84 
    85 # = 3. drbl_xen_repush.sh =
    86 $Work_Path/drbl_xen_repush.sh
Note: See TracChangeset for help on using the changeset viewer.