Mises à jour modules & uarch

This commit is contained in:
2024-02-22 13:03:53 +01:00
parent 0c11b9633c
commit a1f4db4f96
3 changed files with 45 additions and 42 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
UPDATED="2024-02-10"
UPDATED="2024-02-22"
TESTING=0
CLANG=0
@ -11,15 +11,15 @@ CLANG=0
#
# config-cloud-amd64:
# https://packages.debian.org/trixie/linux-image-6.5.0-5-cloud-amd64
# config-6.5.0-5-cloud-amd64
# https://packages.debian.org/source/sid/linux
# linux-image-6.6.9-cloud-amd64-unsigned
# Go down to download section, select amd64 and download deb.
# Open .deb with archiver, browse to boot folder and grab 'config-6.5.0-5-cloud-amd64'.
# Open .deb with archiver, browse to boot folder and grab 'config-6.6.9-cloud-amd64'.
#
# more-uarches-for-kernel.patch:
# https://github.com/graysky2/kernel_compiler_patch
# more-uarches-for-kernel.patch : more-uarches-for-kernel-5.17+.patch
# more-uarches-for-kernel.patch : more-uarches-for-kernel-6.1.79-6.8-rc3.patch
#
#
@ -179,10 +179,9 @@ doConfigCloud() {
exit 1
fi
cp .config .config.1.cloudconfig
}
# Clean folder
# Generate .config from old kernel
doOldOne() {
cd $WORKDIR
@ -1156,8 +1155,7 @@ doKernel() {
doCleanup > >(tee -a $LOGFILE) 2>&1
doConfigCloud > >(tee -a $LOGFILE) 2>&1
doOldOne > >(tee -a $LOGFILE) 2>&1
# doAllMods > >(tee -a $LOGFILE) 2>&1
# doStripDebug > >(tee -a $LOGFILE) 2>&1
doAllMods > >(tee -a $LOGFILE) 2>&1
doDefaults > >(tee -a $LOGFILE) 2>&1
doPermissions > >(tee -a $LOGFILE) 2>&1
doEditSettings