1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
8 <sect1 id="pre-standards">
9 <?dbhtml filename="standards.html"?>
11 <title>LFS and Standards</title>
16 <para>The structure of LFS follows Linux standards as closely as
17 possible. The primary standards are:</para>
21 <para><ulink url="http://pubs.opengroup.org/onlinepubs/9699919799/">
22 POSIX.1-2008</ulink>.</para>
25 <para><ulink url="http://www.pathname.com/fhs/pub/fhs-2.3.html">Filesystem
26 Hierarchy Standard (FHS)</ulink></para>
30 <para><ulink url="http://refspecs.freestandards.org/LSB_4.0.0/">Linux
31 Standard Base (LSB) Core Specification 4.0</ulink></para>
33 <para>The LSB has five separate standards: Core, C++, Desktop,
34 Runtime Languages, and Printing. In addition to generic requirements
35 there are also architecture specific requirements. LFS attempts to
36 conform to the architectures discussed in the previous section.</para>
38 <note><para>Many people do not agree with the requirements of the LSB.
39 The main purpose of defining it is to ensure that proprietary software
40 will be able to be installed and run properly on a compliant system.
41 Since LFS is source based, the user has complete control over what
42 packages are desired and many choose not to install some packages that
43 are specified by the LSB.</para></note>
48 <para>Creating a complete LFS system capable of passing the LSB
49 certifications tests is possible, but not without many additional packages
50 that are beyond the scope of LFS. Most of these additional packages have
51 installation instructions in BLFS. </para>
54 <bridgehead renderas="sect3">Packages supplied by LFS needed to
55 satisfy the LSB Requirements</bridgehead>
56 <?dbfo list-presentation="list"?>
57 <?dbhtml list-presentation="table"?>
60 <term><emphasis>LSB Core:</emphasis></term>
62 <para>Bash, Binutils, Coreutils, Diffutils, File, Findutils, Gawk,
63 Grep, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Sed,
64 Shadow, Tar, Util-linux, Zlib</para>
69 <term><emphasis>LSB C++:</emphasis></term>
76 <term><emphasis>LSB Desktop:</emphasis></term>
83 <term><emphasis>LSB Runtime Languages:</emphasis></term>
90 <term><emphasis>LSB Printing:</emphasis></term>
97 <term><emphasis>LSB Multimeda:</emphasis></term>
106 <bridgehead renderas="sect3">Packages supplied by BLFS needed to
107 satisfy the LSB Requirements</bridgehead>
108 <?dbfo list-presentation="list"?>
109 <?dbhtml list-presentation="table"?>
112 <term><emphasis>LSB Core:</emphasis></term>
114 <para>Bc, Cpio, Ed, Fcrontab, Initd-tools, PAM,
115 Sendmail (or Postfix or Exim) </para>
120 <term><emphasis>LSB C++:</emphasis></term>
127 <term><emphasis>LSB Desktop:</emphasis></term>
129 <para>ATK, Cairo, Desktop-file-utils, Freetype, Fontconfig,
130 Glib2, GTK+2, Icon-naming-utils, Libjpeg, Libpng, Libxml2,
131 MesaLib, Pango, Qt3, Qt4, Xorg</para>
136 <term><emphasis>LSB Runtime Languages:</emphasis></term>
143 <term><emphasis>LSB Printing:</emphasis></term>
150 <term><emphasis>LSB Multimeda:</emphasis></term>
152 <para>Alsa Libraries, NSPR, NSS, OpenSSL, Java</para>
159 <bridgehead renderas="sect3">Packages not supplied by LFS or BLFS
160 needed to satisfy the LSB Requirements</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
165 <term><emphasis>LSB Core:</emphasis></term>
167 <para>At, Batch, Lsb_release
173 <term><emphasis>LSB C++:</emphasis></term>
180 <term><emphasis>LSB Desktop:</emphasis></term>
187 <term><emphasis>LSB Runtime Languages:</emphasis></term>
194 <term><emphasis>LSB Printing:</emphasis></term>
201 <term><emphasis>LSB Multimeda:</emphasis></term>
203 <para>Xdg-utils</para>