ia64/xen-unstable
changeset 2638:fddd7da6fe9a
bitkeeper revision 1.1159.110.2 (416dcd02MO6G0PtKnA4XILutLWJVOA)
Update kernel versions and *kill* xda :-)
Update kernel versions and *kill* xda :-)
author | maw48@labyrinth.cl.cam.ac.uk |
---|---|
date | Thu Oct 14 00:49:06 2004 +0000 (2004-10-14) |
parents | ab1802b30bfa |
children | fd5c7fbfbd1d |
files | tools/examples/xmexample1 tools/examples/xmexample2 |
line diff
1.1 --- a/tools/examples/xmexample1 Thu Oct 14 00:45:27 2004 +0000 1.2 +++ b/tools/examples/xmexample1 Thu Oct 14 00:49:06 2004 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 1.5 #---------------------------------------------------------------------------- 1.6 # Kernel image file. 1.7 -kernel = "/boot/vmlinuz-2.4.26-xenU" 1.8 +kernel = "/boot/vmlinuz-2.6.8.1-xenU" 1.9 1.10 # Optional ramdisk. 1.11 #ramdisk = "/boot/initrd.gz" 1.12 @@ -43,7 +43,7 @@ name = "ExampleDomain" 1.13 # where UNAME is the device, DEV is the device name the domain will see, 1.14 # and MODE is r for read-only, w for read-write. 1.15 1.16 -disk = [ 'phy:hda1,xda1,r' ] 1.17 +disk = [ 'phy:hda1,hda1,r' ] 1.18 1.19 #---------------------------------------------------------------------------- 1.20 # Set the kernel command line for the new domain. 1.21 @@ -62,7 +62,7 @@ disk = [ 'phy:hda1,xda1,r' ] 1.22 #hostname= "vm%d" % vmid 1.23 1.24 # Set root device. 1.25 -root = "/dev/xda1 ro" 1.26 +root = "/dev/hda1 ro" 1.27 1.28 # Root device for nfs. 1.29 #root = "/dev/nfs"
2.1 --- a/tools/examples/xmexample2 Thu Oct 14 00:45:27 2004 +0000 2.2 +++ b/tools/examples/xmexample2 Thu Oct 14 00:49:06 2004 +0000 2.3 @@ -36,7 +36,7 @@ xm_vars.check() 2.4 2.5 #---------------------------------------------------------------------------- 2.6 # Kernel image file. 2.7 -kernel = "/boot/vmlinuz-2.4.26-xenU" 2.8 +kernel = "/boot/vmlinuz-2.6.8.1-xenU" 2.9 2.10 # Optional ramdisk. 2.11 #ramdisk = "/boot/initrd.gz"