fix #4502: ui: VM OS type: the l26 type is also compatible with Linux 6.x

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-01-30 11:01:52 +01:00
parent 2b7327234b
commit a2ff227eb5

View File

@ -39,7 +39,7 @@ Ext.define('PVE.Utils', {
kvm_ostypes: {
'Linux': [
{ desc: '5.x - 2.6 Kernel', val: 'l26' },
{ desc: '6.x - 2.6 Kernel', val: 'l26' },
{ desc: '2.4 Kernel', val: 'l24' },
],
'Microsoft Windows': [