Changeset 186 for drbl-virt


Ignore:
Timestamp:
Aug 26, 2010, 3:24:13 PM (14 years ago)
Author:
rock
Message:

Modify: install method

Location:
drbl-virt/sbin
Files:
2 edited

Legend:

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

    r185 r186  
    1313source $Work_Path/functions_drbl_virt
    1414# [Main]
     15check_root
    1516cpu_check
    1617check_systemInfo
    1718VMM_select
    18 #check_root
    1919
    2020# [Install VMM/Hypervisior] 1=Xen, 2=KVM
  • drbl-virt/sbin/xen_install.sh

    r179 r186  
    1616check_systemInfo
    1717
     18# = 1. Install Hypervisior =
    1819case $Linux_Distribution in
    1920    # for Ubuntu
     
    7980esac
    8081
     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.