Removed BE-isms

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Zack Winkles 2004-05-03 22:16:39 +00:00
parent c8ba565c4e
commit 10fb6a507c
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -7,7 +7,7 @@
<title>Host system requirements</title> <title>Host system requirements</title>
<?dbhtml filename="hostreqs.html"?> <?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 <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 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 dynamically by reading from the sysfs file system. Only very recently has

View File

@ -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 <screen><userinput>mount -t proc proc $LFS/proc
mount -t sysfs sysfs $LFS/sys</userinput></screen> 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 again later, it's important to check that these file systems are mounted again
before entering the chroot environment, otherwise problems could occur.</para> before entering the chroot environment, otherwise problems could occur.</para>