Index: drbl-virt/sbin/drbl_PXE_VM_create.sh
===================================================================
--- drbl-virt/sbin/drbl_PXE_VM_create.sh	(revision 178)
+++ drbl-virt/sbin/drbl_PXE_VM_create.sh	(revision 179)
@@ -24,4 +24,5 @@
 VM_final_IP=""
 get_VM_IP_range
+# == Get VM IP prefix hostname  == #
 
 
Index: drbl-virt/sbin/functions_drbl_virt
===================================================================
--- drbl-virt/sbin/functions_drbl_virt	(revision 178)
+++ drbl-virt/sbin/functions_drbl_virt	(revision 179)
@@ -146,4 +146,12 @@
 
 
+function debain-lenny_xen_patch(){
+echo xen.independent_wallclock=1 >> /etc/sysctl.conf
+echo loop max_loop=255 >> /etc/modules
+echo xenblktap >> /etc/modules
+ln -s /usr/lib/$/bin/tapdisk /usr/sbin
+}
+
+
 function get_Host_IP_range(){
 cat /etc/drbl/IP_HOST_TABLE | sed "${Host_first_Line}p" 
Index: drbl-virt/sbin/xen_install.sh
===================================================================
--- drbl-virt/sbin/xen_install.sh	(revision 178)
+++ drbl-virt/sbin/xen_install.sh	(revision 179)
@@ -49,6 +49,12 @@
 
             if [ $hypervisior == "Xen" ]; then
-                aptitude install xen-linux-system-2.6.26-2-xen-${Linux_bit} xen-tools bridge-utils
+                echo ""
+                echo "Install Xen Hypervisior"
+                aptitude install xen-linux-system-2.6.26-2-xen-${Linux_bit} xen-tools bridge-utils python-xml
+                cp $Work_Home/conf/debian-lenny_xend-config.sxp /etc/xen/xend-config.sxp
                 if [ $1 == "stop" ]; then
+                    echo ""
+                    echo "DRBL server default will not enabled xend."
+                    echo "DRBL client default will enabled xend."
                     update-rc.d xend remove
                     update-rc.d xendomains remove
