mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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 <info@linuxfromscratch.ru>
This commit is contained in:
parent
5f3777ab18
commit
9b73f94474
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user