diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-16 00:08:42 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-16 00:08:42 +0000 |
commit | a001133b31b73376be437cc4483867149b03a1df (patch) | |
tree | c631c6fc9f827e15e07142b5208c7a716c219e1a /chapter07 | |
parent | 965224946e10cde1353270c2b82d64aa7c641e04 (diff) |
HEAD: Retaged the introductori packages sections in chapter0{6,7,8}
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/bootscripts.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 3c04492e2..86c74e051 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -3,22 +3,28 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-bootscripts" xreflabel="Bootscripts"> +<sect1 id="ch-scripts-bootscripts" xreflabel="Bootscripts" role="wrap"> <title>LFS-Bootscripts-&bootscripts-version;</title> <?dbhtml filename="bootscripts.html"?> <indexterm zone="ch-scripts-bootscripts"><primary sortas="a-Bootscripts">Bootscripts</primary></indexterm> +<sect2 role="package"><title/> <para>The LFS-Bootscripts package contains a set of bootscripts.</para> -<screen>&buildtime; 0.1 SBU -&diskspace; 0.3 MB</screen> - -<para>LFS-Bootscripts installation depends on: Bash, Coreutils.</para> - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.1 SBU</seg><seg>0.3 MB</seg></seglistitem> +</segmentedlist> +<segmentedlist> +<segtitle>LFS-Bootscripts installation depends on</segtitle> +<seglistitem><seg>Bash, Coreutils</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of LFS-Bootscripts</title> <para>Installation of the bootscripts is very simple:</para> |