Changeset 178 for drbl-virt/sbin/drbl_virt.sh
- Timestamp:
- Aug 13, 2010, 3:37:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_virt.sh
r175 r178 21 21 # [Install VMM/Hypervisior] 1=Xen, 2=KVM 22 22 if [ $VMM_select == 1 ]; then 23 source xen_install.sh23 bash "xen_install.sh start" 24 24 else 25 source kvm_install.sh25 bash "kvm_install.sh" 26 26 fi 27 27
Note: See TracChangeset
for help on using the changeset viewer.