kernel 6.14.1 + cloud config 6.12.21

This commit is contained in:
Olivier 2025-04-10 14:37:56 +02:00
parent cbce59f13e
commit 8be2a54f1c
3 changed files with 962 additions and 6384 deletions

View File

@ -22,7 +22,7 @@ sudo bash kernel.sh [branch] [version] [compile]
Exemple : Exemple :
```bash ```bash
sudo bash kernel.sh 6.x 6.8.1 sudo bash kernel.sh 6.x 6.14.1
``` ```
## Résultats ## Résultats
@ -40,6 +40,11 @@ sudo bash kernel.sh 6.x 6.8.1
## CHANGELOG ## CHANGELOG
### 2025-04-10
- Kernel: 6.14.1
- Cloud config: 6.12.21
### 2024-05-16 ### 2024-05-16
- 'NOP' - 'NOP'

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
UPDATED="2025-04-06" UPDATED="2025-04-10"
DISABLE=1 # disable some options DISABLE=1 # disable some options
ENABLE=1 # enable some options ENABLE=1 # enable some options
@ -25,9 +25,9 @@ TESTING=0 # add testing options
# config-cloud-amd64: # config-cloud-amd64:
# https://packages.debian.org/source/sid/linux # https://packages.debian.org/source/sid/linux
# linux-image-6.7.9-cloud-amd64-unsigned # linux-image-6.12.21-cloud-amd64-unsigned
# Go down to download section, select amd64 and download deb. # Go down to download section, select amd64 and download deb.
# Open .deb with archiver, browse to boot folder and grab 'config-6.7.9-cloud-amd64'. # Open .deb with archiver, browse to boot folder and grab 'config-6.12.21-cloud-amd64'.
# #
# more-uarches-for-kernel.patch: # more-uarches-for-kernel.patch: