Changeset cd4c979


Ignore:
Timestamp:
05/30/2022 09:25:48 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
8b528a4
Parents:
64e70b0
git-author:
Xi Ruoyao <xry111@…> (05/30/2022 10:30:50 AM)
git-committer:
William Harrington <kb0iic@…> (05/30/2022 09:25:48 PM)
Message:

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@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/creatingdirs.xml

    r64e70b0 rcd4c979  
    1313  <para>It is time to create the full structure in the LFS file system.</para>
    1414
     15  <note><para>Some of the directories mentioned in this section may be
     16  already created earlier with explicit instructions or when installing some
     17  packages.  They are repeated below for completeness.</para></note>
     18
    1519  <para>Create some root-level directories that are not in the limited set
    1620    required in the previous chapters by issuing the following command:</para>
    17 
    18   <note><para>Some of the directories below have already been created earlier
    19   with explicit instructions or when installing some packages.  They are
    20   repeated below for completeness.</para></note>
    2121
    2222<screen><userinput>mkdir -pv /{boot,home,mnt,opt,srv}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.