source: prologue/standards.xml@ 4a32085

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 4a32085 was 4a32085, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Minor text changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 6.2 KB
Line 
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">
5 %general-entities;
6]>
7
8<sect1 id="pre-standards">
9 <?dbhtml filename="standards.html"?>
10
11 <title>LFS and Standards</title>
12
13 <!--<sect2>
14 <title/> -->
15
16 <para>The structure of LFS follows Linux standards as closely as
17 possible. The primary standards are:</para>
18
19 <itemizedlist>
20 <listitem>
21 <para><ulink url="http://pubs.opengroup.org/onlinepubs/9699919799/">
22 POSIX.1-2008</ulink>.</para>
23 </listitem>
24 <listitem>
25 <para><ulink
26 url="http://www.linuxfoundation.org/collaborate/workgroups/lsb/fhs-30-draft-1">
27 Filesystem Hierarchy Standard version 3.0 Draft 1 (FHS)</ulink></para>
28
29 </listitem>
30 <listitem>
31 <para><ulink url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
32 Standard Base (LSB) Specifications</ulink></para>
33
34 <para>The LSB has five separate standards: Core, C++, Desktop,
35 Runtime Languages, and Printing. In addition to generic requirements
36 there are also architecture specific requirements. LFS attempts to
37 conform to the architectures discussed in the previous section.</para>
38
39 <note><para>Many people do not agree with the requirements of the LSB.
40 The main purpose of defining it is to ensure that proprietary software
41 will be able to be installed and run properly on a compliant system.
42 Since LFS is source based, the user has complete control over what
43 packages are desired and many choose not to install some packages that
44 are specified by the LSB.</para></note>
45
46 </listitem>
47 </itemizedlist>
48
49 <para>Creating a complete LFS system capable of passing the LSB
50 certifications tests is possible, but not without many additional packages
51 that are beyond the scope of LFS. These additional packages have
52 installation instructions in BLFS. </para>
53
54 <variablelist>
55 <bridgehead renderas="sect3">Packages supplied by LFS needed to
56 satisfy the LSB Requirements</bridgehead>
57 <?dbfo list-presentation="list"?>
58 <?dbhtml list-presentation="table"?>
59
60 <varlistentry>
61 <term><emphasis>LSB Core:</emphasis></term>
62 <listitem>
63 <para>Bash, Bc, Binutils, Coreutils, Diffutils, File, Findutils, Gawk,
64 Grep, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Sed,
65 Shadow, Tar, Util-linux, Zlib</para>
66 </listitem>
67 </varlistentry>
68
69 <varlistentry>
70 <term><emphasis>LSB C++:</emphasis></term>
71 <listitem>
72 <para>Gcc</para>
73 </listitem>
74 </varlistentry>
75
76 <varlistentry>
77 <term><emphasis>LSB Desktop:</emphasis></term>
78 <listitem>
79 <para>None</para>
80 </listitem>
81 </varlistentry>
82
83 <varlistentry>
84 <term><emphasis>LSB Runtime Languages:</emphasis></term>
85 <listitem>
86 <para>Perl</para>
87 </listitem>
88 </varlistentry>
89
90 <varlistentry>
91 <term><emphasis>LSB Printing:</emphasis></term>
92 <listitem>
93 <para>None</para>
94 </listitem>
95 </varlistentry>
96
97 <varlistentry>
98 <term><emphasis>LSB Multimeda:</emphasis></term>
99 <listitem>
100 <para>None</para>
101 </listitem>
102 </varlistentry>
103
104 </variablelist>
105
106 <variablelist>
107 <bridgehead renderas="sect3">Packages supplied by BLFS needed to
108 satisfy the LSB Requirements</bridgehead>
109 <?dbfo list-presentation="list"?>
110 <?dbhtml list-presentation="table"?>
111
112 <varlistentry>
113 <term><emphasis>LSB Core:</emphasis></term>
114 <listitem>
115 <para>At, Batch (a part of At), Cpio, Fcrontab, Initd-tools,
116 Lsb_release, PAM, Sendmail (or Postfix or Exim) </para>
117 </listitem>
118 </varlistentry>
119
120 <varlistentry>
121 <term><emphasis>LSB C++:</emphasis></term>
122 <listitem>
123 <para>None</para>
124 </listitem>
125 </varlistentry>
126
127 <varlistentry>
128 <term><emphasis>LSB Desktop:</emphasis></term>
129 <listitem>
130 <para>ATK, Cairo, Desktop-file-utils, Freetype, Fontconfig,
131 Glib2, GTK+2, Icon-naming-utils, Libjpeg, Libpng, Libxml2,
132 MesaLib, Pango, Qt4, Xorg</para>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry>
137 <term><emphasis>LSB Runtime Languages:</emphasis></term>
138 <listitem>
139 <para>Python</para>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry>
144 <term><emphasis>LSB Printing:</emphasis></term>
145 <listitem>
146 <para>CUPS</para>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry>
151 <term><emphasis>LSB Multimeda:</emphasis></term>
152 <listitem>
153 <para>Alsa Libraries, NSPR, NSS, OpenSSL, Java, Xdg-utils</para>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Packages not supplied by LFS or BLFS
161 needed to satisfy the LSB Requirements</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry>
166 <term><emphasis>LSB Core:</emphasis></term>
167 <listitem>
168 <para>None</para>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry>
173 <term><emphasis>LSB C++:</emphasis></term>
174 <listitem>
175 <para>None</para>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry>
180 <term><emphasis>LSB Desktop:</emphasis></term>
181 <listitem>
182 <para>Qt3</para>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry>
187 <term><emphasis>LSB Runtime Languages:</emphasis></term>
188 <listitem>
189 <para>None</para>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry>
194 <term><emphasis>LSB Printing:</emphasis></term>
195 <listitem>
196 <para>None</para>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry>
201 <term><emphasis>LSB Multimeda:</emphasis></term>
202 <listitem>
203 <para>None</para>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209</sect1>
210
Note: See TracBrowser for help on using the repository browser.