Ignore:
Timestamp:
Aug 2, 2010, 5:23:40 PM (15 years ago)
Author:
rock
Message:

Add: drbl_patch.sh drbl_virt_remove.sh conf/xend-config.sxp

File:
1 edited

Legend:

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

    r158 r161  
    99#   2010/07/20  Rock    First release (1.0)
    1010
     11# [PATH]
     12Work_Home="/opt/drbl-virt"
     13Work_Path="/opt/drbl-virt/sbin"
     14PATH=${PATH}:$Work_Path
     15
    1116# [Source]
    12 source drbl_virt_funs
     17source funs_drbl_virt
    1318
    1419# [Main]
     20install_drbl-virt_dir
    1521cpu_check
    1622check_systemInfo
    1723VMM_select
    1824
    19 # [Install VMM/Hypervisior]
     25# [Install VMM/Hypervisior] 1=Xen, 2=KVM
    2026if [ $VMM_select == 1 ]; then
    2127    source xen_intall.sh
Note: See TracChangeset for help on using the changeset viewer.