Ignore:
Timestamp:
05/30/2022 10:30:50 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9bc47a1, bdb4c90
Parents:
5f3777a
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

    r5f3777a r9b73f94  
    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.