diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index dc8f3ead8..4a4914764 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -54,10 +54,41 @@
kernel compilation. Do not rely on the source tree being clean after
un-tarring.
+ There are several ways to configure the kernel options. Usually,
+ This is done through a menu-driven interface, for example:
+
+make menuconfig
+
+
+ The meaning of optional make environment variables:
+
+
+ LANG=<host_LANG_value> LC_ALL=
+
+ This establishes the locale setting to the one used on the
+ host. This may be needed for a proper menuconfig ncurses interface
+ line drawing on a UTF-8 linux text console.
+
+ If used, be sure to replace
+ <host_LANG_value> by the value of
+ the $LANG variable from your host. You can
+ alternatively use instead the host's value of $LC_ALL
+ or $LC_CTYPE.
+
+
+
+
+ make menuconfig
+
+ This launches an ncurses menu-driven interface. For other
+ (graphical) interfaces, type make help.
+
+
+
+
- Configure the kernel via a menu-driven interface. For general
- information on kernel configuration see For general information on kernel configuration see . BLFS has some information
regarding particular kernel configuration requirements of packages outside
of LFS at
-make menuconfig
-
-
- The meaning of optional make environment variables:
-
-
- LANG=<host_LANG_value> LC_ALL=
-
- This establishes the locale setting to the one used on the
- host. This may be needed for a proper menuconfig ncurses interface
- line drawing on a UTF-8 linux text console.
-
- If used, be sure to replace
- <host_LANG_value> by the value of
- the $LANG variable from your host. You can
- alternatively use instead the host's value of $LC_ALL
- or $LC_CTYPE.
-
-
-
-
-
Alternatively, make oldconfig may be more
appropriate in some situations. See the README
file for more information.
diff --git a/packages.ent b/packages.ent
index af1620e5f..6722d2dbf 100644
--- a/packages.ent
+++ b/packages.ent
@@ -424,11 +424,11 @@
-
-
-
+ max is allmodconfig which requires openssl -->
+
+