Changeset acfc391
- Timestamp:
- 09/12/2003 03:09:56 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7891efc
- Parents:
- 1aacd4b5
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/appendices.xml
r1aacd4b5 racfc391 1 <part id="appendices" >1 <part id="appendices" xreflabel="Appendix"> 2 2 <title>Appendices</title> 3 3 -
book/book.ent
r1aacd4b5 racfc391 21 21 <!ENTITY ffile-root "ftp://ftp.linuxfromscratch.org/blfs-patches/cvs"> 22 22 <!ENTITY hfile-root "http://downloads.linuxfromscratch.org/blfs-patches"> 23 <!ENTITY hints-root "http:// hints.linuxfromscratch.org">23 <!ENTITY hints-root "http://www.linuxfromscratch.org/hints"> 24 24 <!ENTITY nbsp " "> 25 25 <!ENTITY publisher "Unknown"> -
introduction/important/beyond.xml
r1aacd4b5 racfc391 1 1 <sect1 id="intro-important-beyond"> 2 2 <?dbhtml filename="beyond.html" dir="introduction"?> 3 <title>Going Beyond BLFS</title>3 <title>Going Beyond <acronym>BLFS</acronym></title> 4 4 5 5 <para>The packages that are installed in this book are only the tip of the 6 iceberg. We hope that the experience you gained with the LFS book and the BLFS 7 book will give you the background needed to compile, install and configure 8 packages that are not included in this book.</para> 6 iceberg. We hope that the experience you gained with the <acronym>LFS</acronym> 7 book and the <acronym>BLFS</acronym> book will give you the background needed 8 to compile, install and configure packages that are not included in this book. 9 </para> 9 10 10 11 <para>If you are in search of a package that is not in the book, the following … … 20 21 lead to the website for the package.</para></listitem> 21 22 22 <listitem><para>If you know the name of the executable, but not the package that23 th e executable belongs to, first try a google24 search with the name of the executable. If the results are overwhelming, try 25 searching for the givenexecutable in the debian repository at23 <listitem><para>If you know the name of the executable, but not the package 24 that the executable belongs to, first try a google search with the name of the 25 executable. If the results are overwhelming, try searching for the given 26 executable in the debian repository at 26 27 <ulink url="http://www.debian.org/distrib/packages#search_contents"/>. 27 28 </para></listitem> … … 35 36 <listitem><para>Many of the newer packages follow the <command>./configure 36 37 && make && make install</command> <emphasis>dance</emphasis> 37 routine. Help on the 38 options accepted by configure can be obtained via the command 39 <command>./configure --help</command>.</para></listitem> 38 routine. Help on the options accepted by configure can be obtained via the 39 command <command>./configure --help</command>.</para></listitem> 40 40 41 41 <listitem><para>Most of the packages contain documentation on compiling and … … 51 51 </itemizedlist> 52 52 53 <tip><para>If you have found a package that is only available in .deb or .rpm format,54 there are two small scripts rpm2targz and deb2targz that are available at 55 <ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert53 <tip><para>If you have found a package that is only available in .deb or .rpm 54 format, there are two small scripts rpm2targz and deb2targz that are available 55 at <ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert 56 56 the archives into a simple tar.gz format.</para></tip> 57 57 -
introduction/important/bootscripts.xml
r1aacd4b5 racfc391 5 5 <para>The scripts included for packages such as <xref linkend="gpm"/> 6 6 and <xref linkend="alsa"/> are based around the template supplied with 7 the lfs-bootscripts package from version 3.2 and later of the LFS book.8 Note that this is lfs-bootscripts-1.6 and later (the old numbering 9 changed as of LFS-3.2). The scripts won't work with versions of LFS 10 before 3.2 because of a change in their organization with the new 11 scripts. However, it should be trivial to adapt the scripts if needed 12 for older LFSversions.</para>7 the lfs-bootscripts package from version 3.2 and later of the <acronym> 8 LFS</acronym> book. Note that this is lfs-bootscripts-1.6 and later (the old 9 numbering changed as of LFS-3.2). The scripts won't work with versions 10 of <acronym>LFS</acronym> before 3.2 because of a change in their organization 11 with the new scripts. However, it should be trivial to adapt the scripts if 12 needed for older <acronym>LFS</acronym> versions.</para> 13 13 14 14 </sect1> -
introduction/important/position.xml
r1aacd4b5 racfc391 3 3 <title>The /usr versus /usr/local debate</title> 4 4 5 <para><emphasis>Should I install XXX in /usror6 /usr/local?</emphasis></para>5 <para><emphasis>Should I install XXX in <filename>/usr</filename> or 6 <filename>/usr/local</filename>?</emphasis></para> 7 7 8 <para>This is a question without an obvious answer for an LFS based9 system.</para>8 <para>This is a question without an obvious answer for an 9 <acronym>LFS</acronym> based system.</para> 10 10 11 11 <para>In traditional unix systems, <filename>/usr</filename> usually 12 contains files that come 13 with the system distribution, and the <filename>/usr/local</filename> tree 14 is free for the local administrator to add things to. The only 15 really hard and fast 16 rule is that unix distributions should not touch 17 <filename>/usr/local</filename>, except 18 perhaps for creating the basic directories within it.</para> 12 contains files that come with the system distribution, and the <filename> 13 /usr/local</filename> tree is free for the local administrator to add things 14 to. The only really hard and fast rule is that unix distributions should not 15 touch <filename>/usr/local</filename>, except perhaps for creating the basic 16 directories within it.</para> 19 17 20 18 <para>With Linux distributions, like Red Hat, Debian etc. a possible rule is … … 24 22 <filename>/usr</filename>.</para> 25 23 26 <para> LFS users build their own system and so deciding where the system ends27 and local files begin is not straightforward. So the choice should be 28 made in order to make things easier to administer. There are several24 <para><acronym>LFS</acronym> users build their own system and so deciding where 25 the system ends and local files begin is not straightforward. So the choice 26 should be made in order to make things easier to administer. There are several 29 27 reasons for dividing files between <filename>/usr</filename> and 30 28 <filename>/usr/local</filename>.</para> … … 32 30 <itemizedlist> 33 31 34 <listitem><para>On a network of several machines all running LFS, or mixed 35 LFS and 36 other Linux distributions, <filename>/usr/local</filename> could be used to 37 hold packages 32 <listitem><para>On a network of several machines all running <acronym>LFS 33 </acronym>, or mixed <acronym>LFS</acronym> and other Linux distributions, 34 <filename>/usr/local</filename> could be used to hold packages 38 35 that are common between all the computers in the network. It can be 39 NFS mounted or mirrored from a single server. Here local indicates 40 local to the site.</para></listitem>36 <acronym>NFS</acronym> mounted or mirrored from a single server. Here local 37 indicates local to the site.</para></listitem> 41 38 42 39 <listitem><para>On a network of several computers all running an identical 43 LFS system <filename>/usr/local</filename> could hold packages that44 are different between the machines. In this case local refers to45 t he individual computers.</para></listitem>40 <acronym>LFS</acronym> system <filename>/usr/local</filename> could hold 41 packages that are different between the machines. In this case local refers 42 to the individual computers.</para></listitem> 46 43 47 44 <listitem><para>Even on a single computer <filename>/usr/local</filename> can 48 45 be useful if you have several distributions installed simultaneously, and want 49 a place to put packages that will be the same on all of 50 them.</para></listitem> 46 a place to put packages that will be the same on all of them.</para></listitem> 51 47 52 <listitem><para>Or you might regularly rebuild your LFS, but want 53 a place to put files 54 that you don't want to rebuild each time. This way you can wipe the 55 LFS filesystem and start from a clean partition every time without losing 56 everything.</para></listitem> 48 <listitem><para>Or you might regularly rebuild your <acronym>LFS</acronym>, but 49 want a place to put files that you don't want to rebuild each time. This way 50 you can wipe the <acronym>LFS</acronym> filesystem and start from a clean 51 partition every time without losing everything.</para></listitem> 57 52 58 53 </itemizedlist> 59 54 60 <para>Some people ask why not use your own directory tree, e.g. 61 <filename>/usr/site</filename> rather than 62 <filename>/usr/local</filename>?</para> 55 <para>Some people ask why not use your own directory tree, e.g. <filename> 56 /usr/site</filename> rather than <filename>/usr/local</filename>?</para> 63 57 64 <para>There is nothing stopping you, many sites do make their own trees, however65 it makes installing new software more difficult. Automatic installers58 <para>There is nothing stopping you, many sites do make their own trees, 59 however it makes installing new software more difficult. Automatic installers 66 60 often look for dependencies in <filename>/usr</filename> and 67 61 <filename>/usr/local</filename>, and if the file it is looking 68 62 for is in <filename>/usr/site</filename> instead, the installer will 69 probably fail unless 70 you specifically tell it where to look.</para> 63 probably fail unless you specifically tell it where to look.</para> 71 64 72 <para><emphasis>What is the BLFS position on this?</emphasis></para> 65 <para><emphasis>What is the <acronym>BLFS</acronym> position on this?</emphasis> 66 </para> 73 67 74 <para>All of the BLFSinstructions install programs in68 <para>All of the <acronym>BLFS</acronym> instructions install programs in 75 69 <filename>/usr</filename> unless specifically stated otherwise. There 76 70 are examples where some files are placed in the 77 71 <filename>/usr/local</filename> hierarchy but these are documented and 78 72 are generally for a good reason. These exceptions should be well documented 79 in the book. If you think you have 80 found one which isn't please tell us!</para> 73 in the book. If you think you have found one which isn't please tell us!</para> 81 74 82 75 </sect1> -
introduction/important/unpacking.xml
r1aacd4b5 racfc391 3 3 <title>Getting and unpacking the software</title> 4 4 5 <para>Those people who have built a LFS system will be aware of the6 general principles of downloading and unpacking software. We will5 <para>Those people who have built a <acronym>LFS</acronym> system will be aware 6 of the general principles of downloading and unpacking software. We will 7 7 however repeat some of that information here for those new to building 8 8 their own software.</para> 9 9 10 <para>One difference from the LFS book is that we do <emphasis>not</emphasis> 11 mirror the packages on the BLFS website. 12 Instead, each set of installation instructions contains a URL from which 13 you can download the package. We do however keep a selection of patches 14 available via http/ftp. These are referenced as needed in the 10 <para>Each set of installation instructions contains a <acronym>URL</acronym> 11 from which you can download the package. We do however keep a selection of 12 patches available via http. These are referenced as needed in the 15 13 installation instructions.</para> 16 14 … … 32 30 the following two commands, depending on the filename:</para> 33 31 34 <screen>< userinput>tar -xvzf filename.tar.gz32 <screen><command>tar -xvzf filename.tar.gz 35 33 tar -xvzf filename.tgz 36 tar -xvzf filename.tar.Z</ userinput></screen>34 tar -xvzf filename.tar.Z</command></screen> 37 35 38 36 <para>If a file is tar'ed and bzip2'ed, it can usually be unpacked by 39 37 running:</para> 40 38 41 <screen>< userinput>tar -jxvf filename.tar.bz2</userinput></screen>39 <screen><command>tar -jxvf filename.tar.bz2</command></screen> 42 40 43 <para>This applies as long as you patched tar to include the j option 44 during your LFS install. If you didn't, you can use a slightly 45 different method:</para> 41 <para>You can also use a slightly different method:</para> 46 42 47 <screen>< userinput>bzcat filename.tar.bz2 | tar -xv</userinput></screen>43 <screen><command>bzcat filename.tar.bz2 | tar -xv</command></screen> 48 44 49 45 <para>Finally, you need to be able to unpack patches which are generally … … 52 48 commands depending on whether the file is .gz or .bz2:</para> 53 49 54 <screen>< userinput>gunzip patchname.gz55 bunzip2 patchname.bz2</ userinput></screen>50 <screen><command>gunzip patchname.gz 51 bunzip2 patchname.bz2</command></screen> 56 52 57 53 </sect2> -
introduction/welcome/acknowledgments.xml
r1aacd4b5 racfc391 4 4 5 5 <para>We would like to thank the following people and organizations for their 6 contributions toward the BLFS and LFS projects:</para> 6 contributions toward the <acronym>BLFS</acronym> and <acronym>LFS</acronym> 7 projects:</para> 7 8 8 9 <itemizedlist> … … 19 20 <listitem><para><ulink url="mailto:gerard@linuxfromscratch.org">Gerard 20 21 Beekmans</ulink> <gerard@linuxfromscratch.org> for starting and 21 writing the vast majority of the LFS project.</para></listitem> 22 writing the vast majority of the <acronym>LFS</acronym> project.</para> 23 </listitem> 22 24 23 25 <listitem><para><ulink url="mailto:highos@linuxfromscratch.org">Jesse 24 26 Tie-Ten-Quee</ulink> <highos@linuxfromscratch.org> for answering 25 many questions on irc, having a great deal of patience and for not26 killing the editor for the joke in the originalBLFS27 announcement!</para></listitem>27 many questions on <acronym>irc</acronym>, having a great deal of patience and 28 for not killing the former editor for the joke in the original <acronym>BLFS 29 </acronym> announcement!</para></listitem> 28 30 29 <listitem><para><ulink url="http://www.dreamwvr.com/services">DREAMWVR.COM</ulink> for their ongoing sponsorship by donating various resources to the LFS and 30 related sub projects.</para></listitem> 31 <listitem><para><ulink url="http://www.dreamwvr.com/services">DREAMWVR.COM 32 </ulink> for their ongoing sponsorship by donating various resources to the 33 <acronym>LFS</acronym> and related sub projects.</para></listitem> 31 34 32 35 <listitem><para>Robert Briggs for donating the linuxfromscratch.org and 33 36 linuxfromscratch.com domain names.</para></listitem> 34 37 35 <listitem><para><ulink url="mailto:bkenoah@oswd.org">Frank 36 Skettino</ulink> <bkenoah@oswd.org> at <ulink37 url="http://www.oswd.org">OSWD</ulink> for coming up the initial design 38 of the LFS and BLFSwebsites.</para></listitem>38 <listitem><para><ulink url="mailto:bkenoah@oswd.org">Frank Skettino</ulink> 39 <bkenoah@oswd.org> at <ulink url="http://www.oswd.org">OSWD</ulink> for 40 coming up the initial design of the <acronym>LFS</acronym> and <acronym>BLFS 41 </acronym> websites.</para></listitem> 39 42 40 <listitem><para><ulink url="mailto:garrett@linux.com">Garrett 41 LeSage</ulink> <garrett@linux.com> for creating the LFS 42 banner</para></listitem>43 <listitem><para><ulink url="mailto:garrett@linux.com">Garrett LeSage</ulink> 44 <garrett@linux.com> for creating the <acronym>LFS</acronym> banner</para> 45 </listitem> 43 46 44 <listitem><para>Jeff Bauman (former co-editor of the book) for his 45 assistance with getting BLFSoff the ground.</para></listitem>47 <listitem><para>Jeff Bauman (former co-editor of the book) for his assistance 48 with getting <acronym>BLFS</acronym> off the ground.</para></listitem> 46 49 47 <listitem><para>Countless other people on the various LFS and BLFS 48 mailing lists who are making this book happen by giving their 49 suggestions, testing the book and submitting bug reports.</para></listitem> 50 <listitem><para>Countless other people on the various <acronym>LFS</acronym> 51 and <acronym>BLFS</acronym> mailing lists who are making this book happen by 52 giving their suggestions, testing the book and submitting bug reports.</para> 53 </listitem> 50 54 51 55 </itemizedlist> -
introduction/welcome/askhelp.xml
r1aacd4b5 racfc391 1 1 <sect1 id="intro-welcome-askhelp"> 2 2 <?dbhtml filename="askhelp.html" dir="introduction"?> 3 <title>Asking for help and the FAQ</title>3 <title>Asking for help and the <acronym>FAQ</acronym></title> 4 4 5 5 <para>If you encounter a problem while using this book, and your problem 6 is not listed in the FAQ (<ulink 7 url="http://www.linuxfromscratch.org/faq"/>), you will find that most 8 of the people on Internet Relay Chat (IRC) and 9 on the mailing lists are willing to help you. An 10 overview of the LFS mailing lists can be found in 11 <xref linkend="intro-welcome-maillists"/>. To assist us in diagnosing and solving 12 your problem, include as much relevant information as possible in your 13 request for help.</para> 6 is not listed in the <acronym>FAQ</acronym> (<ulink 7 url="http://www.linuxfromscratch.org/faq"/>), you will find that most of the 8 people on Internet Relay Chat (<acronym>IRC</acronym>) and on the mailing lists 9 are willing to help you. An overview of the <acronym>LFS</acronym> mailing 10 lists can be found in <xref linkend="intro-welcome-maillists"/>. To assist us 11 in diagnosing and solving your problem, include as much relevant information as 12 possible in your request for help.</para> 14 13 15 14 <sect2> … … 23 22 available as a module to the kernel. If it is a module, is it configured 24 23 properly in <filename>modules.conf</filename> and has it been loaded. You 25 should use <userinput>lsmod</userinput> to see if it's loaded. Check the 26 <filename>sys.log</filename> or run <userinput>modprobe 27 <driver></userinput> 28 to review any error message. If it loads properly, you may need to add 29 the <userinput>modprobe</userinput> to your boot scripts.</para></listitem> 24 should use <command>lsmod</command> as root to see if it's loaded. Check the 25 <filename>sys.log</filename> or run <command>modprobe <driver> 26 </command> to review any error message. If it loads properly, you may need 27 to add the <command>modprobe</command> to your boot scripts.</para></listitem> 30 28 31 29 <listitem><para>Are your permissions properly set, especially for 32 devices. LFS uses groups to make these settings easier, but it also33 adds the step of adding users to groups to allow access. A simple34 < userinput>moduser -G audio <user></userinput> may be all that's35 necessary for that user to have access to the sound 36 system. Any question that starts out with "It works as root, but not as 37 ..." should review permissions throughlyprior to asking.</para></listitem>30 devices. <acronym>LFS</acronym> uses groups to make these settings easier, but 31 it also adds the step of adding users to groups to allow access. A simple 32 <command>moduser -G audio <user></command> may be all that's necessary 33 for that user to have access to the sound system. Any question that starts 34 out with "It works as root, but not as ..." should review permissions throughly 35 prior to asking.</para></listitem> 38 36 39 <listitem><para>BLFS liberally uses <filename>/opt/<package></filename>. The main objection to this centers around the need to 40 expand your environment variables for each package placed there (e.g. 37 <listitem><para><acronym>BLFS</acronym> liberally uses <filename> 38 /opt/<package></filename>. The main objection to this centers around the 39 need to expand your environment variables for each package placed there (e.g. 41 40 PATH=$PATH:/opt/kde/bin). In some cases, the package will walk you 42 through the changes, but some will not. <xref linkend="appendices-generic"/> is available to43 help you check.</para></listitem>41 through the changes, but some will not. <xref linkend="appendices-generic"/> 42 is available to help you check.</para></listitem> 44 43 </itemizedlist></sect2> 45 44 … … 57 56 <listitem><para>the exact error message or symptom you are 58 57 receiving,</para></listitem> 59 <listitem><para>whether you have deviated from the book or LFS at60 all.</para></listitem>58 <listitem><para>whether you have deviated from the book or 59 <acronym>LFS</acronym> at all.</para></listitem> 61 60 </itemizedlist> 62 61 … … 66 65 <para>Expect guidance instead of specific instructions. If you are 67 66 instructed to read something, please do so, it generally implies that 68 the answer was way too obvious and that the question would not have been asked if a little69 research was done prior to asking. The volunteers in the mailing list 70 prefer not to be used as an alternative to doing reasonable research on71 your end. In addition, the quality of your experience with BLFS is also greatly72 enhanced by this research, and the quality of volunteers is enhanced 73 because they don't feel that their time has been abused, so they are 74 far more likely to participate.</para>67 the answer was way too obvious and that the question would not have been asked 68 if a little research was done prior to asking. The volunteers in the mailing 69 list prefer not to be used as an alternative to doing reasonable research on 70 your end. In addition, the quality of your experience with <acronym>BLFS 71 </acronym> is also greatly enhanced by this research, and the quality of 72 volunteers is enhanced because they don't feel that their time has been abused, 73 so they are far more likely to participate.</para> 75 74 76 75 <para>An excellent article on asking for help on the Internet in general -
introduction/welcome/changelog.xml
r1aacd4b5 racfc391 1 <sect1 id="intro-welcome-changelog" >1 <sect1 id="intro-welcome-changelog" role="dsssl"> 2 2 <?dbhtml filename="changelog.html" dir="introduction"?> 3 3 <title>Changelog</title> … … 11 11 <itemizedlist> 12 12 13 <listitem><para>September 11th, 2003 [lary]: added imlib2 and 13 <listitem><para>September 11th, 2003 [larry]: Arranged Part 14 I-Introduction to follow LFS order and, of course, 15 tagged.</para></listitem> 16 17 <listitem><para>September 11th, 2003 [larry]: added imlib2 and 14 18 openquicktime submitted by Igor.</para></listitem> 15 19 -
introduction/welcome/contact.xml
r1aacd4b5 racfc391 3 3 <title>Contact information</title> 4 4 5 <para>Please direct your emails to one of the BLFS mailing lists. See6 <xref linkend="intro-welcome-maillists"/> for more information on the 7 available mailing lists.</para>5 <para>Please direct your emails to one of the <acronym>BLFS</acronym> mailing 6 lists. See <xref linkend="intro-welcome-maillists"/> for more information on 7 the available mailing lists.</para> 8 8 9 <para>The current BLFS maintainer is &maintainer-fullname;. If you need10 to reach &maintainer-firstname;, send an email to9 <para>The current <acronym>BLFS</acronym> maintainer is &maintainer-fullname;. 10 If you need to reach &maintainer-firstname;, send an email to 11 11 <ulink url="mailto:&maintainer-address;">&maintainer-address;</ulink>.</para> 12 12 -
introduction/welcome/conventions.xml
r1aacd4b5 racfc391 32 32 websites, etc.</para></blockquote> 33 33 34 < para><screen><userinput>cat > $LFS/etc/group << "EOF"</userinput>34 <screen><userinput><command>cat > $LFS/etc/group << "EOF"</command>> 35 35 root:x:0: 36 36 bin:x:1: 37 37 ...... 38 < userinput>EOF</userinput></screen></para>38 <command>EOF</command></userinput></screen> 39 39 40 40 <blockquote><para>This type of section is used mainly when creating -
introduction/welcome/credits.xml
r1aacd4b5 racfc391 3 3 <title>Credits</title> 4 4 5 <para>Many people have contributed both directly and indirectly to BLFS.6 This page lists all of those we can think of. We may well have5 <para>Many people have contributed both directly and indirectly to <acronym> 6 BLFS</acronym>. This page lists all of those we can think of. We may well have 7 7 missed people out and if you feel this is the case, drop us line. Many 8 8 thanks to all of the LFS community for their assistance with this … … 16 16 <itemizedlist> 17 17 18 <listitem><para><emphasis>Editor:</emphasis> Larry Lawrence <ulink 19 url="mailto:&maintainer-address;"><&maintainer-address;></ulink></para></listitem> 20 21 <listitem><para><emphasis>Co-Editors:</emphasis> Bruce 22 Dubbs, Mark Hymers, Billy O'Connor and Tushar Teredesai</para></listitem> 18 <listitem><para><emphasis>Editor:</emphasis> Larry Lawrence <ulink 19 url="mailto:&maintainer-address;"><&maintainer-address;></ulink></para> 20 </listitem> 21 22 <listitem><para><emphasis>Co-Editors:</emphasis> Bruce Dubbs, Mark Hymers, 23 Billy O'Connor and Tushar Teredesai</para></listitem> 23 24 24 25 </itemizedlist> … … 29 30 <itemizedlist> 30 31 31 <listitem><para>Chapter 01. Based on the LFS introductory text by 32 <emphasis>Gerard Beekmans</emphasis>, modified by <emphasis>Mark 33 Hymers</emphasis> for BLFS.</para></listitem>34 35 <listitem><para>Chapter 02: The /usr versus /usr/local 36 debate: <emphasis>AndrewMcMurry</emphasis>.</para></listitem>37 38 <listitem><para>Chapter 02: Going beyond BLFS: <emphasis>Tushar 39 Teredesai</emphasis>.</para></listitem>40 41 <listitem><para>Chapter 03: /etc/inputrc: <emphasis>Chris 42 Lynn</emphasis>.</para></listitem>32 <listitem><para>Chapter 01. Based on the LFS introductory text by <emphasis> 33 Gerard Beekmans</emphasis>, modified by <emphasis>Mark Hymers</emphasis> 34 for <acronym>BLFS</acronym>.</para></listitem> 35 36 <listitem><para>Chapter 02: The /usr versus /usr/local debate: <emphasis>Andrew 37 McMurry</emphasis>.</para></listitem> 38 39 <listitem><para>Chapter 02: Going beyond BLFS: <emphasis>Tushar Teredesai 40 </emphasis>.</para></listitem> 41 42 <listitem><para>Chapter 03: /etc/inputrc: <emphasis>Chris Lynn</emphasis>. 43 </para></listitem> 43 44 44 45 <listitem><para>Chapter 03: Customizing your logon & vimrc: <emphasis>Mark 45 46 Hymers</emphasis>.</para></listitem> 46 47 47 <listitem><para>Chapter 03: Random number script <emphasis>Larry 48 Lawrence</emphasis>.</para></listitem>48 <listitem><para>Chapter 03: Random number script <emphasis>Larry Lawrence 49 </emphasis>.</para></listitem> 49 50 50 51 <listitem><para>Chapter 03: Creating a custom bootdisk <emphasis>Mike … … 54 55 Robertson</emphasis>.</para></listitem> 55 56 56 <listitem><para>Chapter 04: <!--<xref 57 linkend="ch06-firewall"/>-->Firewalling: <emphasis>Henning 58 Rohde with thanks to Jeff Bauman</emphasis>.</para></listitem> 57 <listitem><para>Chapter 04: <!--<xref linkend="ch06-firewall"/>-->Firewalling: 58 <emphasis>Henning Rohde with thanks to Jeff Bauman</emphasis>.</para></listitem> 59 59 60 60 <listitem><para>Chapter 11: Which <emphasis>Mark Hymers</emphasis> with … … 62 62 Tie-Ten-Quee</emphasis>.</para></listitem> 63 63 64 <listitem><para>Chapter 26: XFree86 <emphasis>Bruce Dubbs</emphasis>.</para></listitem> 65 66 <listitem><para>Chapter 28: Intro to Window Managers 67 <emphasis>Bruce Dubbs</emphasis>.</para></listitem> 64 <listitem><para>Chapter 26: XFree86 <emphasis>Bruce Dubbs</emphasis>.</para> 65 </listitem> 66 67 <listitem><para>Chapter 28: Intro to Window Managers <emphasis>Bruce Dubbs 68 </emphasis>.</para></listitem> 68 69 69 70 <listitem><para>Chapter 29: KDE: <emphasis>Bruce Dubbs</emphasis>.</para> 70 71 </listitem> 71 72 72 <listitem><para>Chapter 32: GNOME: <emphasis>Larry Lawrence</emphasis>.</para></listitem> 73 <listitem><para>Chapter 32: GNOME: <emphasis>Larry Lawrence</emphasis>.</para> 74 </listitem> 73 75 74 76 </itemizedlist> … … 82 84 xvid and xsane: <emphasis>Alex Kloss</emphasis></para></listitem> 83 85 84 <listitem><para>AbiWord, at-spi, ATK, audiofile, avifile, bc, bonobo-activation, bug-buddy, 85 cdrdao, cdrtools, cpio, curl, dhcp, enlightenment, eog, esound, 86 fcron, fluxbox, FNLIB, gail, galeon, gconf-editor, gdbm, gedit, 87 gimp, GLib2, gmp, gnet, gnome-applets, gnome-desktop, 88 gnome-games, gnome-icon-theme, gnome-libs, 89 gnome-media, gnome-mime-data, gnome-panel, gnome-session, 86 <listitem><para>AbiWord, at-spi, ATK, audiofile, avifile, bc, bonobo-activation, 87 bug-buddy, cdrdao, cdrtools, cpio, curl, dhcp, enlightenment, eog, esound, 88 fcron, fluxbox, FNLIB, gail, galeon, gconf-editor, gdbm, gedit, gimp, GLib2, 89 gmp, gnet, gnome-applets, gnome-desktop, gnome-games, gnome-icon-theme, 90 gnome-libs, gnome-media, gnome-mime-data, gnome-panel, gnome-session, 90 91 gnome-system-monitor, gnome-terminal, gnome-themes, gnome-utils, gnome-vfs, 91 gnome2-user-docs, gnumeric, GTK+2, gtk-doc, gtk-engines, 92 gtk-thinice-engine, eel, imlib, intltool, 93 lame, libao, libart_lgpl, libbonobo, libbonoboui, libgail-gnome, 94 libglade2, libgnome, libgnomecanvas, libgnomeprint, libgnomeprintui, 95 libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, librsvg, 96 libvorbis, libwnck, libxml2, libxslt, linc, LPRng, Linux_PAM, 92 gnome2-user-docs, gnumeric, GTK+2, gtk-doc, gtk-engines, gtk-thinice-engine, 93 eel, imlib, intltool, lame, libao, libart_lgpl, libbonobo, libbonoboui, 94 libgail-gnome, libglade2, libgnome, libgnomecanvas, libgnomeprint, 95 libgnomeprintui, libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, 96 librsvg, libvorbis, libwnck, libxml2, libxslt, linc, LPRng, Linux_PAM, 97 97 metacity, MPlayer, mutt, nautilus, nautilus-media, oaf, OpenJade, OpenSP, 98 98 OpenSSH, ORBit, ORBit2, pan, Pango, pccts, pcre, pkgconfig, postfix, 99 99 procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, sgml-common, 100 sgml-dtd, shadow, startup-notification, unzip, 101 vorbis-tools, vte, wget, XFce, xine, xml-dtd, yelp and zip: <emphasis>Larry Lawrence</emphasis></para></listitem> 100 sgml-dtd, shadow, startup-notification, unzip, vorbis-tools, vte, wget, XFce, 101 xine, xml-dtd, yelp and zip: <emphasis>Larry Lawrence</emphasis></para> 102 </listitem> 102 103 103 104 <listitem><para>CDParanoia, mpg123, SDL and XMMS: <emphasis>Jeroen 104 105 Coumans</emphasis></para></listitem> 105 106 106 <listitem><para>alsa, cvs, dhcpcd, gpm, hdparm, libjpeg, libmng, libpng, libtiff, libungif, links, lynx, openssl, tcsh, which, zsch, zlib: <emphasis>Mark Hymers</emphasis></para></listitem> 107 <listitem><para>alsa, cvs, dhcpcd, gpm, hdparm, libjpeg, libmng, libpng, 108 libtiff, libungif, links, lynx, openssl, tcsh, which, zsch, zlib: <emphasis> 109 Mark Hymers</emphasis></para></listitem> 107 110 108 111 <listitem><para>daemontools, traceroute and ucspi-tcp: <emphasis>Jeff 109 112 Bauman</emphasis></para></listitem> 110 113 111 <listitem><para>db and lcms: <emphasis>Jeremy Jones and Mark 112 Hymers</emphasis></para></listitem>114 <listitem><para>db and lcms: <emphasis>Jeremy Jones and Mark Hymers</emphasis> 115 </para></listitem> 113 116 114 117 <listitem><para>aspell, balsa, bind, bonobo, bonobo-conf, cvs server, … … 117 120 libesmtp, libfam, libghttp, libglade, pine, portmap, PostgreSQL, 118 121 pspell, qmail, qpopper, readline, reiserfs, Samba, sendmail, slib, 119 slrn, soup, tex, tcp-wrappers, and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem> 120 121 <listitem><para>ProFTPD and rsync: <emphasis>Daniel Baumann</emphasis></para></listitem> 122 123 <listitem><para>ESP Ghostscript: <emphasis>Matt Rogers</emphasis></para></listitem> 124 125 <listitem><para>fetchmail and wvdial: <emphasis>Paul 126 Campbell</emphasis></para></listitem> 127 128 <listitem><para>udftools: <emphasis>Richard 129 Downing</emphasis></para></listitem> 122 slrn, soup, tex, tcp-wrappers, and xinetd: <emphasis>Billy O'Connor</emphasis> 123 </para></listitem> 124 125 <listitem><para>ProFTPD and rsync: <emphasis>Daniel Baumann</emphasis></para> 126 </listitem> 127 128 <listitem><para>ESP Ghostscript: <emphasis>Matt Rogers</emphasis></para> 129 </listitem> 130 131 <listitem><para>fetchmail and wvdial: <emphasis>Paul Campbell</emphasis></para> 132 </listitem> 133 134 <listitem><para>udftools: <emphasis>Richard Downing</emphasis></para></listitem> 130 135 131 136 <listitem><para>directFB, libMPEG3, MySQL-4, NASM and SVGAlib: <emphasis>Igor 132 137 Zivkovic</emphasis></para></listitem> 133 138 134 <listitem><para>tripwire : <emphasis>Manfred 135 Glombowski</emphasis></para></listitem> 136 137 <listitem><para>alsa-oss, inetutils, gdk, GLib, GTK+, libxml and vim: <emphasis>James 138 Iwanek</emphasis></para></listitem> 139 140 <listitem><para>iptables: <emphasis>Henning 141 Rohde</emphasis></para></listitem> 139 <listitem><para>tripwire : <emphasis>Manfred Glombowski</emphasis></para> 140 </listitem> 141 142 <listitem><para>alsa-oss, inetutils, gdk, GLib, GTK+, libxml and vim: <emphasis> 143 James Iwanek</emphasis></para></listitem> 144 145 <listitem><para>iptables: <emphasis>Henning Rohde</emphasis></para></listitem> 142 146 143 147 <listitem><para>joe, nano, nmap, slang, w3m and whois: <emphasis>Timothy 144 148 Bauscher</emphasis></para></listitem> 145 149 146 <listitem><para>MySQL: <emphasis>Jesse 147 Tie-Ten-Quee</emphasis></para></listitem> 150 <listitem><para>MySQL: <emphasis>Jesse Tie-Ten-Quee</emphasis></para></listitem> 148 151 149 152 <listitem><para>fontconfig, gcc, gcc2, j2sdk, mozilla, nas, openoffice, 150 STLport, and bind-utils: <emphasis> 151 Tushar Teredesai</emphasis></para></listitem> 152 153 <listitem><para>ncpfs and RP-PPPoE: <emphasis> DJ Lucas 154 </emphasis></para></listitem> 153 STLport, and bind-utils: <emphasis>Tushar Teredesai</emphasis></para></listitem> 154 155 <listitem><para>ncpfs and RP-PPPoE: <emphasis>DJ Lucas</emphasis></para> 156 </listitem> 155 157 156 158 </itemizedlist> … … 163 165 164 166 <listitem><para><emphasis>Gerard Beekmans</emphasis> for generally 165 putting up with us and for running the whole LFS project.</para></listitem> 167 putting up with us and for running the whole <acronym>LFS</acronym> project. 168 </para></listitem> 166 169 167 170 <listitem><para><emphasis>Bruce Dubbs</emphasis> for writing the kde.txt … … 175 178 176 179 <listitem><para><emphasis>Jeremy Jones</emphasis> (otherwise known as 177 <emphasis>mca</emphasis>) for hacking Makefiles and general 178 assistance.</para></listitem> 179 180 <listitem><para><emphasis>J_Man</emphasis> for submitting a 181 gpm-1.19.3.diff file on which our gpm instructions are 182 based.</para></listitem> 180 <emphasis>mca</emphasis>) for hacking Makefiles and general assistance.</para> 181 </listitem> 182 183 <listitem><para><emphasis>J_Man</emphasis> for submitting a gpm-1.19.3.diff 184 file on which our gpm instructions are based.</para></listitem> 183 185 184 186 <listitem><para><emphasis>Scot Mc Pherson</emphasis> for writing the 185 187 gnome-1.4.txt hint from which was gathered useful information and for 186 warning us that Gnome2 was a toy.</para></listitem> 188 warning us that Gnome Version 2.0 may not be ready to put in the book.</para> 189 </listitem> 187 190 188 191 <listitem><para><emphasis>Tushar Teredesai</emphasis> for writing the 189 Compiling Java 2 SDK from Scratch hint on which j2sdk is 190 based and for writing the docbook hint used throughout the typesetting 191 chapter.</para></listitem> 192 Compiling Java 2 SDK from Scratch hint on which j2sdk is based and for writing 193 the docbook hint used throughout the typesetting chapter.</para></listitem> 192 194 193 195 <listitem><para><emphasis>Oliver Brakmann</emphasis> for developing the 194 dhcpcd patch for FHScompliance.</para></listitem>196 dhcpcd patch for <acronym>FHS</acronym> compliance.</para></listitem> 195 197 196 198 <listitem><para><emphasis>DJ Lucas</emphasis> for contributing to dhcpcd 197 patch and many contributions while dhcp section was being 198 developed.</para></listitem>199 200 <listitem><para><emphasis>Billy O'Connor</emphasis> for building gnome2201 so many times (I thought my four was a lot) and being very helpful with 202 his comments on that section.</para></listitem>203 204 <listitem><para><emphasis>Ted Riley</emphasis> for writing the Linux-PAM205 + CrackLib + Shadow hint on which reinstalling shadow to use PAM is 206 based.</para></listitem>199 patch and many contributions while dhcp section was being developed.</para> 200 </listitem> 201 202 <listitem><para><emphasis>Billy O'Connor</emphasis> for building GNOME 203 2.0 so many times and being very helpful with his comments on that section. 204 </para></listitem> 205 206 <listitem><para><emphasis>Ted Riley</emphasis> for writing the 207 Linux-<acronym>PAM</acronym> + CrackLib + Shadow hint on which reinstalling 208 shadow to use <acronym>PAM</acronym> is based.</para></listitem> 207 209 208 210 <listitem><para><emphasis>Fernando Arbeiza</emphasis> for doing great 209 quality assurance on Shadow utilizing PAM. The machine access he saved 210 may have been yours.</para></listitem> 211 212 <listitem><para><emphasis>Jim Harris</emphasis> for writing the 213 dig-nslookup-host.txt hint on which the bind-utils instructions are based.</para></listitem> 211 quality assurance on Shadow utilizing <acronym>PAM</acronym>. The machine 212 access he saved may have been yours.</para></listitem> 213 214 <listitem><para><emphasis>Jim Harris</emphasis> for writing the 215 dig-nslookup-host.txt hint on which the bind-utils instructions are based. 216 </para></listitem> 214 217 215 218 </itemizedlist> -
introduction/welcome/maillists.xml
r1aacd4b5 racfc391 174 174 175 175 <para>To unsubscribe from a list, send an email 176 to <ulink url="mailto:listar@linuxfromscratch.org" /> and177 write <emphasis>unsubscribe listname</emphasis> as the subject header of178 the message.</para>176 to <ulink url="mailto:listar@linuxfromscratch.org">listar@linuxfromscratch.org 177 </ulink> and write <emphasis>unsubscribe listname</emphasis> as the subject 178 header of the message.</para> 179 179 180 180 <para>Multiple lists can be unsubscribed at the same time -
introduction/welcome/newsserver.xml
r1aacd4b5 racfc391 7 7 will be copied to its correspondent newsgroup, and vice versa.</para> 8 8 9 <para>The news server can be reached at <ulink 9 <para>The news server can be reached at <ulink 10 10 url="news:news.linuxfromscratch.org"/>.</para> 11 11 -
introduction/welcome/version.xml
r1aacd4b5 racfc391 1 <sect1 id="intro-welcome-version" xreflabel="Book Version" >1 <sect1 id="intro-welcome-version" xreflabel="Book Version" role="dsssl"> 2 2 <?dbhtml filename="version.html" dir="introduction"?> 3 3 <title>Book version</title> 4 4 5 <para>This is BLFS-BOOK version &version; dated &releasedate;. If this6 version is older than a month a newer version is probably already available7 for download. Check one of the mirror sites below for updated5 <para>This is <acronym>BLFS</acronym>-BOOK version &version; dated &releasedate;. 6 If this version is older than a month a newer version is probably already 7 available for download. Check one of the mirror sites below for updated 8 8 versions.</para> 9 10 <para>Below is a list of our current HTTP and FTP mirror sites as11 of September 29th 2002. This list might not be accurate anymore.12 The latest info can be found on our website at13 <ulink url="http://beyond.linuxfromscratch.org"/>.</para>14 15 <sect2>16 <title>HTTP Mirrors</title>17 18 <sect3>19 <title>North America</title>20 21 <itemizedlist>22 23 <listitem><para>Ottawa, Ontario, Canada [100 Mbps] - <ulink24 url="http://beyond.linuxfromscratch.org/blfs/intro.shtml"/></para></listitem>25 26 <listitem><para>Calgary, Alberta, Canada [10 Mbps] - <ulink27 url="http://beyond.ca.linuxfromscratch.org/blfs/intro.shtml"/></para></listitem>28 29 <listitem><para>Columbus, Ohio, USA [1 Mbit] - <ulink30 url="http://beyond.us.linuxfromscratch.org/blfs/intro.shtml"/></para></listitem>31 32 </itemizedlist>33 34 </sect3>35 36 <sect3>37 <title>Europe</title>38 39 <itemizedlist>40 41 <listitem><para>Amsterdam, The Netherlands [100 Mbps] - <ulink42 url="http://beyond.nl.linuxfromscratch.org/blfs/intro.shtml"/></para></listitem>43 44 <listitem><para>Oslo, Norway [100 Mbit] - <ulink45 url="http://beyond.no.linuxfromscratch.org/blfs/intro.shtml"/></para></listitem>46 47 <listitem><para>Karlsruhe/Germany [100 Mbit] - <ulink48 url="http://blfs.netservice-neuss.de/blfs/intro.shtml"/></para></listitem>49 50 <listitem><para>Vienna Univ. of Technology, Austria [64 Mbit] - <ulink51 url="http://beyond.at.linuxfromscratch.org/blfs/intro.shtml"/></para></listitem>52 53 <listitem><para>Karlskrona, Sweden [10 Mbit] - <ulink54 url="http://beyond.se.linuxfromscratch.org/blfs/intro.shtml"/></para></listitem>55 56 <listitem><para>Teeside, United Kingdom [256 Kbit] - <ulink57 url="http://beyond.linuxfromscratch.co.uk/blfs/intro.shtml"/></para></listitem>58 59 </itemizedlist>60 61 </sect3>62 63 <sect3>64 <title>Australia</title>65 66 <itemizedlist>67 68 <listitem><para>Brisbane, Australia [155 Mbit] - <ulink69 url="http://beyond.au.linuxfromscratch.org/blfs/intro.shtml"/></para></listitem>70 71 </itemizedlist>72 73 </sect3>74 75 </sect2>76 9 77 10 </sect1> 78 11 12 <sect1 id="intro-welcome-mirrors" xreflabel="Mirrors"> 13 <title>Mirror sites</title> 14 15 <para>The <acronym>BLFS</acronym> project has a number of mirrors setup 16 world-wide to make it easier and more convenient for you to access the 17 website. Please visit the <ulink url="http://www.linuxfromscratch.org/blfs"> 18 http://www.linuxfromscratch.org/blfs</ulink> website for the list of current 19 mirrors.</para> 20 21 </sect1> 22 23 -
introduction/welcome/welcome.xml
r1aacd4b5 racfc391 2 2 <?dbhtml filename="welcome.html" dir="introduction"?> 3 3 <title>Welcome to BLFS</title> 4 <para>The Beyond Linux FromScratch book is designed to carry on from5 where the LFS book leaves off. Unlike the LFS book, it isn't designed6 to be followed straight through. Reading the <xref 7 linkend="intro-welcome-whichsections"/> part of this chapter should4 <para>The Beyond Linux From Scratch book is designed to carry on from 5 where the <acronym>LFS</acronym> book leaves off. Unlike the <acronym>LFS 6 </acronym> book, it isn't designed to be followed straight through. Reading 7 the <xref linkend="intro-welcome-whichsections"/> part of this chapter should 8 8 help guide you through the book.</para> 9 9 … … 11 11 quite a few of the conventions we use throughout the book.</para> 12 12 13 &intro-welcome-acks; 14 &intro-welcome-credits; 15 &intro-welcome-whichsect; 13 16 &intro-welcome-conventions; 14 17 &intro-welcome-version; 15 &intro-welcome-acks;16 &intro-welcome-credits;17 18 &intro-welcome-changelog; 18 &intro-welcome-whichsect;19 19 &intro-welcome-mailinglists; 20 20 &intro-welcome-newsserver; 21 &intro-welcome-askhelp; 21 22 &intro-welcome-contact; 22 &intro-welcome-askhelp;23 23 </chapter> -
introduction/welcome/which.xml
r1aacd4b5 racfc391 3 3 <title>Which sections of the book do I want?</title> 4 4 5 <para>Unlike the LinuxFromScratch book, BLFS isn't designed to be 6 followed in a linear manner. This is because LFS provides instructions 7 on how to create a base system which is capable of turning into anything 8 from a web server to a multimedia desktop system. BLFS is where we try 9 to guide you through going from the base system to your intended 10 destination and so choice is very much involved.</para> 5 <para>Unlike the Linux From Scratch book, <acronym>BLFS</acronym> isn't 6 designed to be followed in a linear manner. This is because <acronym>LFS 7 </acronym> provides instructions on how to create a base system which is 8 capable of turning into anything from a web server to a multimedia desktop 9 system. <acronym>BLFS</acronym> is where we try to guide you through going 10 from the base system to your intended destination and so choice is very much 11 involved.</para> 11 12 12 13 <para>Everyone who reads the book will want to read certain sections. The … … 23 24 linkend="postlfs-editors"/>) and Shells (<xref linkend="postlfs-shells"/>). 24 25 Indeed, you may wish to reference certain parts of this chapter (especially 25 the sections on Editors and Filesystems) while building your LFS system.</para> 26 the sections on Editors and Filesystems) while building your <acronym>LFS 27 </acronym> system.</para> 26 28 27 29 <para>Following these basic items, most people will want to at least browse 28 30 through the <xref linkend="general"/> part of the book. This part contains 29 31 information on many items which are prerequisites for other sections of the 30 book as well as some items (such as Programming (<xref 31 linkend="general-prog"/>) which are useful in their own right. Note32 that you don't have to install all of these libraries and packages found in 33 this part to start with, each BLFSinstall procedure tells you which packages32 book as well as some items (such as Programming (<xref linkend="general-prog"/>) 33 which are useful in their own right. Note that you don't have to install all 34 of these libraries and packages found in this part to start with, each 35 <acronym>BLFS</acronym> install procedure tells you which packages 34 36 it depends upon so you can choose the program you want to install and see 35 37 what it needs.</para> … … 37 39 <para>Likewise, most people will probably want to look at the <xref 38 40 linkend="connect"/> and <xref linkend="basicnet"/> parts. The first of 39 these deals with connecting to the Internet or your local LAN using a variety40 of methods such as DHCP (<xref linkend="connect-dhcp"/>) and Dial-Up 41 Connections (<xref linkend="connect-dialup"/>). The second of these parts 42 deals with items such as Networking Libraries (<xref 43 linkend="basicnet-netlibs"/>) and various basic networking programs and 44 utilities.</para>41 these deals with connecting to the Internet or your <acronym>LAN 42 </acronym> using a variety of methods such as <acronym>DHCP</acronym> 43 (<xref linkend="connect-dhcp"/>) and Dial-Up Connections (<xref 44 linkend="connect-dialup"/>). The second of these parts deals with items 45 such as Networking Libraries (<xref linkend="basicnet-netlibs"/>) and various 46 basic networking programs and utilities.</para> 45 47 46 48 <para>Once you have dealt with these basics, you may wish to configure … … 59 61 <para>We then move on to deal with <xref linkend="multimedia"/> packages. 60 62 Note that many people may want to use the <xref linkend="alsa"/> 61 instructions from this chapter quite near the start of their BLFS journey;62 they are placed here simply because it is the most logical place for 63 them.</para>63 instructions from this chapter quite near the start of their <acronym>BLFS 64 </acronym> journey; they are placed here simply because it is the most logical 65 place for them.</para> 64 66 65 <para>The final part of the main BLFSbook deals with <xref67 <para>The final part of the main <acronym>BLFS</acronym> book deals with <xref 66 68 linkend="pst"/>. This is useful for most people with desktop systems and 67 69 even those who are creating mainly server systems will find it useful.</para> … … 70 72 useful information which you may need to use as a reference.</para> 71 73 72 <para>We hope you enjoy using BLFSand find it useful.</para>74 <para>We hope you enjoy using <acronym>BLFS</acronym> and find it useful.</para> 73 75 74 76 </sect1> -
preface/foreword.xml
r1aacd4b5 racfc391 32 32 <para>Enjoy using <acronym>BLFS</acronym>.</para> 33 33 34 <para>Mark Hymers <markh@linuxfromscratch.org> 35 BLFS Editor (July 2001 - March 2003)</para> 34 <blockquote><literallayout>Mark Hymers 35 markh@linuxfromscratch.org 36 BLFS Editor (July 2001 - March 2003)</literallayout></blockquote> 36 37 37 38 … … 51 52 your <acronym>BLFS</acronym> experience.</para> 52 53 53 <para>Larry Lawrence <larry@linuxfromscratch.org> BLFS Editor 54 (March 2003 - present)</para> 54 <blockquote><literallayout>Larry Lawrence 55 larry@linuxfromscratch.org 56 BLFS Editor (March 2003 - present)</literallayout></blockquote> 55 57 56 58 </sect1> -
preface/organization.xml
r1aacd4b5 racfc391 9 9 the rest of the book.</para></sect2> 10 10 11 <sect2><title>Part II - Post LFS Configuration and Extra Software</title> 11 <sect2><title>Part II - Post <acronym>LFS</acronym> Configuration and Extra 12 Software</title> 12 13 <para>Here we introduce basic configuration and security issues. We also 13 14 discuss a range of editors, filesystems and shells which aren't covered in … … 17 18 <para>In this section we cover libraries which are often needed by the rest 18 19 of the book as well as system utilities. Information on Programming 19 (including recompiling <application>gcc</application> to support its full range of languages) concludes20 this part.</para></sect2>20 (including recompiling <application>gcc</application> to support its full range 21 of languages) concludes this part.</para></sect2> 21 22 22 23 <sect2><title>Part IV - Connecting to a Network</title> … … 31 32 <sect2><title>Part VI - Server Networking</title> 32 33 <para>Here we deal with setting up mail and other servers (such as 33 <application>SSH</application>, 34 <application>CVS</application>, etc.).</para></sect2> 34 <application>SSH</application>, <application>CVS</application>, etc.).</para></sect2> 35 35 36 36 <sect2><title>Part VII - Content Serving</title> … … 48 48 49 49 <sect2><title>Part X - GNOME</title> 50 <para><application>GNOME</application> is the main alternative to <application>KDE</application> in the Desktop Environment arena 51 and we cover both gnome-1.4 and gnome-&gnome-version; here.</para></sect2> 50 <para><application>GNOME</application> is the main alternative to <application> 51 KDE</application> in the Desktop Environment arena and we cover both gnome-1.4 52 and gnome-&gnome-version; here.</para></sect2> 52 53 53 54 <sect2><title>Part XI - X Software</title> 54 <para>Office programs and graphical web browsers are important to most 55 people. They, along with some generic <application>X</application> software can be found in this part 56 of the book.</para></sect2>55 <para>Office programs and graphical web browsers are important to most people. 56 They, along with some generic <application>X</application> software can be 57 found in this part of the book.</para></sect2> 57 58 58 59 <sect2><title>Part XII - Multimedia</title>
Note:
See TracChangeset
for help on using the changeset viewer.