Changes between Version 17 and Version 18 of xen
- Timestamp:
- Sep 23, 2007 8:43:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xen
v17 v18 5 5 == setting up Xen on debian == 6 6 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.7 On 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. 8 8 9 9 The simplest way to set up a Xen environment after installation is: 10 10 11 11 {{{ 12 aptitude install xen-linux-system-2.6.18- 4-xen-686 linux-image-2.6-xen-686 bridge-utils libc6-xen12 aptitude install xen-linux-system-2.6.18-5-xen-686 linux-image-2.6-xen-686 bridge-utils libc6-xen 13 13 }}} 14 14

