Changes between Version 17 and Version 18 of xen


Ignore:
Timestamp:
Sep 23, 2007 8:43:11 PM (6 years ago)
Author:
dkg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xen

    v17 v18  
    55== setting up Xen on debian == 
    66 
    7 On debian etch (4.0), the standard kernels don't have the capability to run under Xen virtualization yet, so you need specialized `xen`-specific kernels.  if you're using `amd64` as your architecture, replace `686` below with `amd64` -- `686` and `amd64` are the only two architectures supported by xen in debian etch.   
     7On debian etch (4.0r1), the standard kernels don't have the capability to run under Xen virtualization yet, so you need specialized `xen`-specific kernels.  if you're using `amd64` as your architecture, replace `686` below with `amd64` -- `686` and `amd64` are the only two architectures supported by xen in debian etch.   
    88 
    99The simplest way to set up a Xen environment after installation is: 
    1010 
    1111{{{ 
    12 aptitude install xen-linux-system-2.6.18-4-xen-686 linux-image-2.6-xen-686 bridge-utils libc6-xen 
     12aptitude install xen-linux-system-2.6.18-5-xen-686 linux-image-2.6-xen-686 bridge-utils libc6-xen 
    1313}}} 
    1414