- Timestamp:
- Nov 17, 2006, 5:15:28 AM (18 years ago)
- Branches:
- master
- Children:
- 02c0349
- Parents:
- aea05b2
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs3/common/dropbear.xml
raea05b2 re8916bf 32 32 33 33 <screen os="b"><userinput>./configure --prefix=/usr 34 cp options.h options.h.backup35 sed "s@/dev/random@/dev/urandom@" options.h.backup > options.h34 cp -v options.h options.h.backup 35 sed -e "s@/dev/random@/dev/urandom@" options.h.backup > options.h 36 36 </userinput></screen> 37 37 … … 47 47 <para os="f">Install the package:</para> 48 48 49 <screen os="g"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=${CLFS}/</userinput></screen> 49 <screen os="g"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=${CLFS} 50 ln -svf ../../usr/bin/dropbearmulti ${CLFS}/usr/sbin/dropbear 51 ln -svf ../../usr/bin/dropbearmulti ${CLFS}/usr/sbin/dbclient 52 ln -svf ../../usr/bin/dropbearmulti ${CLFS}/usr/bin/dropbearkey 53 ln -svf ../../usr/bin/dropbearmulti ${CLFS}/usr/bin/dropbearconvert 54 ln -svf ../../usr/bin/dropbearmulti ${CLFS}/usr/bin/scp</userinput></screen> 50 55 51 56 </sect2> -
BOOK/beyond-clfs3/common/iptables.xml
raea05b2 re8916bf 9 9 <?dbhtml filename="iptables.html"?> 10 10 11 <title> iptables-&iptables-version;</title>11 <title>IPTables-&iptables-version;</title> 12 12 13 13 <indexterm zone="ch-bclfs-iptables"> … … 36 36 <para os="d">Install the package:</para> 37 37 38 <screen os="e"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS} /</userinput></screen>38 <screen os="e"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}</userinput></screen> 39 39 40 40 </sect2> -
BOOK/general.ent
raea05b2 re8916bf 3 3 <!ENTITY month "11"> <!-- Use two digits --> 4 4 <!ENTITY month_name "November"> 5 <!ENTITY day "1 5"> <!-- Use two digits -->5 <!ENTITY day "16"> <!-- Use two digits --> 6 6 <!ENTITY year "2006"> <!-- Use four digits --> 7 7 8 8 <!ENTITY releasedate "&month_name; &day;, &year;"> 9 9 10 <!ENTITY major-version " 3">10 <!ENTITY major-version "1"> 11 11 <!ENTITY minor-version "0"> 12 12 <!ENTITY extra-version "0"> 13 <!ENTITY milestone " 3.0.0">14 <!ENTITY generic-version " 3.0.0"> <!-- Use "svn", "testing", or "x.y.z[-pre{x}]" -->13 <!ENTITY milestone "1.0.0"> 14 <!ENTITY generic-version "1.0.0"> <!-- Use "svn", "testing", or "x.y.z[-pre{x}]" --> 15 15 16 16 <!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;"> -
BOOK/index.xml
raea05b2 re8916bf 7 7 8 8 <bookinfo> 9 <title>Cross-Compiled Linux From Scratch </title>9 <title>Cross-Compiled Linux From Scratch - Embedded</title> 10 10 <subtitle>Version &version;</subtitle> 11 11 … … 30 30 </copyright> 31 31 32 <bibliosource>33 <emphasis>Based on LFS, Copyright © 1999–2006 Gerard Beekmans</emphasis>34 </bibliosource>35 36 32 </bookinfo> -
BOOK/prologue/mips/bookinfo.xml
raea05b2 re8916bf 22 22 xpointer="xpointer(/bookinfo/copyright)"/> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../../index.xml"26 xpointer="xpointer(bookinfo/bibliosource)"/>27 28 24 <legalnotice> 29 25 <para>Copyright © 2005-2006, Jim Gifford, Ryan Oliver & Maarten Lankhorst</para> … … 42 38 trademark of Linus Torvalds.</para> 43 39 44 <para>This book is based on the "Linux From Scratch" book, that was45 released under the following license:</para>46 47 <para>Copyright (c) 1999–2006, Gerard Beekmans</para>48 49 <para>All rights reserved.</para>50 51 <para>Redistribution and use in source and binary forms, with or without52 modification, are permitted provided that the following conditions are53 met:</para>54 55 <itemizedlist>56 <listitem>57 <para>Redistributions in any form must retain the above copyright58 notice, this list of conditions and the following disclaimer</para>59 </listitem>60 <listitem>61 <para>Neither the name of <quote>Linux From Scratch</quote> nor the62 names of its contributors may be used to endorse or promote products63 derived from this material without specific prior written64 permission</para>65 </listitem>66 <listitem>67 <para>Any material derived from Linux From Scratch must contain68 a reference to the <quote>Linux From Scratch</quote> project</para>69 </listitem>70 </itemizedlist>71 72 <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS73 <quote>AS IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,74 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS75 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR76 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,77 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,78 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;79 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,80 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR81 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF82 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>83 84 40 </legalnotice> 85 41 -
BOOK/prologue/x86/bookinfo.xml
raea05b2 re8916bf 22 22 xpointer="xpointer(/bookinfo/copyright)"/> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../../index.xml"26 xpointer="xpointer(bookinfo/bibliosource)"/>27 28 24 <legalnotice> 29 25 <para>Copyright © 2005-2006, Jim Gifford & Ryan Oliver</para> … … 42 38 trademark of Linus Torvalds.</para> 43 39 44 <para>This book is based on the "Linux From Scratch" book, that was45 released under the following license:</para>46 47 <para>Copyright (c) 1999–2006, Gerard Beekmans</para>48 49 <para>All rights reserved.</para>50 51 <para>Redistribution and use in source and binary forms, with or without52 modification, are permitted provided that the following conditions are53 met:</para>54 55 <itemizedlist>56 <listitem>57 <para>Redistributions in any form must retain the above copyright58 notice, this list of conditions and the following disclaimer</para>59 </listitem>60 <listitem>61 <para>Neither the name of <quote>Linux From Scratch</quote> nor the62 names of its contributors may be used to endorse or promote products63 derived from this material without specific prior written64 permission</para>65 </listitem>66 <listitem>67 <para>Any material derived from Linux From Scratch must contain68 a reference to the <quote>Linux From Scratch</quote> project</para>69 </listitem>70 </itemizedlist>71 72 <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS73 <quote>AS IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,74 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS75 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR76 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,77 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,78 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;79 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,80 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR81 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF82 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>83 84 40 </legalnotice> 85 41
Note:
See TracChangeset
for help on using the changeset viewer.