Browse Source

Grub and Inetutils clarifications from list.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 năm trước cách đây
mục cha
commit
7da1bffa1e
3 tập tin đã thay đổi với 14 bổ sung5 xóa
  1. 6 0
      chapter06/grub-inst.xml
  2. 6 3
      chapter06/inetutils-inst.xml
  3. 2 2
      index.xml

+ 6 - 0
chapter06/grub-inst.xml

@@ -3,6 +3,12 @@
 <sect2>
 <title>Installation of Grub</title>
 
+<para>This package is known to behave badly when you have changed its default
+optimization flags (including the -march and -mcpu options). Therefore, if you
+have defined any environment variables that override default optimizations,
+such as CFLAGS and CXXFLAGS, we recommend unsetting them when building
+Grub.</para>
+
 <para>Grub needs a patch applied that fixes a compile problem with
 GCC-3.3.1:</para>
 

+ 6 - 3
chapter06/inetutils-inst.xml

@@ -28,9 +28,12 @@ the building of the inetutils whois client, which is woefully out of date.
 Instructions for a better whois client are in the BLFS book.</para></listitem>
 
 <listitem><para><userinput>--disable-servers</userinput>: This disables the
-compilation of the various server utilities included as part of the Inetutils
-package. Many of these have known security vulnerabilities, and for most there
-are better replacements.</para></listitem>
+installation of the various network servers included as part of the Inetutils
+package. These servers are deemed not appropriate in a basic LFS system. Some
+are insecure by nature and are only considered safe on trusted networks. More
+information can be found at
+<ulink url="&blfs-root;view/cvs/basicnet/inetutils.html"/>. Note that better
+replacements are available for many of these servers.</para></listitem>
 </itemizedlist>
 
 <para>Compile the package:</para>

+ 2 - 2
index.xml

@@ -3,8 +3,8 @@
 				"/usr/share/docbook/docbookx.dtd" [
 
 
-<!ENTITY version "20031004">
-<!ENTITY releasedate "October 4th, 2003">
+<!ENTITY version "20031005">
+<!ENTITY releasedate "October 5th, 2003">
 <!ENTITY nbsp " ">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">