mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 11:40:56 +00:00
fix cpu types
This commit is contained in:
parent
d97c59832c
commit
7c5f127dd5
8
debian/changelog.Debian
vendored
8
debian/changelog.Debian
vendored
@ -1,3 +1,11 @@
|
||||
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']
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user