• R/O
  • SSH
  • HTTPS

lfsbookja: Commit


Commit MetaInfo

Revision1067 (tree)
Time2016-07-17 15:12:01
Authormatsuand

Log Message

[LFS-SVN] SVN-20160702, Changeset 11093 対応。

Change Summary

Incremental Difference

--- trunk/lfsbook/src/Makefile.am (revision 1066)
+++ trunk/lfsbook/src/Makefile.am (revision 1067)
@@ -78,7 +78,7 @@
7878 --stringparam rootid "$(ROOT_ID)" \
7979 --stringparam base.dir $(BASEDIR)/ \
8080 stylesheets/lfs-chunked.xsl \
81- $(RENDERTMP)/lfs-html2.xml
81+ $(RENDERTMP)/lfs-html.xml
8282
8383 @echo "Copying CSS code and images..."
8484 $(MKDIR_P) $(BASEDIR)/stylesheets
--- trunk/lfsbook/src/Makefile.in (revision 1066)
+++ trunk/lfsbook/src/Makefile.in (revision 1067)
@@ -664,7 +664,7 @@
664664 --stringparam rootid "$(ROOT_ID)" \
665665 --stringparam base.dir $(BASEDIR)/ \
666666 stylesheets/lfs-chunked.xsl \
667- $(RENDERTMP)/lfs-html2.xml
667+ $(RENDERTMP)/lfs-html.xml
668668
669669 @echo "Copying CSS code and images..."
670670 $(MKDIR_P) $(BASEDIR)/stylesheets
--- trunk/lfsbook/src/general.ch (revision 1066)
+++ trunk/lfsbook/src/general.ch (revision 1067)
@@ -24,8 +24,8 @@
2424 <!ENTITY releasedate "July 2, 2016">
2525 @y
2626 <!ENTITY releasedate "2016年07月02日">
27-<!ENTITY jversion "20160706">
28-<!ENTITY jversiond "20160706-systemd">
27+<!ENTITY jversion "20160717">
28+<!ENTITY jversiond "20160717-systemd">
2929 @z
3030
3131 @x
--- trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1066)
+++ trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1067)
@@ -54,6 +54,20 @@
5454 -->
5555
5656 <listitem>
57+ <para>2016-07-17</para>
58+ <itemizedlist>
59+ <listitem>
60+ <para>[matsuand] -
61+ SVN-20160702 (2016-07-10),
62+ Changeset
63+ <ulink url="&lfs-rev-root;11093">11093</ulink>
64+ 対応。
65+ </para>
66+ </listitem>
67+ </itemizedlist>
68+ </listitem>
69+
70+ <listitem>
5771 <para>2016-07-06</para>
5872 <itemizedlist>
5973 <listitem>
--- trunk/lfsbook/src/chapter01/changelog.ch (revision 1066)
+++ trunk/lfsbook/src/chapter01/changelog.ch (revision 1067)
@@ -54,6 +54,31 @@
5454 @z
5555
5656 @x
57+ <para>2016-07-10</para>
58+ <itemizedlist>
59+ <listitem>
60+ <para>[bdubbs] - Add discussion of Grub Bios Partition
61+ to Section 2.4 - Creating a New Partition.</para>
62+ </listitem>
63+ <listitem>
64+ <para>[bdubbs] - Update to tzdata-2016f. Fixes
65+ <ulink url="&lfs-ticket-root;3952">#3952</ulink>.</para>
66+ </listitem>
67+ </itemizedlist>
68+@y
69+ <para>2016-07-10</para>
70+ <itemizedlist>
71+ <listitem>
72+ <para>[bdubbs] - Grub バイオスパーティションについての議論を 2.4 節「新しいパーティションの生成」に追加。</para>
73+ </listitem>
74+ <listitem>
75+ <para>[bdubbs] - tzdata-2016f へのアップデート。
76+ <ulink url="&lfs-ticket-root;3952">#3952</ulink> を Fix に。</para>
77+ </listitem>
78+ </itemizedlist>
79+@z
80+
81+@x
5782 <para>2016-07-02</para>
5883 <itemizedlist>
5984 <listitem>
--- trunk/lfsbook/src/chapter02/creatingpartition.ch (revision 1066)
+++ trunk/lfsbook/src/chapter02/creatingpartition.ch (revision 1067)
@@ -204,7 +204,8 @@
204204 reacts to commands. The first reaction to swapping should be to check for
205205 an unreasonable command such as trying to edit a five gigabyte file. If
206206 swapping becomes a normal occurrence, the best solution is to purchase more
207- RAM for your system.</para> </sect3>
207+ RAM for your system.</para>
208+ </sect3>
208209 @y
209210 <para>
210211 スワップは好ましいことではありません。
@@ -211,10 +212,50 @@
211212 一般にスワップが発生しているかどうかは、ディスクアクセスの様子やコマンド実行時にシステムがどのように反応するかを見てみれば分かります。
212213 例えば 5GB くらいのファイルを編集するといった極端なコマンド実行を行ってみて、スワップが起きるかどうかを確認することが重要です。
213214 スワップがごく普通に発生するようであれば、RAMを増設するのが適切です。
214- </para> </sect3>
215+ </para>
216+ </sect3>
215217 @z
216218
217219 @x
220+ <title>The Grub Bios Partition</title>
221+@y
222+ <title>Grub バイオスパーティション</title>
223+@z
224+
225+@x
226+ <para>If the <emphasis>boot disk</emphasis> has been partitioned with a
227+ GUID Partition Table (GPT), then a small, typically 1 MB, partition must be
228+ created if it does not already exist. This partition is not formatted, but
229+ must be available for GRUB to to use during installation of the boot
230+ loader. This partition will normally be labeled 'BIOS Boot' if using
231+ <command>fdisk</command> or have a code of <emphasis>EF02</emphasis> if
232+ using <command>gdisk</command>.</para>
233+@y
234+ <para>GUID パーティションテーブル (GUID Partition Table; GPT) において<emphasis>ブートディスク</emphasis> をパーティショニングした場合、1MB 程度の小さなパーティションを生成しておく必要があります。
235+ このパーティションはフォーマットされておらず、ブートローダーのインストール中に GRUB によって利用されます。
236+ 通常このパーティションは、 <command>fdisk</command> を用いた場合には 'BIOS Boot' と名付けられます。
237+ また <command>gdisk</command> を用いた場合は<emphasis>EF02</emphasis> というコード名が与えられます。
238+ </para>
239+@z
240+
241+@x
242+ <note><para>The Grub Bios partition must be on the drive that the BIOS
243+ uses to boot the system. This is not necessarily the same drive where the
244+ LFS root partition is located. Disks on a system may use different
245+ partition table types. The requirment for this partition depends
246+ only on the partition table type of the boot disk.</para></note>
247+ </sect3>
248+@y
249+ <note><para>
250+ Grub バイオスパーティションは BIOS がシステムをブートするために用いているドライブ上にある必要があります。
251+ これは必ずしも LFS ルートパーティションがあるドライブと同一であるわけではありません。
252+ システム上のドライブはすべてがパーティションテーブルタイプが同一であるとは限りません。
253+ Grub バイオスパーティションに対して求められることは、ブートディスクのパーティションタイプに対して必要になることです。
254+ </para></note>
255+ </sect3>
256+@z
257+
258+@x
218259 <title>Convenience Partitions</title>
219260 @y
220261 <title>有用なパーティション</title>
Show on old repository browser