diff --git a/ocaml/networkd/lib/network_utils.ml b/ocaml/networkd/lib/network_utils.ml index 6a37a7dfc5c..1c8c8cd1a27 100644 --- a/ocaml/networkd/lib/network_utils.ml +++ b/ocaml/networkd/lib/network_utils.ml @@ -63,7 +63,7 @@ let bonding_dir = "/proc/net/bonding/" let uname = ref "/usr/bin/uname" -let dracut = ref "/sbin/dracut" +let dracut = ref "/usr/bin/dracut" let modinfo = ref "/sbin/modinfo" diff --git a/ocaml/xapi/xapi_globs.ml b/ocaml/xapi/xapi_globs.ml index c768b1f577f..29075949474 100644 --- a/ocaml/xapi/xapi_globs.ml +++ b/ocaml/xapi/xapi_globs.ml @@ -935,7 +935,7 @@ let depmod = ref "/usr/sbin/depmod" let driver_tool = ref "/opt/xensource/debug/drivertool.sh" -let dracut = ref "/usr/sbin/dracut" +let dracut = ref "/usr/bin/dracut" let udevadm = ref "/usr/sbin/udevadm"