From 6d9bd8e8e87190ac8f57cd007c8ad34d24504911 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 17 Sep 2023 09:39:52 +0200 Subject: [PATCH] Add help about kernel config Now, there is a timeout if the config file is not up to date. Say so in the help. --- Config.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Config.in b/Config.in index c44bebb..b420534 100644 --- a/Config.in +++ b/Config.in @@ -604,6 +604,13 @@ menu "System configuration" #-- Fully qualified path to a kernel config file # The config file will be copied to ${BUILD_DIR}/sources # and renamed 'kernel-config' + # + # Important: if the config file is out of date (missing + # option), the kernel build will timeout instead of + # waiting forever for an input. This will generate error + # 124. In this case, update your config file, + # copy it to $BUILD_DIR/sources/kernel-config, and + # restart the build. #--- End Kernel config NCURSES5