aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample1
diff options
context:
space:
mode:
authormaw48@labyrinth.cl.cam.ac.uk <maw48@labyrinth.cl.cam.ac.uk>2004-10-14 00:49:06 +0000
committermaw48@labyrinth.cl.cam.ac.uk <maw48@labyrinth.cl.cam.ac.uk>2004-10-14 00:49:06 +0000
commit192276ca7ba7162ea7df54a8b82c95e46d176e45 (patch)
tree446917ebd8e9c075c42288f6e891e9267e1c734c /tools/examples/xmexample1
parent9f786757870d7442e7d7b492c5eb89eae5a99393 (diff)
downloadxen-192276ca7ba7162ea7df54a8b82c95e46d176e45.tar.gz
xen-192276ca7ba7162ea7df54a8b82c95e46d176e45.tar.bz2
xen-192276ca7ba7162ea7df54a8b82c95e46d176e45.zip
bitkeeper revision 1.1159.110.2 (416dcd02MO6G0PtKnA4XILutLWJVOA)
Update kernel versions and *kill* xda :-)
Diffstat (limited to 'tools/examples/xmexample1')
-rw-r--r--tools/examples/xmexample16
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1
index b297d1d846..7f66ce235d 100644
--- a/tools/examples/xmexample1
+++ b/tools/examples/xmexample1
@@ -8,7 +8,7 @@
#----------------------------------------------------------------------------
# Kernel image file.
-kernel = "/boot/vmlinuz-2.4.26-xenU"
+kernel = "/boot/vmlinuz-2.6.8.1-xenU"
# Optional ramdisk.
#ramdisk = "/boot/initrd.gz"
@@ -43,7 +43,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,xda1,r' ]
+disk = [ 'phy:hda1,hda1,r' ]
#----------------------------------------------------------------------------
# Set the kernel command line for the new domain.
@@ -62,7 +62,7 @@ disk = [ 'phy:hda1,xda1,r' ]
#hostname= "vm%d" % vmid
# Set root device.
-root = "/dev/xda1 ro"
+root = "/dev/hda1 ro"
# Root device for nfs.
#root = "/dev/nfs"