diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-03 22:16:39 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-03 22:16:39 +0000 |
commit | 10fb6a507c9e56a5ea2ddd86e5598212d656c62e (patch) | |
tree | 4cf18784e71c9d0247336ae883b65347aac7aeb5 | |
parent | c8ba565c4e262a4871a49a0543b5f76d93570a71 (diff) |
Removed BE-isms
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | chapter05/hostreqs.xml | 2 | ||||
-rw-r--r-- | chapter06/kernfs.xml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -BASEDIR=~/belfs-book +BASEDIR=~/lfs-book lfs: xsltproc --xinclude --nonet -stringparam base.dir $(BASEDIR)/ \ diff --git a/chapter05/hostreqs.xml b/chapter05/hostreqs.xml index c2d2ef4fb..a1832de1b 100644 --- a/chapter05/hostreqs.xml +++ b/chapter05/hostreqs.xml @@ -7,7 +7,7 @@ <title>Host system requirements</title> <?dbhtml filename="hostreqs.html"?> -<para>Due to the experimental nature of BE-LFS, the host must be running at +<para>Due to the experimental nature of this book, the host must be running at <emphasis>least</emphasis> a 2.6.2 kernel. The reasons for this high requirement is the use of NPTL, but more importantly the use of udev. Udev creates devices dynamically by reading from the sysfs file system. Only very recently has diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 9b3473303..d3971dec6 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -16,7 +16,7 @@ hard drive, but are used to communicate things to and from the kernel itself.</p <screen><userinput>mount -t proc proc $LFS/proc mount -t sysfs sysfs $LFS/sys</userinput></screen> -<para>Remember that if for any reason you stop working on your BE-LFS, and start +<para>Remember that if for any reason you stop working on your LFS, and start again later, it's important to check that these file systems are mounted again before entering the chroot environment, otherwise problems could occur.</para> |