X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=guestfs-actions.pod;h=a05436caa9240d53fff1d7b08eea09c713ee0e90;hb=e118c14b9552de311cbc1734e03a3226b484c1e8;hp=6fc51f0dbf93b02d4ec3d4cf540b0a0094a8ec12;hpb=36f9dac1a2530b575dab9226f6ddd85e6e8c8590;p=libguestfs.git diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 6fc51f0..a05436c 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -691,6 +691,17 @@ This returns the verbose messages flag. This function returns a C truth value on success or -1 on error. +=head2 guestfs_grub_install + + int guestfs_grub_install (guestfs_h *handle, + const char *root, + const char *device); + +This command installs GRUB (the Grand Unified Bootloader) on +C, with the root directory being C. + +This function returns 0 on success or -1 on error. + =head2 guestfs_is_busy int guestfs_is_busy (guestfs_h *handle);