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
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: [ubuntu-latest]
|
||||
strategy:
|
||||
matrix:
|
||||
branch: ['v5.10.x', 'v5.13.x']
|
||||
branch: ['v5.10.x', 'v5.13.x', 'v5.14.x']
|
||||
steps:
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Custom Linux kernels for Proxmox VE 6.
|
||||
|
||||
#### Versions
|
||||
1. Linux 5.14 (Stable)
|
||||
1. Linux 5.13 (Stable)
|
||||
1. Linux 5.12 (Stable) [EOL]
|
||||
1. Linux 5.11 (Stable) [EOL]
|
||||
|
|
BIN
crack.bundle
BIN
crack.bundle
Binary file not shown.
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"
|
||||
|
|
2
linux
2
linux
|
@ -1 +1 @@
|
|||
Subproject commit 62fb9874f5da54fdb243003b386128037319b219
|
||||
Subproject commit 7d2a07b769330c34b4deabeed939325c77a7ec2f
|
Loading…
Reference in a new issue