diff options
author | gdt <gdt@pkgsrc.org> | 2013-06-19 14:03:41 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-06-19 14:03:41 +0000 |
commit | c56dce4bb4eea1d169a55b913fcd191092128f83 (patch) | |
tree | c6b0b1c0f13410f344fd3edfdc8d7218b81c79f9 /sysutils/xenkernel42 | |
parent | 0e857f9d8354e6ae5b463ad1d6b4350480c2809e (diff) | |
download | pkgsrc-c56dce4bb4eea1d169a55b913fcd191092128f83.tar.gz |
Explain xen version differences.
There are 5 versions of xen in pkgsrc, which is confusing. Explain in
DESCR which version is in which package (xenkernel3 contains 3.1), and
which versions support PCI passthrough (only 3.1). Explain which
versions support non-PAE (3.1) and PAE (3.3, 4.1, 4.2), because the
HOWTO is out of date and it's easy to end up with a non-working system
on a 3.1 to 3.3 update. Cuation that 2.0 is beyond crufty.
This is a DESCR-only change (with PKGREVISION++ of course).
(ok during freeze agc@)
Diffstat (limited to 'sysutils/xenkernel42')
-rw-r--r-- | sysutils/xenkernel42/DESCR | 3 | ||||
-rw-r--r-- | sysutils/xenkernel42/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xenkernel42/DESCR b/sysutils/xenkernel42/DESCR index f5f85ae3726..95eb395daec 100644 --- a/sysutils/xenkernel42/DESCR +++ b/sysutils/xenkernel42/DESCR @@ -8,4 +8,5 @@ the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains. -This package contains the Xen4 kernel itself. +This package contains the 4.2 Xen4 kernel itself. PCI passthrough is +not supported. PAE is mandatory; on i386 one must use XEN3PAE_DOM[0U]. diff --git a/sysutils/xenkernel42/Makefile b/sysutils/xenkernel42/Makefile index 378a5f6a9bb..337cebe42f5 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2013/05/15 05:32:12 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/19 14:03:41 gdt Exp $ # VERSION= 4.2.2 DISTNAME= xen-${VERSION} PKGNAME= xenkernel42-${VERSION} +PKREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ |