Changeset 7d6604b
- Timestamp:
- 09/22/2021 03:45:11 AM (3 years ago)
- Branches:
- multilib, xry111/multilib
- Children:
- 02d8168
- Parents:
- 60870bc (diff), 859d839 (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. - Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter09/clock.xml
r60870bc r7d6604b 70 70 <screen role="nodump"><userinput>timedatectl list-timezones</userinput></screen> 71 71 72 <note><para>Please note that the <command>timedatectl</command> command can 73 be used only on a system booted with systemd.</para></note> 72 <note><para>Please note that the <command>timedatectl</command> command 73 doesn't work in the chroot environment. It can only 74 be used after the LFS system is booted with systemd.</para></note> 74 75 75 76 <sect2> -
chapter09/consoled.xml
r60870bc r7d6604b 89 89 <screen role="nodump"><userinput>localectl set-keymap MAP</userinput></screen> 90 90 91 <note><para>Please note that the <command>localectl</command> command can 92 be used only on a system booted with systemd.</para></note> 91 <note><para>Please note that the <command>localectl</command> command 92 doesn't work in the chroot environment. It can only 93 be used after the LFS system is booted with systemd.</para></note> 93 94 94 95 <para>You can also use <command>localectl</command> utility with the -
chapter09/locale.xml
r60870bc r7d6604b 133 133 <screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen> 134 134 135 <note><para>Please note that the <command>localectl</command> command can 136 be used only on a system booted with systemd.</para></note> 135 <note><para>Please note that the <command>localectl</command> command 136 doesn't work in the chroot environment. It can only 137 be used after the LFS system is booted with systemd.</para></note> 137 138 138 139 <para>The <quote>C</quote> (default) and <quote>en_US</quote> (the recommended -
part3intro/toolchaintechnotes.xml
r60870bc r7d6604b 39 39 40 40 <para>Cross-compilation involves some concepts that deserve a section on 41 their own. Although this section may be omitted in a first reading, 42 coming back to it later will be beneficial to your full understanding of 41 their own. Although this section may be omitted in a first reading, 42 coming back to it later will be beneficial to your full understanding of 43 43 the process.</para> 44 44
Note:
See TracChangeset
for help on using the changeset viewer.