X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fgrub.c;h=c61f9df29ed6f6d59741bc5dd10665d1dd37cafe;hp=f394eefe7483301a704e932fd859637adec32522;hb=19005b2cfc6b077aafd16cb5b97a08180e4e39f8;hpb=9e0b31a2af26b8d58a44dd80993a5e73d4942307 diff --git a/daemon/grub.c b/daemon/grub.c index f394eef..c61f9df 100644 --- a/daemon/grub.c +++ b/daemon/grub.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009-2011 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,6 +24,13 @@ #include "daemon.h" #include "actions.h" +#include "optgroups.h" + +int +optgroup_grub_available (void) +{ + return prog_exists ("grub-install"); +} int do_grub_install (const char *root, const char *device)