From 447c9fa7b2ee7d6833ac7abd773f78ff9154d03c Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Mon, 12 Sep 2005 01:35:46 +0000 Subject: Added nodump roles to the 'aboutlfs' section git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/aboutlfs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter04/aboutlfs.xml') diff --git a/chapter04/aboutlfs.xml b/chapter04/aboutlfs.xml index 64f20f1b4..d97f634b0 100644 --- a/chapter04/aboutlfs.xml +++ b/chapter04/aboutlfs.xml @@ -12,14 +12,14 @@ be used several times. It is paramount that this variable is always defined. It should be set to the mount point chosen for the LFS partition. Check that the LFS variable is set up properly with: -echo $LFS +echo $LFS Make sure the output shows the path to the LFS partition's mount point, which is /mnt/lfs if the provided example was followed. If the output is incorrect, the variable can be set with: -export LFS=/mnt/lfs +export LFS=/mnt/lfs Having this variable set is beneficial in that commands such as mkdir $LFS/tools can be typed literally. The shell -- cgit v1.2.3-54-g00ecf