[LFS-SVN] SVN-20200824, チェンジセット 12035 対応。
@@ -4034,7 +4034,7 @@ | ||
4034 | 4034 | |
4035 | 4035 | |
4036 | 4036 | |
4037 | -TARGETVER=svn-20200824 | |
4037 | +TARGETVER=svn-20200828 | |
4038 | 4038 | |
4039 | 4039 | SVNVER=`grep 'ENTITY version ' ${bookdir}/general.ent | sed -e 's/^<!ENTITY version \"//' -e 's/\">$//' | tr 'A-Z' 'a-z'` |
4040 | 4040 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5 |
@@ -54,6 +54,22 @@ | ||
54 | 54 | @z |
55 | 55 | |
56 | 56 | @x |
57 | + <para>2020-08-28</para> | |
58 | + <listitem> | |
59 | + <para>[bdubbs] - Update to iana-Etc-20200821. Addresses | |
60 | + <ulink url="&lfs-ticket-root;4718">#4722</ulink>.</para> | |
61 | + </listitem> | |
62 | + </itemizedlist> | |
63 | +@y | |
64 | + <para>2020-08-28</para> | |
65 | + <listitem> | |
66 | + <para>[bdubbs] - iana-Etc-20200821 へのアップデート。 | |
67 | + <ulink url="&lfs-ticket-root;4718">#4722</ulink> において言及。</para> | |
68 | + </listitem> | |
69 | + </itemizedlist> | |
70 | +@z | |
71 | + | |
72 | +@x | |
57 | 73 | <para>2020-08-24</para> |
58 | 74 | <listitem> |
59 | 75 | <para>[bdubbs] - Update to linux-5.8.3. Fixes |
@@ -60,6 +60,22 @@ | ||
60 | 60 | --> |
61 | 61 | |
62 | 62 | <listitem> |
63 | + <para>2020-08-29</para> | |
64 | + <itemizedlist> | |
65 | + <listitem> | |
66 | + <para>[matsuand] - | |
67 | + <phrase revision="sysv">SVN-20200828</phrase> | |
68 | + <phrase revision="systemd">20200828-systemd</phrase>, | |
69 | + チェンジセット | |
70 | + <ulink url="&lfs-rev-root;12037">12037</ulink> ~ | |
71 | + <ulink url="&lfs-rev-root;12039">12039</ulink> | |
72 | + 対応。 | |
73 | + </para> | |
74 | + </listitem> | |
75 | + </itemizedlist> | |
76 | + </listitem> | |
77 | + | |
78 | + <listitem> | |
63 | 79 | <para>2020-08-27</para> |
64 | 80 | <itemizedlist> |
65 | 81 | <listitem> |
@@ -96,7 +96,7 @@ | ||
96 | 96 | @z |
97 | 97 | |
98 | 98 | @x |
99 | - <para>Alternatively, if a a separate partition for | |
99 | + <para>Alternatively, if a separate partition for | |
100 | 100 | <filename class="directory">/tmp</filename> is desired, specify that |
101 | 101 | partition in a <filename>/etc/fstab</filename> entry.</para> |
102 | 102 | @y |
@@ -166,7 +166,7 @@ | ||
166 | 166 | The type field, q, discusses creating a subvolume with quotas which |
167 | 167 | is really only applicable to btrfs filesystems. It references type v |
168 | 168 | which in turn references type d (directory). This then creates the |
169 | - specified directory if is is not present and adjusts the permissions | |
169 | + specified directory if it is not present and adjusts the permissions | |
170 | 170 | and ownership as specified. Contents of the directory will be |
171 | 171 | subject to time based cleanup if the age argument is specified. |
172 | 172 | @y |
@@ -59,8 +59,57 @@ | ||
59 | 59 | @z |
60 | 60 | |
61 | 61 | @x |
62 | - <para>Configure the kernel via a menu-driven interface. For general | |
63 | - information on kernel configuration see <ulink | |
62 | + <para>There are several ways to configure the kernel options. Usually, | |
63 | + This is done through a menu-driven interface, for example:</para> | |
64 | +@y | |
65 | + <para> | |
66 | + カーネルオプションの設定方法にはいくつかあります。 | |
67 | + 通常は以下に示すように、メニュー形式のインターフェースを通じて行います。 | |
68 | + </para> | |
69 | +@z | |
70 | + | |
71 | +@x | |
72 | + <title>The meaning of optional make environment variables:</title> | |
73 | +@y | |
74 | + <title>追加する make 環境変数の意味:</title> | |
75 | +@z | |
76 | + | |
77 | +@x | |
78 | + <para>This establishes the locale setting to the one used on the | |
79 | + host. This may be needed for a proper menuconfig ncurses interface | |
80 | + line drawing on a UTF-8 linux text console.</para> | |
81 | +@y | |
82 | + <para> | |
83 | + これはホストのロケール設定を指示するものです。 | |
84 | + この設定は UTF-8 での表示設定がされたテキストコンソールにて menuconfig の ncurses による行表示を適切に行うために必要となります。 | |
85 | + </para> | |
86 | +@z | |
87 | + | |
88 | +@x | |
89 | + <para>If used, be sure to replace | |
90 | + <replaceable><host_LANG_value></replaceable> by the value of | |
91 | + the <envar>$LANG</envar> variable from your host. You can | |
92 | + alternatively use instead the host's value of <envar>$LC_ALL</envar> | |
93 | + or <envar>$LC_CTYPE</envar>.</para> | |
94 | +@y | |
95 | + <para> | |
96 | + <replaceable><host_LANG_value></replaceable> の部分は、ホストの <envar>$LANG</envar> 変数の値に置き換えてください。 | |
97 | + <envar>$LC_ALL</envar> あるいは <envar>$LC_CTYPE</envar> の値を設定することもできます。 | |
98 | + </para> | |
99 | +@z | |
100 | + | |
101 | +@x make menuconfig | |
102 | + <para>This launches an ncurses menu-driven interface. For other | |
103 | + (graphical) interfaces, type <command>make help</command>.</para> | |
104 | +@y | |
105 | + <para> | |
106 | + これは ncurses によるメニュー形式のインターフェースを起動します。 | |
107 | + これ以外の(グラフィカルな)インターフェースについては <command>make help</command> を入力して確認してください。 | |
108 | + </para> | |
109 | +@z | |
110 | + | |
111 | +@x | |
112 | + <para>For general information on kernel configuration see <ulink | |
64 | 113 | url="&hints-root;kernel-configuration.txt"/>. BLFS has some information |
65 | 114 | regarding particular kernel configuration requirements of packages outside |
66 | 115 | of LFS at <ulink |
@@ -69,7 +118,6 @@ | ||
69 | 118 | <ulink url="http://www.kroah.com/lkn/"/> </para> |
70 | 119 | @y |
71 | 120 | <para> |
72 | - メニュー形式のインターフェースによりカーネルを設定します。 | |
73 | 121 | カーネルの設定方法に関する一般的な情報が <ulink url="&hints-root;kernel-configuration.txt"/> にあるので参照してください。 |
74 | 122 | BLFS では LFS が取り扱わない各種パッケージに対して、必要となるカーネル設定項目を説明しています。 |
75 | 123 | <ulink url="&blfs-book;longindex.html#kernel-config-index"/> を参照してください。 |
@@ -188,36 +236,6 @@ | ||
188 | 236 | @z |
189 | 237 | |
190 | 238 | @x |
191 | - <title>The meaning of optional make environment variables:</title> | |
192 | -@y | |
193 | - <title>追加する make 環境変数の意味:</title> | |
194 | -@z | |
195 | - | |
196 | -@x | |
197 | - <para>This establishes the locale setting to the one used on the | |
198 | - host. This may be needed for a proper menuconfig ncurses interface | |
199 | - line drawing on a UTF-8 linux text console.</para> | |
200 | -@y | |
201 | - <para> | |
202 | - これはホストのロケール設定を指示するものです。 | |
203 | - この設定は UTF-8 での表示設定がされたテキストコンソールにて menuconfig の ncurses による行表示を適切に行うために必要となります。 | |
204 | - </para> | |
205 | -@z | |
206 | - | |
207 | -@x | |
208 | - <para>If used, be sure to replace | |
209 | - <replaceable><host_LANG_value></replaceable> by the value of | |
210 | - the <envar>$LANG</envar> variable from your host. You can | |
211 | - alternatively use instead the host's value of <envar>$LC_ALL</envar> | |
212 | - or <envar>$LC_CTYPE</envar>.</para> | |
213 | -@y | |
214 | - <para> | |
215 | - <replaceable><host_LANG_value></replaceable> の部分は、ホストの <envar>$LANG</envar> 変数の値に置き換えてください。 | |
216 | - <envar>$LC_ALL</envar> あるいは <envar>$LC_CTYPE</envar> の値を設定することもできます。 | |
217 | - </para> | |
218 | -@z | |
219 | - | |
220 | -@x | |
221 | 239 | <para>Alternatively, <command>make oldconfig</command> may be more |
222 | 240 | appropriate in some situations. See the <filename>README</filename> |
223 | 241 | file for more information.</para> |
@@ -8,24 +8,24 @@ | ||
8 | 8 | % $Date:: $ |
9 | 9 | % |
10 | 10 | @x |
11 | -<!ENTITY version "SVN-20200824"> | |
11 | +<!ENTITY version "SVN-20200828"> | |
12 | 12 | @y |
13 | 13 | <?xml version="1.0" encoding="UTF-8"?> |
14 | -<!ENTITY version "SVN-20200824"> | |
14 | +<!ENTITY version "SVN-20200828"> | |
15 | 15 | @z |
16 | 16 | |
17 | 17 | @x |
18 | -<!ENTITY versiond "20200824-systemd"> | |
18 | +<!ENTITY versiond "20200828-systemd"> | |
19 | 19 | @y |
20 | -<!ENTITY versiond "20200824-systemd"> | |
20 | +<!ENTITY versiond "20200828-systemd"> | |
21 | 21 | @z |
22 | 22 | |
23 | 23 | @x |
24 | -<!ENTITY releasedate "August 24th, 2020"> | |
24 | +<!ENTITY releasedate "August 28th, 2020"> | |
25 | 25 | @y |
26 | -<!ENTITY releasedate "2020/08/24"> | |
27 | -<!ENTITY jversion "20200827"> | |
28 | -<!ENTITY jversiond "20200827"> | |
26 | +<!ENTITY releasedate "2020/08/28"> | |
27 | +<!ENTITY jversion "20200829"> | |
28 | +<!ENTITY jversiond "20200829"> | |
29 | 29 | <!ENTITY dir-jversion "svn-ja"> |
30 | 30 | <!ENTITY dir-jversiond "svn-sysdja"> |
31 | 31 | @z |
@@ -103,11 +103,11 @@ | ||
103 | 103 | @z |
104 | 104 | |
105 | 105 | @x |
106 | -<!ENTITY linux-knl-du "960 - 4250 MB (typically about 1100 MB)"> | |
107 | -<!ENTITY linux-knl-sbu "4.4 - 66.0 SBU (typically about 6 SBU)"> | |
106 | +<!ENTITY linux-knl-du "1200 - 6750 MB (typically about 1500 MB)"> | |
107 | +<!ENTITY linux-knl-sbu "5.0 - 125.0 SBU (typically about 9 SBU)"> | |
108 | 108 | @y |
109 | -<!ENTITY linux-knl-du "960 - 4250 MB (一般的には 1100 MB 程度)"> | |
110 | -<!ENTITY linux-knl-sbu "4.4 - 66.0 SBU (一般的には 6 SBU 程度)"> | |
109 | +<!ENTITY linux-knl-du "1200 - 6750 MB (一般的には 1500 MB 程度)"> | |
110 | +<!ENTITY linux-knl-sbu "5.0 - 125.0 SBU (一般的には 9 SBU 程度)"> | |
111 | 111 | @z |
112 | 112 | |
113 | 113 | @x |
@@ -6,5 +6,5 @@ | ||
6 | 6 | dnl $Date:: $ |
7 | 7 | dnl |
8 | 8 | dnl m4-include this file to define the current LFS version |
9 | -m4_define([lfs_version], [svn-20200824]) | |
10 | -m4_define([lfsd_version], [20200824-systemd]) | |
9 | +m4_define([lfs_version], [svn-20200828]) | |
10 | +m4_define([lfsd_version], [20200828-systemd]) |