Add release for Linux 5.14
This change adds the initial release of Linux 5.13 for the Proxmox Edge kernels.
This commit is contained in:
parent
7e6346ae26
commit
7bdb828f2f
6 changed files with 13 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
pve-kernel (5.14.0-1) edge; urgency=medium
|
||||
|
||||
* Update to Linux 5.14.
|
||||
* Update to OpenZFS 2.1.0.
|
||||
|
||||
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Mon, 30 Aug 2021 11:00:00 +0000
|
||||
|
||||
pve-kernel (5.13.0-1) edge; urgency=medium
|
||||
|
||||
* Update to Linux 5.13.
|
||||
|
|
3
debian/config/config.pve
vendored
3
debian/config/config.pve
vendored
|
@ -23,6 +23,8 @@ CONFIG_INPUT_EVBUG=n
|
|||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=n
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
||||
CONFIG_MODULE_SIG=n
|
||||
CONFIG_MODULE_SIG_KEY=""
|
||||
CONFIG_MODULE_SIG_ALL=n
|
||||
CONFIG_MEMCG_DISABLED=n
|
||||
CONFIG_MEMCG_SWAP_ENABLED=y
|
||||
CONFIG_HYPERV=y
|
||||
|
@ -52,6 +54,7 @@ CONFIG_UNWINDER_ORC=n
|
|||
CONFIG_UNWINDER_GUESS=n
|
||||
CONFIG_UNWINDER_FRAME_POINTER=y
|
||||
CONFIG_SYSTEM_TRUSTED_KEYS=""
|
||||
CONFIG_SYSTEM_REVOCATION_KEYS=""
|
||||
CONFIG_SECURITY_LOCKDOWN_LSM=n
|
||||
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=n
|
||||
CONFIG_LSM="yama,integrity,apparmor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue