From e118c14b9552de311cbc1734e03a3226b484c1e8 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 30 Apr 2009 23:10:22 +0100 Subject: Generated code for grub-install command. --- perl/lib/Sys/Guestfs.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl/lib/Sys') diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index bab78879..3f00394b 100644 --- a/perl/lib/Sys/Guestfs.pm +++ b/perl/lib/Sys/Guestfs.pm @@ -537,6 +537,11 @@ For more information on states, see L. This returns the verbose messages flag. +=item $h->grub_install ($root, $device); + +This command installs GRUB (the Grand Unified Bootloader) on +C, with the root directory being C. + =item $busy = $h->is_busy (); This returns true iff this handle is busy processing a command -- cgit