diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-07-10 22:42:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-07-10 22:42:43 +0000 |
commit | 23a0f82a9b8b86819d11d41b8033f47fc34623df (patch) | |
tree | b7d4c79e8f7b1bf544897f2da1d7d0fcdb379ada | |
parent | 3e005ba61044ca60ff3d4320c421e796605c1729 (diff) |
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
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter02/creatingpartition.xml | 21 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 39 insertions, 6 deletions
@@ -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 \ diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e403bf9d8..b69527144 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,20 @@ 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> <listitem> diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index 4aa57e6c5..6f2de1b1e 100644 --- a/chapter02/creatingpartition.xml +++ b/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> diff --git a/packages.ent b/packages.ent index a15adfb5d..2086bdc1f 100644 --- a/packages.ent +++ b/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"> |