diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-05-31 05:45:09 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-05-31 05:45:09 +0200 |
commit | bdb4c909d5457fcd4e3da360b695fcfe16595a03 (patch) | |
tree | c7542b6c8585a1851889aab7a6020427c32bf7c6 | |
parent | d3e7e98da4c74c229fe0719ed7c28961c30fda53 (diff) | |
parent | 9b73f94474abf1498176346e1025ee4afe07970c (diff) |
Automatic merge of trunk into multilib
-rw-r--r-- | chapter07/creatingdirs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/creatingdirs.xml b/chapter07/creatingdirs.xml index 55f95892d..4ac1d62bb 100644 --- a/chapter07/creatingdirs.xml +++ b/chapter07/creatingdirs.xml @@ -12,13 +12,13 @@ <para>It is time to create the full structure in the LFS file system.</para> + <note><para>Some of the directories mentioned in this section may be + already created earlier with explicit instructions or when installing some + packages. They are repeated below for completeness.</para></note> + <para>Create some root-level directories that are not in the limited set required in the previous chapters by issuing the following command:</para> - <note><para>Some of the directories below have already been created earlier - with explicit instructions or when installing some packages. They are - repeated below for completeness.</para></note> - <screen><userinput>mkdir -pv /{boot,home,mnt,opt,srv}</userinput></screen> <para>Create the required set of subdirectories below the root-level by |