From 9b73f94474abf1498176346e1025ee4afe07970c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 30 May 2022 18:30:50 +0800 Subject: revise the note about "already created" directories Q: Why not just move the note after the creation of root-level directories? A: Root-level directories may be already created as well: if a root-level directory is a mount point it should have been created in section "Mounting the New Partition". Reported-by: Vladimir Pertsev --- chapter07/creatingdirs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter07/creatingdirs.xml b/chapter07/creatingdirs.xml index a1dafc1ee..bc6162e61 100644 --- a/chapter07/creatingdirs.xml +++ b/chapter07/creatingdirs.xml @@ -12,13 +12,13 @@ It is time to create the full structure in the LFS file system. + 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. + Create some root-level directories that are not in the limited set required in the previous chapters by issuing the following command: - Some of the directories below have already been created earlier - with explicit instructions or when installing some packages. They are - repeated below for completeness. - mkdir -pv /{boot,home,mnt,opt,srv} Create the required set of subdirectories below the root-level by -- cgit v1.2.3-54-g00ecf