summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-21 12:55:46 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-21 13:19:50 +0100
commit87cf749cde7b9ecdfd95d0b4cac939a2be767fd7 (patch)
treeff7d7cba954bf01a8d95f2bcf11ab9fbed56acc5 /examples
parent10d48bef3055e1b7177b4f8df52133c50484a87a (diff)
downloadlibguestfs-87cf749cde7b9ecdfd95d0b4cac939a2be767fd7.tar.gz
libguestfs-87cf749cde7b9ecdfd95d0b4cac939a2be767fd7.tar.xz
libguestfs-87cf749cde7b9ecdfd95d0b4cac939a2be767fd7.zip
recipes: Most guests now use grub2, so change the example.
Diffstat (limited to 'examples')
-rw-r--r--examples/guestfs-recipes.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod
index dc9b99a7..188af635 100644
--- a/examples/guestfs-recipes.pod
+++ b/examples/guestfs-recipes.pod
@@ -120,7 +120,7 @@ Change kernel command line options.
Use L<virt-edit(1)> to edit the grub configuration:
- virt-edit -d BrokenGuest /boot/grub/grub.conf
+ virt-edit -d BrokenGuest /boot/grub2/grub.cfg
or for general tinkering inside an unbootable VM use L<virt-rescue(1)>
like this: