aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample1
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 /tools/examples/xmexample1
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
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.