Changeset bdcc868 for chapter07


Ignore:
Timestamp:
07/01/2024 07:01:53 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
fd4bf9d
Parents:
2324b83 (diff), 201aa93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

Location:
chapter07
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter07/cleanup.xml

    r2324b83 rbdcc868  
    8989     </para>
    9090     <para>
    91         This has been discussed in <xref linkend='ch-partitioning-aboutlfs'/>.
     91       This has been discussed in
     92       <xref linkend='ch-partitioning-aboutlfs' role='.'/>
    9293      </para>
    9394    </important>
  • chapter07/createfiles.xml

    r2324b83 rbdcc868  
    182182  portable program should not depend on this assignment.</para>
    183183
     184  <para>Some packages need a locale.</para>
     185
     186<screen><userinput>localedef -i C -f UTF-8 C.UTF-8</userinput></screen>
     187
    184188  <para>Some tests in <xref linkend="chapter-building-system"/> need a regular
    185189  user. We add this user here and delete this account at the end of that
  • chapter07/creatingdirs.xml

    r2324b83 rbdcc868  
    2929mkdir -pv /media/{floppy,cdrom}
    3030mkdir -pv /usr/{,local/}{include,src}
     31mkdir -pv /usr/lib/locale
    3132mkdir -pv /usr/local/{bin,lib,sbin}
    3233mkdir -pv /usr/{,local/}share/{color,dict,doc,info,locale,man}
Note: See TracChangeset for help on using the changeset viewer.