]> git.proxmox.com Git - pve-manager.git/commitdiff
fix #4502: ui: VM OS type: the l26 type is also compatible with Linux 6.x
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Jan 2023 10:01:52 +0000 (11:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Jan 2023 10:01:52 +0000 (11:01 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Utils.js

index d8c0bf5a3d577b61bf912f55f08d68e4fd50ba23..fcc668c3abb7737a08ecc833e6863ce4eada3328 100644 (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': [