aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.pv-grub
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-24 11:17:11 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-24 11:17:11 +0100
commited072758a72fe04de1afe547c15aabc5f4612f2d (patch)
treecc4639d5c3b10d9d7de79abaeb74b43f4dceae34 /tools/examples/xmexample.pv-grub
parenta05dfcaccf5ef225a9c18360939d4fe6b0d177a0 (diff)
downloadxen-ed072758a72fe04de1afe547c15aabc5f4612f2d.tar.gz
xen-ed072758a72fe04de1afe547c15aabc5f4612f2d.tar.bz2
xen-ed072758a72fe04de1afe547c15aabc5f4612f2d.zip
tools: remove hard coded paths in example config files
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/examples/xmexample.pv-grub')
-rw-r--r--tools/examples/xmexample.pv-grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/xmexample.pv-grub b/tools/examples/xmexample.pv-grub
index 1b687151b6..85f847c6e9 100644
--- a/tools/examples/xmexample.pv-grub
+++ b/tools/examples/xmexample.pv-grub
@@ -8,7 +8,7 @@
#----------------------------------------------------------------------------
# PV GRUB image file.
-kernel = "/usr/lib/xen/boot/pv-grub.gz"
+kernel = "pv-grub.gz"
# Optional provided menu.lst.
#ramdisk = "/boot/guests/menu.lst"