source: prologue/standards.xml@ 3cfc5a6

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 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 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 3cfc5a6 was 12c82b50, checked in by Matthew Burgess <matthew@…>, 14 years ago

Fix several grammar mistakes and other typos. Thanks to Jim DeMarco for the report.

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

  • Property mode set to 100644
File size: 6.3 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://www.unix.org/single_unix_specification">The
22 Single UNIX Specification Version 3 (POSIX)</ulink>. Note:
23 Free registration is required.</para>
24 </listitem>
25 <listitem>
26 <para><ulink url="http://www.pathname.com/fhs/pub/fhs-2.3.html">Filesystem
27 Hierarcy Standard (FHS)</ulink></para>
28
29 </listitem>
30 <listitem>
31 <para><ulink url="http://refspecs.freestandards.org/LSB_4.0.0/">Linux
32 Standard Base (LSB) Core Specification 4.0</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. Most of 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, Binutils, Coreutils, Diffutils, File, Findutils, Gawk,
64 Grep, Gzip, M4, Man-DB, Ncurses, Procps, Psmisc, Sed,
65 Shadow, Tar, Util-linux-ng, 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>Bc, Cpio, Ed, Fcrontab, PAM, Sendmail (or Postfix or Exim)
116 </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, Qt3, 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</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>At, Batch, Install_initd, Lsb_release, Remove_initd, Test
169 </para>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry>
174 <term><emphasis>LSB C++:</emphasis></term>
175 <listitem>
176 <para>None</para>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry>
181 <term><emphasis>LSB Desktop:</emphasis></term>
182 <listitem>
183 <para>None</para>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry>
188 <term><emphasis>LSB Runtime Languages:</emphasis></term>
189 <listitem>
190 <para>None</para>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry>
195 <term><emphasis>LSB Printing:</emphasis></term>
196 <listitem>
197 <para>None</para>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry>
202 <term><emphasis>LSB Multimeda:</emphasis></term>
203 <listitem>
204 <para>Xdg-utils</para>
205 </listitem>
206 </varlistentry>
207
208 </variablelist>
209
210</sect1>
211
Note: See TracBrowser for help on using the repository browser.