[pve-devel] [PATCH manager] gui: ostypes: include 5.x in Linux series and reword to range

Thomas Lamprecht t.lamprecht at proxmox.com
Tue May 28 13:20:24 CEST 2019


Make clear thet the 5.x is also supported and reword a bit as
"5.X/4.X/3.X/2.6" is a bit hard to read, so use "5.X - 2.6"

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---

I mean, with 5.0 guest kernels we also have discard for VirtioBlk
and possible other features, so we /could/ add this as separate if we find more
things which can be enabled or things which we do not need anymore for 5.x
based kernels..

 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 67e461f5..e1d641e3 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -50,7 +50,7 @@ Ext.define('PVE.Utils', { utilities: {
 
     kvm_ostypes: {
 	'Linux': [
-	    { desc: '4.X/3.X/2.6 Kernel', val: 'l26' },
+	    { desc: '5.x - 2.6 Kernel', val: 'l26' },
 	    { desc: '2.4 Kernel', val: 'l24' }
 	],
 	'Microsoft Windows': [
-- 
2.20.1





More information about the pve-devel mailing list