diff options
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> |
