Changeset 171 for drbl-virt/sbin/drbl_virt.sh
- Timestamp:
- Aug 10, 2010, 4:00:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_virt.sh
r161 r171 9 9 # 2010/07/20 Rock First release (1.0) 10 10 11 # [PATH]12 Work_Home="/opt/drbl-virt"13 Work_Path="/opt/drbl-virt/sbin"14 PATH=${PATH}:$Work_Path15 16 11 # [Source] 17 source funs_drbl_virt18 12 source /opt/drbl-virt/conf/drbl-virt.conf 13 source /opt/drbl-virt/sbin/functions_drbl_virt 19 14 # [Main] 20 15 install_drbl-virt_dir … … 22 17 check_systemInfo 23 18 VMM_select 19 #check_root 24 20 25 21 # [Install VMM/Hypervisior] 1=Xen, 2=KVM 26 22 if [ $VMM_select == 1 ]; then 27 source xen_in tall.sh23 source xen_install.sh 28 24 else 29 source kvm_in tall.sh25 source kvm_install.sh 30 26 fi 31 27
Note: See TracChangeset
for help on using the changeset viewer.