diff --git a/Makefile b/Makefile index 57de0ae74..9441d3d6b 100644 --- a/Makefile +++ b/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 \ diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e403bf9d8..b69527144 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,20 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2016-07-10 + + + [bdubbs] - Add discussion of Grub Bios Partition + to Section 2.4 - Creating a New Partition. + + + [bdubbs] - Update to tzdata-2016f. Fixes + #3952. + + + + 2016-07-02 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. + RAM for your system. + + + + The Grub Bios Partition + + If the boot disk 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 + fdisk or have a code of EF02 if + using gdisk. + + 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. + Convenience Partitions diff --git a/packages.ent b/packages.ent index a15adfb5d..2086bdc1f 100644 --- a/packages.ent +++ b/packages.ent @@ -594,10 +594,10 @@ - - + + - +