Index: /drbl-virt/install.sh
===================================================================
--- /drbl-virt/install.sh	(revision 162)
+++ /drbl-virt/install.sh	(revision 162)
@@ -0,0 +1,27 @@
+#!/bin/bash
+# Program:
+#   Install DRBL virt module
+# Author: 
+#   Jazz, Rock {jazz, rock}@nchc.org.tw
+# Version:
+#    1.0
+# History:                                                                                          
+#   2010/08/03  Rock    First release (1.0) 
+
+# [PATH]
+Work_Home="/opt/drbl-virt"
+Work_Path="/opt/drbl-virt/sbin"
+Now_path="pwd $0"
+PATH=${PATH}:$Work_Path
+
+# [Source]
+source funs_drbl_virt
+
+# [Main]
+#
+check_root
+
+mkdir -p $Work_Home
+cp -r $Now_path/sbin $Work_Path/
+cp -r $Now_path/conf $Work_Path/
+
