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:58:28 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-03-04 00:58:28 +0000
commit50a72e5d2d79c8c9eec97723ea92579c0e1d9fe7 (patch)
treee4335cd3eec9fb0391750e15b2cbf6e5a3da515a /tools/examples/xmexample1
parenteddfbc132e01155f1efbc996f3906ca84c23b434 (diff)
parentb819ef725ed198331dd24a4f95d8f9ddb7061014 (diff)
downloadxen-50a72e5d2d79c8c9eec97723ea92579c0e1d9fe7.tar.gz
xen-50a72e5d2d79c8c9eec97723ea92579c0e1d9fe7.tar.bz2
xen-50a72e5d2d79c8c9eec97723ea92579c0e1d9fe7.zip
bitkeeper revision 1.1236.1.56 (4227b2b4dQ6XlQ1LnHLnW5ENc2B7LA)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
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 b7b7dd437c..a5cf683c5b 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"
@@ -45,7 +45,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.