Valentin Vidic <valentin.vi...@carnet.hr> Wed, 25 Aug 2010 10:44:31
>hotplugpath.sh file is autogenerated in xen-common 4.0.0, hence the
>attached patch for debian/rules.

Squeeze xen package has not been fixed and so network routing does not
still work. Please apply tha attached patch:

diff -ur orig/xen-common-4.0.0/debian/rules xen-common-4.0.0/debian/rules
--- orig/xen-common-4.0.0/debian/rules  2010-03-01 22:03:38.000000000 +0100
+++ xen-common-4.0.0/debian/rules       2010-08-24 14:42:05.000000000 +0200
@@ -60,6 +60,7 @@
        dh_testroot
        dh_prep
        $(MAKE) -C $(BUILD_DIR)/tools/examples install-configs
+       $(MAKE) -C $(BUILD_DIR)/tools/hotplug/common install-scripts
        $(MAKE) -C $(BUILD_DIR)/tools/hotplug/Linux install-udev
install-scripts UDEV_RULES_DIR=/lib/udev/rules.d
        $(MAKE) -C $(BUILD_DIR)/scripts install
diff -ur orig/xen-common-4.0.0/debian/rules xen-common-4.0.0/debian/rules
--- orig/xen-common-4.0.0/debian/rules  2010-03-01 22:03:38.000000000 +0100
+++ xen-common-4.0.0/debian/rules       2010-08-24 14:42:05.000000000 +0200
@@ -60,6 +60,7 @@
        dh_testroot
        dh_prep
        $(MAKE) -C $(BUILD_DIR)/tools/examples install-configs
+       $(MAKE) -C $(BUILD_DIR)/tools/hotplug/common install-scripts
        $(MAKE) -C $(BUILD_DIR)/tools/hotplug/Linux install-udev 
install-scripts UDEV_RULES_DIR=/lib/udev/rules.d
        $(MAKE) -C $(BUILD_DIR)/scripts install
 

Reply via email to