[pve-devel] [PATCH manager] Add 5.X to supported guest kernels in GUI
Dominik Csapak
d.csapak at proxmox.com
Wed Jun 19 13:53:35 CEST 2019
On 6/18/19 11:44 AM, Thomas Lamprecht wrote:
> On 6/18/19 11:01 AM, Stefan Reiter wrote:
>> Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
>> ---
>>
>> This one still fits nicely IMO, for the next version though, maybe 2.6+
>> or similar would be better.
>>
>> 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 4be22f7f..e7244be5 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/4.X/3.X/2.6 Kernel', val: 'l26' },
>> { desc: '2.4 Kernel', val: 'l24' }
>> ],
>> 'Microsoft Windows': [
>>
>
> I proposed a bit of an alternative a few weeks ago:
> https://pve.proxmox.com/pipermail/pve-devel/2019-May/037163.html
>
you pushed that patch to stable-5 but not to master btw ;)
More information about the pve-devel
mailing list