Upgrade to pve-kernel-4.4.35-2-pve

This commit is contained in:
gardouille 2017-02-14 08:48:17 +01:00
parent 9ae34c659a
commit b1b1187e3b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* Rebuild all initrd if modification to initramfs-tools script. * Rebuild all initrd if modification to initramfs-tools script.
##### Changes ##### Changes
* Upgrade to the last pve-kernel: pve-kernel-4.4.16-2-pve * Upgrade to the last pve-kernel: pve-kernel-4.4.35-2-pve
* Correct the file to remove the subscription warning. * Correct the file to remove the subscription warning.
--------------------------------------- ---------------------------------------

View File

@ -9,7 +9,7 @@ class proxmox4::params {
$ve_pkg_name = [ 'proxmox-ve', 'ksm-control-daemon', 'open-iscsi', 'pve-firmware' ] $ve_pkg_name = [ 'proxmox-ve', 'ksm-control-daemon', 'open-iscsi', 'pve-firmware' ]
# PVE Kernel # PVE Kernel
$kernel_pkg_name = [ 'pve-kernel-4.4.16-1-pve' ] $kernel_pkg_name = [ 'pve-kernel-4.4.35-2-pve' ]
# Recommended packages # Recommended packages
$rec_pkg_name = [ 'bridge-utils', 'lvm2', 'ntp', 'postfix', 'ssh' ] $rec_pkg_name = [ 'bridge-utils', 'lvm2', 'ntp', 'postfix', 'ssh' ]