- Timestamp:
- Jan 11, 2007, 1:01:10 PM (18 years ago)
- Branches:
- master
- Children:
- b634a75
- Parents:
- bd39e7a
- Location:
- BOOK
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs3/common/dropbear.xml
rbd39e7a r4fc3670 29 29 <title>Installation of Dropbear</title> 30 30 31 <para os="p1">Dropbear doesn't accept our ${CLFS_TARGET} by default, so a patch is needed to make it recognise it:</para> 32 33 <para os="p2"><userinput>patch -Np1 -i ../dropbear-&dropbear-version;-autotools-1.patch</userinput></para> 34 31 35 <para os="a">Configure dropbear:</para> 32 36 33 <screen os="b"><userinput>CC="${CC} ${BUILD}" ./configure --prefix=/usr </userinput></screen>37 <screen os="b"><userinput>CC="${CC} ${BUILD}" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 34 38 35 39 <para os="c">Now we will utilize /dev/urandom instead of /dev/random. To allow -
BOOK/beyond-clfs3/mips-chapter.xml
rbd39e7a r4fc3670 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patches.xml"/> 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iptables.xml"/> -
BOOK/beyond-clfs3/x86-chapter.xml
rbd39e7a r4fc3670 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patches.xml"/> 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iptables.xml"/> -
BOOK/bootable/mips/kernel.xml
rbd39e7a r4fc3670 44 44 <para os="d3">The following patch merges updates for Linux-MIPS kernel:</para> 45 45 46 <screen os="d4"><userinput>patch -Np1 -i ../linux-&linux-version;-mips -1.patch</userinput></screen>46 <screen os="d4"><userinput>patch -Np1 -i ../linux-&linux-version;-mips_fixes-1.patch</userinput></screen> 47 47 48 48 <para os="d5">The following patch adds support for squashed filesystens to the kernel:</para> -
BOOK/patches.ent
rbd39e7a r4fc3670 37 37 <!ENTITY zlib-destdir-patch-size "8 KB"> 38 38 39 <!-- Beyond patches --> 40 <!ENTITY dropbear-autotool-patch "dropbear-&dropbear-version;-autotool-1.patch"> 41 <!ENTITY dropbear-autotool-patch-md5 "eb5c1803aec03ea0d62cf57b4ef9bcb5"> 42 <!ENTITY dropbear-autotool-patch-size "56 KB"> 43 39 44 <!-- MIPS Patches --> 40 45 <!ENTITY linux-mips-patch "linux-&linux-version;-mips-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.