Ignore:
Timestamp:
Aug 10, 2010, 4:00:31 PM (14 years ago)
Author:
rock
Message:

Add: DRBL patch for Xen

File:
1 edited

Legend:

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

    r161 r171  
    99#   2010/07/20  Rock    First release (1.0)
    1010
    11 # [PATH]
    12 Work_Home="/opt/drbl-virt"
    13 Work_Path="/opt/drbl-virt/sbin"
    14 PATH=${PATH}:$Work_Path
    15 
    1611# [Source]
    17 source funs_drbl_virt
    18 
     12source /opt/drbl-virt/conf/drbl-virt.conf
     13source /opt/drbl-virt/sbin/functions_drbl_virt
    1914# [Main]
    2015install_drbl-virt_dir
     
    2217check_systemInfo
    2318VMM_select
     19#check_root
    2420
    2521# [Install VMM/Hypervisior] 1=Xen, 2=KVM
    2622if [ $VMM_select == 1 ]; then
    27     source xen_intall.sh
     23    source xen_install.sh
    2824else
    29     source kvm_intall.sh
     25    source kvm_install.sh
    3026fi
    3127
Note: See TracChangeset for help on using the changeset viewer.