Update 6.8.1 + Clang by default

This commit is contained in:
2024-03-16 13:06:18 +01:00
parent 8fae847587
commit e217406e4f
3 changed files with 127 additions and 42 deletions

View File

@ -27,10 +27,10 @@ sudo bash kernel.sh 6.x 6.8
## Résultats
- linux-headers-6.8.0-zogg-amd64_6.8.0-1_amd64.deb : 8.6 Mo
- linux-image-6.8.0-zogg-amd64-dbg_6.8.0-1_amd64.deb : 181 Mo
- linux-image-6.8.0-zogg-amd64_6.8.0-1_amd64.deb : 21 Mo
- linux-libc-dev_6.8.0-1_amd64.deb : 1.3 Mo
- linux-headers-6.8.1-clang-amd64_6.8.1-1_amd64.deb : 8.5 Mo
- linux-image-6.8.1-clang-amd64-dbg_6.8.1-1_amd64.deb : 194 Mo
- linux-image-6.8.1-clang-amd64_6.8.1-1_amd64.deb : 22 Mo
- linux-libc-dev_6.8.1-1_amd64.deb : 1.3 Mo
## TODO
@ -40,6 +40,12 @@ sudo bash kernel.sh 6.x 6.8
## CHANGELOG
### 2024-03-16
- Mise à jour Kernel 6.8.1
- Utilisation par défaut de Clang (fonctionnel y compris pour Nvidia)
- Désactication des mitigations par défaut
### 2024-03-11
- Mise à jour Kernel 6.8
@ -48,7 +54,7 @@ sudo bash kernel.sh 6.x 6.8
### 2024-03-02
- Modularisation des options par variable de conditionnement
- Ajout du 'Fast Kernel Headers' (désactivé pour le moment)
- Ajout du 'Fast Kernel Headers' _(désactivé pour le moment)_
- Ajustment des options permettant l'installation de pilote Nvidia
- IPv6 remis (sinon certains conteneurs déconnent)