lfsja-git
Revisão | 771f492aea2991c2ba1af3b6dcfa8a66f050b7b7 (tree) |
---|---|
Hora | 2022-03-25 17:23:32 |
Autor | matsuand <30614168+matsuand@user...> |
Commiter | matsuand |
[lfsja-git] r11.1-50 対応。
@@ -4737,7 +4737,7 @@ fi | ||
4737 | 4737 | |
4738 | 4738 | |
4739 | 4739 | |
4740 | -TARGETVER=r11.1-44 | |
4740 | +TARGETVER=r11.1-50 | |
4741 | 4741 | if test "x$revspec" = "xsystemd"; then |
4742 | 4742 | TARGETVER="$TARGETVER-systemd" |
4743 | 4743 | fi |
@@ -50,6 +50,17 @@ | ||
50 | 50 | |
51 | 51 | --> |
52 | 52 | <listitem> |
53 | + <para>2022-03-25</para> | |
54 | + <itemizedlist> | |
55 | + <listitem> | |
56 | + <para>[matsuand] - | |
57 | + r11.1-50 (<ulink url="&lfs-changeset;9b463a215">9b463a215</ulink>) までの対応。 | |
58 | + </para> | |
59 | + </listitem> | |
60 | + </itemizedlist> | |
61 | + </listitem> | |
62 | + | |
63 | + <listitem> | |
53 | 64 | <para>2022-03-22</para> |
54 | 65 | <itemizedlist> |
55 | 66 | <listitem> |
@@ -73,7 +73,7 @@ | ||
73 | 73 | |
74 | 74 | @x |
75 | 75 | <para>Ensure that the <command>ldconfig</command> and <command>sln</command> |
76 | - utilites are installed into | |
76 | + utilities are installed into | |
77 | 77 | <filename class="directory">/usr/sbin</filename>:</para> |
78 | 78 | @y |
79 | 79 | <para> |
@@ -188,7 +188,7 @@ | ||
188 | 188 | |
189 | 189 | @x |
190 | 190 | Because the backup archive is compressed, it takes a relatively |
191 | - long time (over 10 minutes) even on a resonably fast system. | |
191 | + long time (over 10 minutes) even on a reasonably fast system. | |
192 | 192 | @y |
193 | 193 | バックアップアーカイブは圧縮するので、かなりの高速なシステムを利用していても、比較的長い時間 (10 分以上) を要します。 |
194 | 194 | @z |
@@ -58,7 +58,7 @@ | ||
58 | 58 | |
59 | 59 | @x ADJTIME_PATH=/var/lib/hwclock/adjtime |
60 | 60 | <para>This sets the location of the file recording information about |
61 | - the hardware clock in accordance to the FHS. This is not stricly | |
61 | + the hardware clock in accordance to the FHS. This is not strictly | |
62 | 62 | needed for this temporary tool, but it prevents creating a file |
63 | 63 | at another location, which would not be overwritten or removed |
64 | 64 | when building the final util-linux package.</para> |
@@ -59,7 +59,7 @@ | ||
59 | 59 | |
60 | 60 | @x |
61 | 61 | <para>Ensure that the <command>ldconfig</command> and <command>sln</command> |
62 | - utilites will be installed into | |
62 | + utilities will be installed into | |
63 | 63 | <filename class="directory">/usr/sbin</filename>:</para> |
64 | 64 | @y |
65 | 65 | <para> |
@@ -11,7 +11,7 @@ | ||
11 | 11 | |
12 | 12 | @x |
13 | 13 | <para>Jinja2 is a Python module that implements a simple pythonic template |
14 | - lanuage.</para> | |
14 | + language.</para> | |
15 | 15 | @y |
16 | 16 | <para> |
17 | 17 | Jinja2 は、Python の簡単なテンプレート言語を実装する Python モジュールです。 |
@@ -28,7 +28,7 @@ | ||
28 | 28 | |
29 | 29 | @x |
30 | 30 | <para>Similar to GMP, libffi builds with optimizations specific |
31 | - to the proccesor in use. If building for another system, export | |
31 | + to the processor in use. If building for another system, export | |
32 | 32 | CFLAGS and CXXFLAGS to specify a generic build for your architecture. |
33 | 33 | If this is not done, all applications that link to libffi will trigger |
34 | 34 | Illegal Operation Errors.</para> |
@@ -86,7 +86,7 @@ | ||
86 | 86 | |
87 | 87 | @x |
88 | 88 | <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems |
89 | - and ld-linux.so.2 on 32-bit systems. The contruct below selects the | |
89 | + and ld-linux.so.2 on 32-bit systems. The construct below selects the | |
90 | 90 | correct name for the current architecture.</para></note> |
91 | 91 | @y |
92 | 92 | <note><para> |
@@ -261,7 +261,7 @@ | ||
261 | 261 | @x |
262 | 262 | <para><command>systemctl show -p Wants <replaceable><multi-user.target></replaceable></command>: |
263 | 263 | shows all units that depend on the multi-user target. Targets are |
264 | - special unit files that are anogalous to runlevels under | |
264 | + special unit files that are analogous to runlevels under | |
265 | 265 | SysVinit.</para> |
266 | 266 | @y |
267 | 267 | <para><command>systemctl show -p Wants <replaceable><multi-user.target></replaceable></command>: |
@@ -221,6 +221,17 @@ | ||
221 | 221 | </para> |
222 | 222 | @z |
223 | 223 | |
224 | +@x Automount devtmpfs at /dev | |
225 | + <para>This will mount the kernel view of the devices on /dev | |
226 | + upon switching to root filesystem just before starting | |
227 | + init.</para> | |
228 | +@y | |
229 | + <para> | |
230 | + これは、カーネルから見たデバイス情報を /dev 上にマウントするものです。 | |
231 | + init が起動される直前にルートファイルシステムに切り替えられます。 | |
232 | + </para> | |
233 | +@z | |
234 | + | |
224 | 235 | @x |
225 | 236 | <para>Alternatively, <command>make oldconfig</command> may be more |
226 | 237 | appropriate in some situations. See the <filename>README</filename> |
@@ -47,9 +47,9 @@ | ||
47 | 47 | <!ENTITY copyrightdate "%crdate;"> |
48 | 48 | ]]> |
49 | 49 | |
50 | -<!ENTITY jversion "20220322"> | |
51 | -<!ENTITY jversiond "20220322"> | |
52 | -<!ENTITY jcorrespondSHA "53b26d62b"> <!-- lfs-git SHA 値; 本箇所での記載のみ --> | |
50 | +<!ENTITY jversion "20220325"> | |
51 | +<!ENTITY jversiond "20220325"> | |
52 | +<!ENTITY jcorrespondSHA "9b463a215"> <!-- lfs-git SHA 値; 本箇所での記載のみ --> | |
53 | 53 | <!ENTITY dir-jversion "git-ja"> |
54 | 54 | <!ENTITY dir-jversiond "git-sysdja"> |
55 | 55 | @z |
@@ -2,4 +2,4 @@ dnl | ||
2 | 2 | dnl This is part of LFSbookja package. |
3 | 3 | dnl |
4 | 4 | dnl m4-include this file to define the current LFS version |
5 | -m4_define([lfs_version], [r11.1-44]) | |
5 | +m4_define([lfs_version], [r11.1-50]) |