diff --git a/README.md b/README.md index f1df3e9..5c0a002 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,17 @@ sudo bash kernel.sh 6.x 6.8.1 ## CHANGELOG +### 2024-05-06 + +- Ajout de CONFIG_TASK_IO_ACCOUNTING pour Victoria Metrics + ### 2024-04-29 - Corrections bug de copier/coller (manque d'appel de doDownload & doUncompress) - Suppression du paramètre STEPS - Ajout du paramètre TARGET (afin de spécifier une distribution cible, ex: debian) - Cibles de compilation: debian, ubuntu -- + Corrections pour la compilation à destination d'Ubuntu +- Corrections pour la compilation à destination d'Ubuntu ### 2024-04-26 diff --git a/options/enable.txt b/options/enable.txt index cc97ca2..76945f5 100644 --- a/options/enable.txt +++ b/options/enable.txt @@ -405,4 +405,5 @@ CONFIG_ACPI_CONFIGFS CONFIG_ZSWAP_SHRINKER_DEFAULT_ON CONFIG_DEBUG_INFO_REDUCED CONFIG_DEBUG_INFO_COMPRESSED_ZLIB +CONFIG_TASK_IO_ACCOUNTING CONFIG_COMPILE_TEST