Changeset 161 for drbl-virt/sbin/drbl_virt.sh
- Timestamp:
- Aug 2, 2010, 5:23:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_virt.sh
r158 r161 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_Path 15 11 16 # [Source] 12 source drbl_virt_funs17 source funs_drbl_virt 13 18 14 19 # [Main] 20 install_drbl-virt_dir 15 21 cpu_check 16 22 check_systemInfo 17 23 VMM_select 18 24 19 # [Install VMM/Hypervisior] 25 # [Install VMM/Hypervisior] 1=Xen, 2=KVM 20 26 if [ $VMM_select == 1 ]; then 21 27 source xen_intall.sh
Note: See TracChangeset
for help on using the changeset viewer.