Changeset 186 for drbl-virt/sbin
- Timestamp:
- Aug 26, 2010, 3:24:13 PM (14 years ago)
- Location:
- drbl-virt/sbin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_virt.sh
r185 r186 13 13 source $Work_Path/functions_drbl_virt 14 14 # [Main] 15 check_root 15 16 cpu_check 16 17 check_systemInfo 17 18 VMM_select 18 #check_root19 19 20 20 # [Install VMM/Hypervisior] 1=Xen, 2=KVM -
drbl-virt/sbin/xen_install.sh
r179 r186 16 16 check_systemInfo 17 17 18 # = 1. Install Hypervisior = 18 19 case $Linux_Distribution in 19 20 # for Ubuntu … … 79 80 esac 80 81 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.