aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-03-04 00:57:22 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-03-04 00:57:22 +0000
commitb819ef725ed198331dd24a4f95d8f9ddb7061014 (patch)
treeaebf593ab2a7e99472fdd4084895bc1994a4175b
parent60f2a76e4aa8b8de9617e6739de599f555d8f8ef (diff)
downloadxen-b819ef725ed198331dd24a4f95d8f9ddb7061014.tar.gz
xen-b819ef725ed198331dd24a4f95d8f9ddb7061014.tar.bz2
xen-b819ef725ed198331dd24a4f95d8f9ddb7061014.zip
bitkeeper revision 1.1159.258.21 (4227b272juDzo6xMj-KE4nB4e0xsmA)
xmexample updates. Signed-off-by: chris@xensource.com
-rw-r--r--tools/examples/xmexample14
-rw-r--r--tools/examples/xmexample22
2 files changed, 3 insertions, 3 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.
diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2
index 61479ca5f0..1d4084ddc1 100644
--- a/tools/examples/xmexample2
+++ b/tools/examples/xmexample2
@@ -36,7 +36,7 @@ xm_vars.check()
#----------------------------------------------------------------------------
# Kernel image file.
-kernel = "/boot/vmlinuz-2.6.9-xenU"
+kernel = "/boot/vmlinuz-2.6.10-xenU"
# Optional ramdisk.
#ramdisk = "/boot/initrd.gz"