Commit 3089a616 authored by Dietmar Maurer's avatar Dietmar Maurer

fix cpu types

parent e94e95e9
pve-manager (2.2-32) unstable; urgency=low
* add new cpu types: Haswell and Opteron_G5
* remove rhel specific cpu types: cpu64-rhel6 and cpu64-rhel5
-- Proxmox Support Team <support@proxmox.com> Tue, 27 Nov 2012 06:46:35 +0100
pve-manager (2.2-31) unstable; urgency=low
* Brazilian Transtalion (done by Maila Networks)
......
......@@ -2,7 +2,7 @@ RELEASE=2.2
VERSION=2.2
PACKAGE=pve-manager
PACKAGERELEASE=31
PACKAGERELEASE=32
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
......
......@@ -19,17 +19,17 @@ Ext.define('PVE.form.CPUModelSelector', {
['phenom', 'phenom'],
['qemu32', 'qemu32'],
['qemu64', 'qemu64'],
['cpu64-rhel6', 'cpu64-rhel6'],
['cpu64-rhel5', 'cpu64-rhel5'],
['Conroe', 'Conroe'],
['Penryn', 'Penryn'],
['Nehalem', 'Nehalem'],
['Westmere', 'Westmere'],
['SandyBridge', 'SandyBridge'],
['Haswell', 'Haswell'],
['Opteron_G1', 'Opteron_G1'],
['Opteron_G2', 'Opteron_G2'],
['Opteron_G3', 'Opteron_G3'],
['Opteron_G4', 'Opteron_G4'],
['Opteron_G5', 'Opteron_G5'],
['host', 'host']
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment