Skip to content

Commit

Permalink
Add release for Linux 5.14
Browse files Browse the repository at this point in the history
This change adds the initial release of Linux 5.13 for the Proxmox Edge
kernels.
  • Loading branch information
fabianishere committed Aug 30, 2021
1 parent 7e6346a commit 7bdb828
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Binary file modified crack.bundle
Binary file not shown.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions debian/config/config.pve
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion linux
Submodule linux updated from 62fb98 to 7d2a07

0 comments on commit 7bdb828

Please sign in to comment.