X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fgrub.c;h=f394eefe7483301a704e932fd859637adec32522;hp=579cc6b106b63870f2db9128617122c5dbd4cd7a;hb=9e0b31a2af26b8d58a44dd80993a5e73d4942307;hpb=57c143da4d9b9e75e6da83ef3b8e8c0979c6f0f6;ds=sidebyside diff --git a/daemon/grub.c b/daemon/grub.c index 579cc6b..f394eef 100644 --- a/daemon/grub.c +++ b/daemon/grub.c @@ -37,7 +37,7 @@ do_grub_install (const char *root, const char *device) return -1; } - r = command (NULL, &err, "/sbin/grub-install", buf, device, NULL); + r = command (NULL, &err, "grub-install", buf, device, NULL); free (buf); if (r == -1) {