Last change
on this file since 167 was
161,
checked in by rock, 15 years ago
|
Add: drbl_patch.sh drbl_virt_remove.sh conf/xend-config.sxp
|
-
Property svn:executable set to
*
|
File size:
545 bytes
|
Rev | Line | |
---|
[161] | 1 | #!/bin/bash |
---|
| 2 | # Program: |
---|
| 3 | # Path DRBL evironment to support Xen/KVM |
---|
| 4 | # Author: |
---|
| 5 | # Jazz, Rock {jazz, rock}@nchc.org.tw |
---|
| 6 | # Version: |
---|
| 7 | # 1.0 |
---|
| 8 | # History: |
---|
| 9 | # 2010/07/20 Rock First release (1.0) |
---|
| 10 | |
---|
| 11 | # [PATH] |
---|
| 12 | #Work_Path=$(dirname "$0") |
---|
| 13 | #PATH=${PATH}:$Work_Path |
---|
| 14 | |
---|
| 15 | # [Source] |
---|
| 16 | #source funs_drbl_virt |
---|
| 17 | |
---|
| 18 | # [Main] |
---|
| 19 | |
---|
| 20 | # [Install VMM/Hypervisior] |
---|
| 21 | if [ $VMM_select == 1 ]; then |
---|
| 22 | source xen_intall.sh |
---|
| 23 | else |
---|
| 24 | source kvm_intall.sh |
---|
| 25 | fi |
---|
| 26 | |
---|
| 27 | # [DRBL Environment Configuration] |
---|
| 28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.