From 79bfd820d4c1f863761e3d658266b1613e129ffb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 27 Nov 2012 03:21:28 +0000 Subject: Remphasize host system requirements in General Compilation Instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter05/generalinstructions.xml | 23 +++++++++++++++++++++-- general.ent | 4 ++-- prologue/hostreqs.xml | 2 +- stylesheets/lfs-xsl/lfs.css | 10 ++++++++++ 5 files changed, 44 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index adf99210d..ca276ccf4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2012-11-26 + + + [bdubbs] - Re-emphasize host system requirements in + Chapter 5 General Compilation Instructions. + + + + 2012-11-22 diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml index ba632c0ee..c1caca30b 100644 --- a/chapter05/generalinstructions.xml +++ b/chapter05/generalinstructions.xml @@ -51,8 +51,27 @@ Finally, two last important items must be emphasized: - The build instructions assume that the bash - shell is in use. + + The build instructions assume that the , including symbolic links, have been set + properly: + + + + bash is the shell + in use. + + sh is a symbolic + link to bash. + + /usr/bin/awk is a + symbolic link to gawk. + + /usr/bin/yacc is a + symbolic link to bison or a small script that + executes bison. + + diff --git a/general.ent b/general.ent index e80011558..38967fecf 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 5da0da209..d44550f41 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -5,7 +5,7 @@ %general-entities; ]> - + Host System Requirements diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index 285ec3a9b..407cf2152 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -48,6 +48,16 @@ div.sect1, div.appendix { padding-left: .3em; } +div.important ul { + padding-left: 1.5em; + list-style-type: disc; +} + +div.important ul li p { + margin: 0px; + padding: 0px 0.6em; +} + .package, .kernel, .installation, .commands, .testing, .configuration, .content { padding: 0 .5em .2em 0; margin: 0; -- cgit v1.2.3-54-g00ecf