Index: drbl-virt/sbin/functions_drbl_virt
===================================================================
--- drbl-virt/sbin/functions_drbl_virt	(revision 187)
+++ drbl-virt/sbin/functions_drbl_virt	(revision 188)
@@ -105,5 +105,5 @@
     declare -i j=1
     echo ""
-    
+    echo "Choose Xen-enabled Kernel"
     if [ $Kernels_nu -gt 1  ]; then
         for Kernel in $Kernels
@@ -272,8 +272,8 @@
 
 function generate_Xen_MAC_address(){
-echo "eth $eth"
-echo "VM_Host_totoal_nu $VM_Host_totoal_nu"
-echo "Host_last_IP_4 $Host_last_IP_4"
-echo "VM_prefix_eth $VM_prefix_eth"
+#echo "eth $eth"
+#echo "VM_Host_totoal_nu $VM_Host_totoal_nu"
+#echo "Host_last_IP_4 $Host_last_IP_4"
+#echo "VM_prefix_eth $VM_prefix_eth"
 
 # /opt/drbl-virt/etc/macadr-VM-ethX.txt
@@ -287,5 +287,7 @@
 
 # backup
+if [ -e /opt/drbl-virt/etc/macadr-VM-$eth.txt ]; then
 mv -f /opt/drbl-virt/etc/macadr-VM-$eth.txt /opt/drbl-virt/etc/macadr-VM-$eth.txt.$(date +%Y-%m-%d-%H-%M-%S).drbl-virt_bak
+fi
 
 # generate MAC
