From 10fb6a507c9e56a5ea2ddd86e5598212d656c62e Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Mon, 3 May 2004 22:16:39 +0000 Subject: [PATCH] Removed BE-isms git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Makefile | 2 +- chapter05/hostreqs.xml | 2 +- chapter06/kernfs.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a198af27b..7fe98c4bb 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ Host system requirements -Due to the experimental nature of BE-LFS, the host must be running at +Due to the experimental nature of this book, the host must be running at least 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.

mount -t proc proc $LFS/proc mount -t sysfs sysfs $LFS/sys -Remember that if for any reason you stop working on your BE-LFS, and start +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.