Displaying 1 result from an estimated 1 matches for "vif_script".
Did you mean:
  _vif_script
  
2010 Feb 18
2
backport upstream pygrub fixes to allow booting squeeze default install?
..."/etc/xen/scripts",
@@ -92,6 +93,6 @@
 
 scripts_dir = _get(_scripts_dir, "/etc/xen/scripts")
 xend_autorestart = _get(_xend_autorestart)
-pygrub_path = _get(_pygrub_path, "/usr/bin/pygrub")
+pygrub_path = _get(_pygrub_path, xen.util.auxbin.pathTo("pygrub"))
 vif_script = _get(_vif_script, "vif-bridge")
 lookup_balloon_stat = _get(_balloon_stat, _linux_balloon_stat)
If you agree with these changes then I think I have the necessary
account on alioth to make the change, unless you would prefer to do so
yourself, I can provide the patch to the package if n...