Changeset c5ecc1b in clfs-embedded


Ignore:
Timestamp:
Jan 29, 2011, 1:50:07 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
912d975
Parents:
21f1019
Message:

Implemented patch for Iana-Etc

Updated book to include the patch for iana-etc and give users the option
of running 'make get' to get even more up to date iana-etc data.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/iana-etc.xml

    r21f1019 rc5ecc1b  
    2626    <title>Installation of Iana-Etc</title>
    2727
    28     <para os="a">The following command converts the raw data provided by IANA into
     28    <para os="a">Iana-Etc comes with outdated data and IANA has changed the
     29    download location used to obtain up-to-date data.  Apply the following patch
     30    to use more up to date data and to correct the download location:</para>
     31
     32<screen os="b"><userinput>patch -Np1 -i ../&iana-etc-update-patch;</userinput></screen>
     33
     34    <note os="c">
     35      <para>If you have an internet connection and would like even more up-to-date
     36      data to be used when building Iana-Etc, execute:
     37<screen><userinput>make get</userinput></screen>
     38      </para>
     39    </note>
     40
     41    <para os="d">The following command converts the raw data provided by IANA into
    2942    the correct formats for the <filename>/etc/protocols</filename> and
    3043    <filename>/etc/services</filename> data files:</para>
    3144
    32 <screen os="b"><userinput>make</userinput></screen>
     45<screen os="e"><userinput>make</userinput></screen>
    3346
    34     <para os="c">This package does not come with a test suite.</para>
     47    <para os="f">This package does not come with a test suite.</para>
    3548
    36     <para os="d">Install the package:</para>
     49    <para os="g">Install the package:</para>
    3750
    38 <screen os="e"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     51<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3952
    4053  </sect2>
  • BOOK/materials/common/patches.xml

    r21f1019 rc5ecc1b  
    3838
    3939    <varlistentry>
     40      <term>Iana-Etc Update Patch - <token>&iana-etc-update-patch-size;</token>:</term>
     41      <listitem>
     42        <para>Download: <ulink
     43        url="&patches-root;&iana-etc-update-patch;"/></para>
     44        <para>MD5 sum: <literal>&iana-etc-update-patch-md5;</literal></para>
     45      </listitem>
     46    </varlistentry>
     47
     48    <varlistentry>
    4049      <term>uClibc Configs Patch - <token>&uclibc-configs-patch-size;</token>:</term>
    4150      <listitem>
  • BOOK/patches.ent

    r21f1019 rc5ecc1b  
    1616<!ENTITY uclibc-configs-patch-md5 "4770c8abc23e10aae6cfbfca41624d4d">
    1717<!ENTITY uclibc-configs-patch-size "52 KB">
     18
     19<!ENTITY iana-etc-update-patch "iana-etc-&iana-etc-version;-update.patch">
     20<!ENTITY iana-etc-update-patch-md5 "ab594a1ec88d2e05f7379d4e4e2cdbdf">
     21<!ENTITY iana-etc-update-patch-size "864 KB">
    1822
    1923<!-- Beyond patches -->
Note: See TracChangeset for help on using the changeset viewer.