diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-30 23:10:22 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-30 23:10:22 +0100 |
commit | e118c14b9552de311cbc1734e03a3226b484c1e8 (patch) | |
tree | 6e7952088d10df67004db83bfe2f370e2e4ffba2 /guestfish-actions.pod | |
parent | b55bf8158f0b7f6b1760b7b3b5f7c1274a149127 (diff) | |
download | libguestfs-e118c14b9552de311cbc1734e03a3226b484c1e8.tar.gz libguestfs-e118c14b9552de311cbc1734e03a3226b484c1e8.tar.xz libguestfs-e118c14b9552de311cbc1734e03a3226b484c1e8.zip |
Generated code for grub-install command.
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 44d86f24..74242e32 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -534,6 +534,13 @@ For more information on states, see L<guestfs(3)>. This returns the verbose messages flag. +=head2 grub-install + + grub-install root device + +This command installs GRUB (the Grand Unified Bootloader) on +C<device>, with the root directory being C<root>. + =head2 is-busy is-busy |