From a2ff227eb57b961dbb4d99699f25d186f57af53d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 30 Jan 2023 11:01:52 +0100 Subject: [PATCH] fix #4502: ui: VM OS type: the l26 type is also compatible with Linux 6.x Signed-off-by: Thomas Lamprecht --- www/manager6/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index d8c0bf5a..fcc668c3 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -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': [