aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/creatingstaticdir.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-25 00:21:12 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-25 00:21:12 +0000
commit1987d724ce4059e12b51962be50c59d30a4a148d (patch)
tree1c165b6c8cf19ed18668659078a71692e228b59e /chapter05/creatingstaticdir.xml
parent5e2cb652195321c7f63b5d22077e583b75118178 (diff)
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
Diffstat (limited to 'chapter05/creatingstaticdir.xml')
-rw-r--r--chapter05/creatingstaticdir.xml20
1 files changed, 20 insertions, 0 deletions
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 @@
+<sect1 id="ch05-creatingstaticdir">
+<title>Creating the $LFS/static directory</title>
+<?dbhtml filename="creatingstaticdir.html" dir="chapter05"?>
+
+<para>As explained in this chapter's introduction, everything we install
+from this chapter will be installed under the <filename
+class="directory">$LFS/static</filename> 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:</para>
+
+<para><screen><userinput>mkdir $LFS/static</userinput></screen></para>
+
+<para>You may want to move the packages you downloaded in chapter 3 to this
+<filename class="directory">$LFS/static</filename> directory, perhaps
+create a subdirectory <filename
+class="directory">$LFS/static/src</filename> to keep them in.</para>
+
+</sect1>
+