Quellcode durchsuchen

Removed BE-isms

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles vor 21 Jahren
Ursprung
Commit
10fb6a507c
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      Makefile
  2. 1 1
      chapter05/hostreqs.xml
  3. 1 1
      chapter06/kernfs.xml

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-BASEDIR=~/belfs-book
+BASEDIR=~/lfs-book
 
 lfs:
 	xsltproc --xinclude --nonet -stringparam base.dir $(BASEDIR)/ \

+ 1 - 1
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

+ 1 - 1
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>