From 1987d724ce4059e12b51962be50c59d30a4a148d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 25 May 2002 00:21:12 +0000 Subject: second set of commits for keep-chap5-chap6-seperate git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/creatingstaticdir.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 chapter05/creatingstaticdir.xml (limited to 'chapter05/creatingstaticdir.xml') diff --git a/chapter05/creatingstaticdir.xml b/chapter05/creatingstaticdir.xml new file mode 100644 index 000000000..480b0d86e --- /dev/null +++ b/chapter05/creatingstaticdir.xml @@ -0,0 +1,20 @@ + +Creating the $LFS/static directory + + +As explained in this chapter's introduction, everything we install +from this chapter will be installed under the $LFS/static directory. This way it won't +pollute the LFS partition with a bunch of temporary files. All we need to +do is create this directory so we can start installing. Simply run this +command to create the directory: + +mkdir $LFS/static + +You may want to move the packages you downloaded in chapter 3 to this +$LFS/static directory, perhaps +create a subdirectory $LFS/static/src to keep them in. + + + -- cgit v1.2.3-54-g00ecf