From ef57e3bcf1a7fb7eda2717fc2334fe599da01888 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 19 Jun 2004 12:04:20 +0000 Subject: Amplied the Index entries for Hotplug and Linux-Libc-Headers. Tags corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/hostreqs.xml | 6 +++--- chapter05/sed.xml | 5 ++--- chapter05/udev.xml | 7 ++++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'chapter05') diff --git a/chapter05/hostreqs.xml b/chapter05/hostreqs.xml index 8e1280bb7..d970ef56a 100644 --- a/chapter05/hostreqs.xml +++ b/chapter05/hostreqs.xml @@ -8,11 +8,11 @@ Due to the experimental nature of the current book, the host must be -running at least a 2.6.2 kernel compiled with gcc-3.0 or +running at least a 2.6.2 kernel compiled with GCC-3.0 or higher. There are two main reasons for the high requirement. Firstly, we make use of the Native Posix Threading Library (NPTL) whose testsuite will segfault -if the host's kernel hasn't been compiled with gcc-3.0 or later. Secondly, the -2.6.2 or later version of the kernel is required for the use of udev. Udev +if the host's kernel hasn't been compiled with GCC-3.0 or later. Secondly, the +2.6.2 or later version of the kernel is required for the use of Udev. Udev creates devices dynamically by reading from the sysfs file system. Only very recently has support for this file system been implemented in most of the kernel diff --git a/chapter05/sed.xml b/chapter05/sed.xml index c909be585..836820b70 100644 --- a/chapter05/sed.xml +++ b/chapter05/sed.xml @@ -28,11 +28,10 @@ Installation of Sed A bug in this version of sed changes permissions on files modified using -the in-place function (-i flag). Apply a patch to ensure +the in-place function (-i flag). Apply a patch to ensure that the original file permissions are preserved. -patch -Np1 -i ../sed-&sed-version;-permissions-1.patch - +patch -Np1 -i ../sed-&sed-version;-permissions-1.patch Prepare Sed for compilation: diff --git a/chapter05/udev.xml b/chapter05/udev.xml index 1d24b4a45..390b7c928 100644 --- a/chapter05/udev.xml +++ b/chapter05/udev.xml @@ -31,13 +31,14 @@ Installation of Udev -The udevstart program hardcodes the path to the udev program in itself, -which is bad since we install udev in a non-standard location. Fix this by +The udevstart program hardcodes the path +to the udev program in itself, which is bad since we +install udev in a non-standard location. Fix this by running the following: sed -i 's@/sbin/udev@/tools/sbin/udev@g' udevstart.c -Also assure that udev knows the correct location to look for its +Also assure that udev knows the correct location to look for its configuration files: sed -i 's@/etc@/tools/etc@g' etc/udev/udev.conf.in -- cgit v1.2.3-54-g00ecf