diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-21 17:23:08 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-21 17:23:08 +0000 |
commit | 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f (patch) | |
tree | fad603e2bc2455e11e6ce65fc3e8acb3acc9389f /recipes/editgrub.html | |
parent | b1ca8b5fbb263fd945f21d0ccff99f40a59d562b (diff) | |
download | libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.tar.gz libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.tar.xz libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.zip |
recipes: Refresh guestfish recipes.
Diffstat (limited to 'recipes/editgrub.html')
-rw-r--r-- | recipes/editgrub.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes/editgrub.html b/recipes/editgrub.html index a1b9babe..119bb936 100644 --- a/recipes/editgrub.html +++ b/recipes/editgrub.html @@ -4,12 +4,10 @@ often useful to be able to go in and edit <code>/boot/grub/grub.conf</code>. This guestfish script shows how to do that. </p> -<p> -Usage assumes that the VM has a separate <code>/boot</code> -partition containing grub, which is usually the case. So -for example: -</p> - <pre> -editgrub.sh broken-guest.img /dev/sda1 +editgrub.sh broken-guest.img </pre> + +<p> +See also <a href="http://libguestfs.org/virt-edit.1.html">virt-edit</a>. +</p> |