Changeset 171 for drbl-virt/sbin/drbl_kvm_patch.sh
- Timestamp:
- Aug 10, 2010, 4:00:31 PM (15 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_kvm_patch.sh
r161 r171 9 9 # 2010/07/20 Rock First release (1.0) 10 10 11 # [PATH]12 #Work_Path=$(dirname "$0")13 #PATH=${PATH}:$Work_Path14 15 11 # [Source] 16 #source funs_drbl_virt17 12 source functions_drbl_virt 13 source /opt/drbl-virt/conf/drbl-virt.conf 18 14 # [Main] 19 15 20 # [Install VMM/Hypervisior]21 if [ $VMM_select == 1 ]; then22 source xen_intall.sh23 else24 source kvm_intall.sh25 fi26 16 27 17 # [DRBL Environment Configuration]
Note: See TracChangeset
for help on using the changeset viewer.