mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 05:25:49 +00:00
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:
parent
2b7327234b
commit
a2ff227eb5
@ -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': [
|
||||
|
Loading…
Reference in New Issue
Block a user