aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/xmexample1')
-rw-r--r--tools/examples/xmexample14
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1
index cdf4b6c824..0fe27fbef6 100644
--- a/tools/examples/xmexample1
+++ b/tools/examples/xmexample1
@@ -8,7 +8,7 @@
#----------------------------------------------------------------------------
# Kernel image file.
-kernel = "/boot/vmlinuz-2.6.9-xenU"
+kernel = "/boot/vmlinuz-2.6.10-xenU"
# Optional ramdisk.
#ramdisk = "/boot/initrd.gz"
@@ -42,7 +42,7 @@ name = "ExampleDomain"
# where UNAME is the device, DEV is the device name the domain will see,
# and MODE is r for read-only, w for read-write.
-disk = [ 'phy:hda1,hda1,r' ]
+disk = [ 'phy:hda1,hda1,w' ]
#----------------------------------------------------------------------------
# Set the kernel command line for the new domain.