diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f938cb2e8..e2beaae81 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,26 @@ --> + + 2014-05-15 + + + [bdubbs] - Clarify kernel configuration settings. + + + [bdubbs] - Fix gcc LTO symlink for i686 systems. + + + [bdubbs] - Fix kbd-2.0.tar.gz md5sum. Fixes + #3581 + + + [bdubbs] - Fix procps-ng url. Fixes + #3580 + + + + 2014-05-12 diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c1434e7e3..9ab97ea22 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -155,7 +155,13 @@ cd ../gcc-build install -dm755 /usr/lib/bfd-plugins pushd /usr/lib/bfd-plugins -ln -sfv ../../libexec/gcc/x86_64-unknown-linux-gnu/&gcc-version;/liblto_plugin.so + +if [ $(uname -m) == "i686" ]; then + ln -sfv ../../libexec/gcc/i686-pc-linux-gnu/&gcc-version;/liblto_plugin.so +else + ln -sfv ../../libexec/gcc/x86_64-unknown-linux-gnu/&gcc-version;/liblto_plugin.so +fi + popd Now that our final toolchain is in place, it is important to again ensure diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 930e5a007..c5715f377 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -76,10 +76,14 @@ Device Drivers ---> Generic Driver Options ---> () path to uevent helper - [*] Maintain a devtmpfs filesystem to mount at /dev -File systems ---> - [*] Inotify support for userspace - <*> Kernel automounter version 4 support (also supports v3) + [*] Maintain a devtmpfs filesystem to mount at /dev + + There are several other options that may be desired depending + on teh requirements for the system. For a list of options needed + for BLFS packages, see the BLFS + Index of Kernel Settings + (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index). The rationale for the above configuration items: @@ -102,24 +106,6 @@ File systems ---> - - Inotify support - - This allows monitoring of both files and directories via a single - open file descriptor. - - - - - Kernel automounter version 4 support - - This allows Desktop - Environments to automatically mount usb sticks and similar, this is - needed to work around a bug with network filesystems which are to be - mounted on boot. - - - make LANG=<host_LANG_value> LC_ALL= menuconfig diff --git a/general.ent b/general.ent index 7c4afa17f..c993c5bb7 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - + - + diff --git a/packages.ent b/packages.ent index 34ff58dd8..ade924a32 100644 --- a/packages.ent +++ b/packages.ent @@ -349,7 +349,7 @@ - + @@ -521,7 +521,7 @@ - +