diff --git a/Config.in b/Config.in index 7630d07..8e18e7f 100644 --- a/Config.in +++ b/Config.in @@ -577,7 +577,7 @@ menu "--- General Settings" config GETKERNEL bool "Always retrieve kernel package (see help)" - default y if (BOOK_LFS && relSVN) || BOOK_HLFS + default y if BOOK_LFS || BOOK_HLFS depends GETPKG help #-- Get the kernel package and patches even if no kernel @@ -585,7 +585,10 @@ menu "--- General Settings" # NOTE: # The kernel package must be available when building - # the SVN version of LFS to can install the headers files. + # the SVN version of LFS or HLFS to can install the + # headers files. + # + # If building LFS-6.2 this setting can be disabled. config RUNMAKE bool "Run the makefile"