فهرست منبع

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 base.dir $(BASEDIR)/         \
       stylesheets/lfs-chunked.xsl                \
-      $(RENDERTMP)/lfs-html2.xml
+      $(RENDERTMP)/lfs-html.xml
 
 	@echo "Copying CSS code and images..."
 	$(Q)mkdir -p $(BASEDIR)/stylesheets
@@ -147,7 +147,7 @@ profile-html:
                 --stringparam profile.condition html \
 	             --output $(RENDERTMP)/lfs-html.xml   \
                 stylesheets/lfs-xsl/profile.xsl      \
-	             $(RENDERTMP)/lfs-html2.xml
+	             $(RENDERTMP)/lfs-full.xml
 
 wget-list: $(BASEDIR)/wget-list
 $(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
     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>
       <para>2016-07-02</para>
       <itemizedlist>

+ 20 - 1
chapter02/creatingpartition.xml

@@ -107,7 +107,26 @@
     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
     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>
     <title>Convenience Partitions</title>

+ 3 - 3
packages.ent

@@ -594,10 +594,10 @@
 <!ENTITY texinfo-ch6-du "109 MB">
 <!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-md5 "43f9f929a8baf0dd2f17efaea02c2d2a">
+<!ENTITY tzdata-md5 "b20b3c1618db1984aac685e763de001d">
 <!ENTITY tzdata-home "http://www.iana.org/time-zones">
 
 <!ENTITY udev-lfs-version "udev-lfs-20140408">