浏览代码

Update to tzdata-2016f.
Add discussion of Grub Bios Partition.
Fix Makefile for proper total package size calculation.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 9 年之前
父节点
当前提交
23a0f82a9b
共有 4 个文件被更改,包括 39 次插入6 次删除
  1. 2 2
      Makefile
  2. 14 0
      chapter01/changelog.xml
  3. 20 1
      chapter02/creatingpartition.xml
  4. 3 3
      packages.ent

+ 2 - 2
Makefile

@@ -41,7 +41,7 @@ book: validate profile-html
       --stringparam rootid "$(ROOT_ID)"          \
       --stringparam rootid "$(ROOT_ID)"          \
       --stringparam base.dir $(BASEDIR)/         \
       --stringparam base.dir $(BASEDIR)/         \
       stylesheets/lfs-chunked.xsl                \
       stylesheets/lfs-chunked.xsl                \
-      $(RENDERTMP)/lfs-html2.xml
+      $(RENDERTMP)/lfs-html.xml
 
 
 	@echo "Copying CSS code and images..."
 	@echo "Copying CSS code and images..."
 	$(Q)mkdir -p $(BASEDIR)/stylesheets
 	$(Q)mkdir -p $(BASEDIR)/stylesheets
@@ -147,7 +147,7 @@ profile-html:
                 --stringparam profile.condition html \
                 --stringparam profile.condition html \
 	             --output $(RENDERTMP)/lfs-html.xml   \
 	             --output $(RENDERTMP)/lfs-html.xml   \
                 stylesheets/lfs-xsl/profile.xsl      \
                 stylesheets/lfs-xsl/profile.xsl      \
-	             $(RENDERTMP)/lfs-html2.xml
+	             $(RENDERTMP)/lfs-full.xml
 
 
 wget-list: $(BASEDIR)/wget-list
 wget-list: $(BASEDIR)/wget-list
 $(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
 $(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \

+ 14 - 0
chapter01/changelog.xml

@@ -42,6 +42,20 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
     appropriate for the entry or if needed the entire day's listitem.
 -->
 -->
+   <listitem>
+      <para>2016-07-10</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add discussion of Grub Bios Partition
+          to Section 2.4 - Creating a New Partition.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to tzdata-2016f. Fixes
+          <ulink url="&lfs-ticket-root;3952">#3952</ulink>.</para>
+        </listitem>
+     </itemizedlist>
+    </listitem>
+
    <listitem>
    <listitem>
       <para>2016-07-02</para>
       <para>2016-07-02</para>
       <itemizedlist>
       <itemizedlist>

+ 20 - 1
chapter02/creatingpartition.xml

@@ -107,7 +107,26 @@
     reacts to commands.  The first reaction to swapping should be to check for
     reacts to commands.  The first reaction to swapping should be to check for
     an unreasonable command such as trying to edit a five gigabyte file.  If
     an unreasonable command such as trying to edit a five gigabyte file.  If
     swapping becomes a normal occurrence, the best solution is to purchase more
     swapping becomes a normal occurrence, the best solution is to purchase more
-    RAM for your system.</para> </sect3>
+    RAM for your system.</para> 
+    </sect3>
+
+    <sect3>
+    <title>The Grub Bios Partition</title>
+
+    <para>If the <emphasis>boot disk</emphasis> has been partitioned with a
+    GUID Partition Table (GPT), then a small, typically 1 MB, partition must be
+    created if it does not already exist.  This partition is not formatted, but
+    must be available for GRUB to to use during installation of the boot
+    loader. This partition will normally be labeled 'BIOS Boot' if using
+    <command>fdisk</command> or have a code of <emphasis>EF02</emphasis> if
+    using <command>gdisk</command>.</para>
+
+    <note><para>The Grub Bios partition must be on the drive that the BIOS 
+    uses to boot the system.  This is not necessarily the same drive where the 
+    LFS root partition is located. Disks on a system may use different
+    partition table types.  The requirment for this partition depends
+    only on the partition table type of the boot disk.</para></note>
+    </sect3>
 
 
     <sect3>
     <sect3>
     <title>Convenience Partitions</title>
     <title>Convenience Partitions</title>

+ 3 - 3
packages.ent

@@ -594,10 +594,10 @@
 <!ENTITY texinfo-ch6-du "109 MB">
 <!ENTITY texinfo-ch6-du "109 MB">
 <!ENTITY texinfo-ch6-sbu "0.5 SBU">
 <!ENTITY texinfo-ch6-sbu "0.5 SBU">
 
 
-<!ENTITY tzdata-version "2016e">
-<!ENTITY tzdata-size "307 KB">
+<!ENTITY tzdata-version "2016f">
+<!ENTITY tzdata-size "306 KB">
 <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
 <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
-<!ENTITY tzdata-md5 "43f9f929a8baf0dd2f17efaea02c2d2a">
+<!ENTITY tzdata-md5 "b20b3c1618db1984aac685e763de001d">
 <!ENTITY tzdata-home "http://www.iana.org/time-zones">
 <!ENTITY tzdata-home "http://www.iana.org/time-zones">
 
 
 <!ENTITY udev-lfs-version "udev-lfs-20140408">
 <!ENTITY udev-lfs-version "udev-lfs-20140408">