Modification : rule_*_init -> rule_*_configure .
[lhc/ateliers.git] / vm_host
diff --git a/vm_host b/vm_host
index e855630..c42fc1c 100755 (executable)
--- a/vm_host
+++ b/vm_host
@@ -44,7 +44,7 @@ rule_git_reset () {
        )
  }
 
-rule_vm_init () {
+rule_vm_configure () {
        mk_reg mod=644 own=root:root /etc/xen/$vm_fqdn.cfg <<-EOF
                #  -*- mode: python; -*-
                # DOC: http://wiki.xen.org/wiki/Xen_Linux_PV_on_HVM_drivers
@@ -449,7 +449,6 @@ case $rule in
  (help);;
  (*)
        assert 'test "$(hostname --fqdn)" = "$vm_host"' vm_host
-       ${TRACE:+set -x}
        ;;
  esac
 rule $rule "$@"