Index: /drbl-virt/sbin/drbl_virt.sh
===================================================================
--- /drbl-virt/sbin/drbl_virt.sh	(revision 185)
+++ /drbl-virt/sbin/drbl_virt.sh	(revision 186)
@@ -13,8 +13,8 @@
 source $Work_Path/functions_drbl_virt
 # [Main]
+check_root
 cpu_check
 check_systemInfo
 VMM_select
-#check_root
 
 # [Install VMM/Hypervisior] 1=Xen, 2=KVM
Index: /drbl-virt/sbin/xen_install.sh
===================================================================
--- /drbl-virt/sbin/xen_install.sh	(revision 185)
+++ /drbl-virt/sbin/xen_install.sh	(revision 186)
@@ -16,4 +16,5 @@
 check_systemInfo
 
+# = 1. Install Hypervisior =
 case $Linux_Distribution in
     # for Ubuntu
@@ -79,2 +80,7 @@
 esac
 
+# = 2. Patch DRBL = 
+$Work_Path/drbl_xen_patch.sh
+
+# = 3. drbl_xen_repush.sh =
+$Work_Path/drbl_xen_repush.sh
