Changeset 6c952e3


Ignore:
Timestamp:
09/19/2022 06:38:55 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
1f6dfd4
Parents:
1203312 (diff), 3d65730e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Files:
1 added
50 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r1203312 r6c952e3  
    2727  PDF_OUTPUT      ?= LFS-BOOK.pdf
    2828  NOCHUNKS_OUTPUT ?= LFS-BOOK.html
    29   DUMPDIR         ?= ~/cross-lfs-commands
     29  DUMPDIR         ?= ~/lfs-commands
    3030else
    3131  BASEDIR         ?= ~/lfs-systemd
     
    137137               --noent                      \
    138138               --postvalid                  \
    139                     -o $(RENDERTMP)/lfs-full.xml \
     139               -o $(RENDERTMP)/lfs-full.xml \
    140140               $(RENDERTMP)/lfs-html2.xml
    141141
     
    148148        $(Q)xsltproc --nonet                              \
    149149                --stringparam profile.condition html \
    150                      --output $(RENDERTMP)/lfs-html.xml   \
     150                --output $(RENDERTMP)/lfs-html.xml   \
    151151                stylesheets/lfs-xsl/profile.xsl      \
    152                      $(RENDERTMP)/lfs-full.xml
     152                $(RENDERTMP)/lfs-full.xml
    153153
    154154wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV)
     
    159159        $(Q)xsltproc --xinclude --nonet            \
    160160                --output $(BASEDIR)/wget-list \
    161                      stylesheets/wget-list.xsl     \
     161                stylesheets/wget-list.xsl     \
    162162                chapter03/chapter03.xml
    163163
     
    198198        $(Q)./git-version.sh $(REV)
    199199
    200 #dump-commands: validate
    201 #       @echo "Dumping book commands..."
    202 #       $(Q)xsltproc --nonet                     \
    203 #      --output $(RENDERTMP)/lfs-html.xml    \
    204 #      --stringparam profile.revision $(REV) \
    205 #      stylesheets/lfs-xsl/profile.xsl       \
    206 #      $(RENDERTMP)/lfs-full.xml
    207 
    208 #       $(Q)rm -rf $(DUMPDIR)
    209 
    210 #       $(Q)xsltproc --output $(DUMPDIR)/          \
    211 #                stylesheets/dump-commands.xsl \
    212 #                $(RENDERTMP)/lfs-html.xml
    213 #       @echo "Dumping book commands complete in $(DUMPDIR)"
    214 
    215 all: book nochunks pdf # dump-commands
     200dump-commands: validate
     201        @echo "Dumping book commands..."
     202
     203        $(Q)rm -rf $(DUMPDIR)
     204
     205        $(Q)xsltproc --output $(DUMPDIR)/          \
     206                stylesheets/dump-commands.xsl \
     207                $(RENDERTMP)/lfs-full.xml
     208        @echo "Dumping book commands complete in $(DUMPDIR)"
     209
     210all: book nochunks pdf dump-commands
    216211
    217212.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
  • appendices/acknowledgments.xml

    r1203312 r6c952e3  
    248248      &lt;info@shizu-net.jp&gt; &ndash; lfs.mirror.shizu-net.jp mirror</para>
    249249    </listitem>
    250 
     250<!-- domain name can't be resolved on Sept 5, 2022
    251251    <listitem>
    252252      <para><ulink url="http://www.initworld.com/">Init World</ulink>
    253253      &lt;http://www.initworld.com/&gt; &ndash; lfs.initworld.com mirror</para>
    254254    </listitem>
    255 
     255-->
    256256  </itemizedlist>
    257257
  • appendices/dependencies.xml

    r1203312 r6c952e3  
    949949        <seglistitem>
    950950          <seg>
    951              <ulink url="http://gcc.gnu.org/wiki/GNAT">GNAT</ulink>
     951             <ulink url="https://gcc.gnu.org/wiki/GNAT">GNAT</ulink>
    952952             and
    953953             <ulink url="https://repo.or.cz/isl.git">ISL</ulink>
     
    11871187        <seglistitem>
    11881188          <seg>
    1189             <ulink url="&blfs-book;general/pcre.html">PCRE</ulink>
     1189            <ulink url="&blfs-book;general/pcre2.html">PCRE2</ulink>
    11901190            and
    11911191            <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
     
    23572357        <segtitle>&runtime;</segtitle>
    23582358        <seglistitem>
    2359           <seg>Glibc and Patch</seg>
     2359          <seg>Glibc</seg>
    23602360        </seglistitem>
    23612361      </segmentedlist>
     
    28142814            <ulink
    28152815              url="&blfs-book;general/python-modules.html#lxml">lxml</ulink>,
    2816             <ulink url="http://lz4.github.io/lz4/">LZ4</ulink>,
     2816            <ulink url="https://lz4.github.io/lz4/">LZ4</ulink>,
    28172817            <ulink url="&blfs-book;postlfs/make-ca.html">make-ca</ulink>,
    28182818            <ulink url="&blfs-book;postlfs/p11-kit.html">p11-kit</ulink>,
     
    32673267        <seglistitem>
    32683268          <seg>
    3269             <ulink url="http://lz4.github.io/lz4/">LZ4</ulink>
     3269            <ulink url="https://lz4.github.io/lz4/">LZ4</ulink>
    32703270          </seg>
    32713271        </seglistitem>
  • bootscripts/lfs/sysconfig/createfiles

    r1203312 r6c952e3  
    99#
    1010# Notes       : The syntax of this file is as follows:
    11 #               if type is equal to "file" or "dir"
    12              <filename> <type> <permissions> <user> <group>
    13 #               if type is equal to "dev"
    14              <filename> <type> <permissions> <user> <group> <devtype>
     11#               if type is equal to "file" or "dir"
     12              <filename> <type> <permissions> <user> <group>
     13#               if type is equal to "dev"
     14              <filename> <type> <permissions> <user> <group> <devtype>
    1515#             <major> <minor>
    1616#
    17 #               <filename> is the name of the file which is to be created
    18 #               <type> is either file, dir, or dev.
    19 #                       file creates a new file
    20 #                       dir creates a new directory
    21 #                       dev creates a new device
    22 #               <devtype> is either block, char or pipe
    23 #                       block creates a block device
    24 #                       char creates a character deivce
    25 #                       pipe creates a pipe, this will ignore the <major> and
     17#               <filename> is the name of the file which is to be created
     18#               <type> is either file, dir, or dev.
     19#                       file creates a new file
     20#                       dir creates a new directory
     21#                       dev creates a new device
     22#               <devtype> is either block, char or pipe
     23#                       block creates a block device
     24#                       char creates a character deivce
     25#                       pipe creates a pipe, this will ignore the <major> and
    2626#           <minor> fields
    27 #               <major> and <minor> are the major and minor numbers used for
     27#               <major> and <minor> are the major and minor numbers used for
    2828#     the device.
    2929########################################################################
  • bootscripts/lfs/sysconfig/modules

    r1203312 r6c952e3  
    99#
    1010# Notes       : The syntax of this file is as follows:
    11              <module> [<arg1> <arg2> ...]
     11             <module> [<arg1> <arg2> ...]
    1212#
    1313# Each module should be on its own line, and any options that you want
  • chapter01/changelog.xml

    r1203312 r6c952e3  
    4242
    4343    <listitem>
     44      <para>2022-09-15</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Update to file-5.43. Fixes
     48          <ulink url="&lfs-ticket-root;5113">#5113</ulink>.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Update to linux-5.19.8. Fixes
     52          <ulink url="&lfs-ticket-root;5111">#5111</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to gawk-5.2.0. Fixes
     56          <ulink url="&lfs-ticket-root;5108">#5108</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to meson-0.63.2. Fixes
     60          <ulink url="&lfs-ticket-root;5106">#5106</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[bdubbs] - Update to ninja-1.11.1. Fixes
     64          <ulink url="&lfs-ticket-root;5103">#5103</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[bdubbs] - Update to bc-6.0.2. Fixes
     68          <ulink url="&lfs-ticket-root;5102">#5102</ulink>.</para>
     69        </listitem>
     70        <listitem revision="sysv">
     71          <para>[bdubbs] - Fix the location of udev rules in eudev.  Fixes
     72          <ulink url="&lfs-ticket-root;5112">#5112</ulink>.</para>
     73        </listitem>
     74        <listitem>
     75           <para>[bdubbs] - Remove a warning for egrep and fgrep that
     76           makes tests for some packages fail.</para>
     77        </listitem>
     78        <listitem>
     79          <para>[bdubbs] - Delete an empty binutils man page.  Fixes
     80          <ulink url="&lfs-ticket-root;5100">#5100</ulink>.</para>
     81        </listitem>
     82      </itemizedlist>
     83    </listitem>
     84
     85    <listitem>
     86      <para>2022-09-10</para>
     87      <itemizedlist>
     88        <listitem>
     89          <para>[pierre] - Add <option>--enable-default-pie</option> and
     90          <option>--enable-default-ssp</option> to GCC build. Rationale
     91          and some reports at
     92          <ulink url="&lfs-ticket-root;5107">#5107</ulink>.</para>
     93        </listitem>
     94      </itemizedlist>
     95    </listitem>
     96
     97    <listitem>
     98      <para>2022-09-07</para>
     99      <itemizedlist>
     100        <listitem>
     101          <para>[bdubbs] - Update to shadow-4.12.3. Fixes
     102          <ulink url="&lfs-ticket-root;5101">#5101</ulink>.</para>
     103        </listitem>
     104        <listitem>
     105          <para>[bdubbs] - Update to Python3-3.10.7. Fixes
     106          <ulink url="&lfs-ticket-root;5109">#5109</ulink>.</para>
     107        </listitem>
     108        <listitem>
     109          <para>[bdubbs] - Update to linux-5.19.7. Fixes
     110          <ulink url="&lfs-ticket-root;5099">#5099</ulink>.</para>
     111        </listitem>
     112        <listitem>
     113          <para>[bdubbs] - Update to less-608. Fixes
     114          <ulink url="&lfs-ticket-root;5104">#5104</ulink>.</para>
     115        </listitem>
     116        <listitem>
     117          <para>[bdubbs] - Update to grep-3.8. Fixes
     118          <ulink url="&lfs-ticket-root;5105">#5105</ulink>.</para>
     119        </listitem>
     120      </itemizedlist>
     121    </listitem>
     122
     123    <listitem>
    44124      <para>2022-09-01</para>
    45125      <itemizedlist>
  • chapter01/whatsnew.xml

    r1203312 r6c952e3  
    4545      <para>Bc &bc-version;</para>
    4646    </listitem>
    47     <listitem>
     47    <!--<listitem>
    4848      <para>Binutils-&binutils-version;</para>
    49     </listitem>
     49    </listitem>-->
    5050    <!--<listitem>
    5151      <para>Bison-&bison-version;</para>
     
    5757      <para>Check-&check-version;</para>
    5858    </listitem>-->
    59     <listitem>
     59    <!--<listitem>
    6060      <para>Coreutils-&coreutils-version;</para>
    61     </listitem>
     61    </listitem>-->
    6262    <!--<listitem>
    6363      <para>DejaGNU-&dejagnu-version;</para>
    6464    </listitem>-->
    65     <listitem revision="systemd">
     65    <!--<listitem revision="systemd">
    6666      <para>D-Bus-&dbus-version;</para>
    67     </listitem>
     67    </listitem>-->
    6868    <!--<listitem>
    6969      <para>Diffutils-&diffutils-version;</para>
    7070    </listitem>-->
    71     <listitem>
     71    <!--<listitem>
    7272       <para>E2fsprogs-&e2fsprogs-version;</para>
    73     </listitem>
     73    </listitem>-->
    7474    <!--<listitem revision="sysv">
    7575       <para>Eudev-&eudev-version;</para>
    7676    </listitem>-->
    77     <listitem>
     77    <!--<listitem>
    7878       <para>Expat-&expat-version;</para>
    79     </listitem>
     79    </listitem>-->
    8080    <!--<listitem>
    8181       <para>Expect-&expect-version;</para>
     
    9090      <para>Flex-&flex-version;</para>
    9191    </listitem>-->
    92     <!--<listitem>
     92    <listitem>
    9393      <para>Gawk-&gawk-version;</para>
    94     </listitem>-->
    95     <listitem>
     94    </listitem>
     95    <!--<listitem>
    9696       <para>GCC-&gcc-version;</para>
    97     </listitem>
     97    </listitem>-->
    9898    <!--<listitem>
    9999       <para>GDBM-&gdbm-version;</para>
     
    102102      <para>Gettext-&gettext-version;</para>
    103103    </listitem>-->
    104     <listitem>
     104    <!--<listitem>
    105105      <para>Glibc-&glibc-version;</para>
    106     </listitem>
     106    </listitem>-->
    107107    <!--<listitem>
    108108      <para>GMP-&gmp-version;</para>
     
    111111      <para>Gperf-&gperf-version;</para>
    112112    </listitem>-->
    113     <!--<listitem>
     113    <listitem>
    114114      <para>Grep-&grep-version;</para>
    115     </listitem>-->
     115    </listitem>
    116116    <!--<listitem>
    117117      <para>Groff-&groff-version;</para>
     
    120120      <para>GRUB-&grub-version;</para>
    121121    </listitem>-->
    122     <listitem>
     122    <!--<listitem>
    123123      <para>Gzip-&gzip-version;</para>
    124     </listitem>
    125     <listitem>
     124    </listitem>-->
     125    <!--<listitem>
    126126      <para>IANA-Etc-&iana-etc-version;</para>
    127     </listitem>
    128     <listitem>
     127   </listitem>-->
     128    <!--<listitem>
    129129      <para>Inetutils-&inetutils-version;</para>
    130     </listitem>
     130    </listitem>-->
    131131    <!--<listitem>
    132132      <para>Intltool-&intltool-version;</para>
    133133    </listitem>-->
    134     <listitem>
     134    <!--<listitem>
    135135      <para>IPRoute2-&iproute2-version;</para>
    136     </listitem>
    137     <listitem revision="systemd">
     136    </listitem>-->
     137    <!--<listitem revision="systemd">
    138138      <para>Jinja2-&jinja2-version;</para>
    139     </listitem>
    140     <listitem>
     139    </listitem>-->
     140    <!--<listitem>
    141141      <para>Kbd-&kbd-version;</para>
    142     </listitem>
    143     <listitem>
     142    </listitem>-->
     143    <!--<listitem>
    144144      <para>Kmod-&kmod-version;</para>
    145     </listitem>
    146     <!--<listitem>
     145    </listitem>-->
     146    <listitem>
    147147      <para>Less-&less-version;</para>
    148     </listitem>-->
     148    </listitem>
    149149    <!--<listitem>
    150150      <para>LFS-Bootscripts-&lfs-bootscripts-version;</para>
    151151    </listitem>-->
    152     <listitem>
     152    <!--<listitem>
    153153      <para>Libcap-&libcap-version;</para>
    154     </listitem>
    155     <listitem>
     154    </listitem>-->
     155    <!--<listitem>
    156156      <para>Libelf-&elfutils-version; (from elfutils)</para>
    157     </listitem>
     157    </listitem>-->
    158158    <!--<listitem>
    159159      <para>Libffi-&libffi-version;</para>
    160160    </listitem>-->
    161     <listitem>
     161    <!--<listitem>
    162162      <para>Libpipeline-&libpipeline-version;</para>
    163     </listitem>
    164     <listitem>
     163    </listitem>-->
     164    <!--<listitem>
    165165      <para>Libtool-&libtool-version;</para>
    166     </listitem>
     166    </listitem>-->
    167167    <listitem>
    168168      <para>Linux-&linux-version;</para>
     
    174174      <para>Make-&make-version;</para>
    175175    </listitem>-->
    176     <listitem>
     176    <!--<listitem>
    177177      <para>Man-DB-&man-db-version;</para>
    178     </listitem>
     178    </listitem>-->
    179179    <!--<listitem>
    180180      <para>Man-pages-&man-pages-version;</para>
    181181    </listitem>-->
    182     <listitem revision="systemd">
     182    <!--<listitem revision="systemd">
    183183      <para>MarkupSafe-&markupsafe-version;</para>
    184     </listitem>
     184    </listitem>-->
    185185    <listitem>
    186186      <para>Meson-&meson-version;</para>
     
    198198      <para>Ninja-&ninja-version;</para>
    199199    </listitem>
    200     <listitem>
     200    <!--<listitem>
    201201      <para>Openssl-&openssl-version;</para>
    202     </listitem>
     202    </listitem>-->
    203203    <!--<listitem>
    204204      <para>Patch-&patch-version;</para>
    205205    </listitem>-->
    206     <listitem>
     206    <!--<listitem>
    207207      <para>Perl-&perl-version;</para>
    208     </listitem>
     208    </listitem>-->
    209209    <!--<listitem>
    210210      <para>Pkg-config-&pkgconfig-version;</para>
    211211    </listitem>-->
    212     <listitem>
     212    <!--<listitem>
    213213      <para>Procps-ng-&procps-ng-version;</para>
    214     </listitem>
    215     <listitem>
     214    </listitem>-->
     215    <!--<listitem>
    216216      <para>Psmisc-&psmisc-version;</para>
    217     </listitem>
     217    </listitem>-->
    218218    <listitem>
    219219      <para>Python-&python-version;</para>
     
    231231      <para>Sysklogd-&sysklogd-version;</para>
    232232    </listitem>-->
    233     <listitem revision="systemd">
     233    <!--<listitem revision="systemd">
    234234      <para>Systemd-&systemd-version;</para>
    235     </listitem>
    236     <listitem revision="sysv">
     235    </listitem>-->
     236    <!--<listitem revision="sysv">
    237237      <para>SysVinit-&sysvinit-version;</para>
    238     </listitem>
     238    </listitem>-->
    239239    <!--<listitem>
    240240      <para>Tar-&tar-version;</para>
     
    246246      <para>Texinfo-&texinfo-version;</para>
    247247    </listitem>-->
    248     <listitem>
     248    <!--<listitem>
    249249      <para>Tzdata-&tzdata-version;</para>
    250     </listitem>
    251     <listitem>
     250    </listitem>-->
     251    <!--<listitem>
    252252      <para>Util-Linux-&util-linux-version;</para>
    253     </listitem>
    254     <listitem>
     253    </listitem>-->
     254    <!--<listitem>
    255255      <para>Vim-&vim-version;</para>
    256     </listitem>
     256    </listitem>-->
    257257    <!--<listitem>
    258258      <para>XML-Parser-&xml-parser-version;</para>
    259259    </listitem>-->
    260     <listitem>
     260    <!--<listitem>
    261261      <para>XZ-Utils-&xz-version;</para>
    262     </listitem>
    263     <listitem>
     262    </listitem>-->
     263    <!--<listitem>
    264264      <para>Zlib-&zlib-version;</para>
    265     </listitem>
     265    </listitem>-->
    266266    <!--<listitem>
    267267      <para>Zstd-&zstd-version;</para>
     
    281281    <title>Added:</title>
    282282    <listitem><para></para></listitem>  <!-- satisfy build -->
    283     <listitem>
    284       <para>Wheel-&wheel-version;</para>
    285     </listitem>
    286 <!--
    287     <listitem>
     283
     284    <!--<listitem>
    288285      <para>&xz-upstream-fix-patch;</para>
    289     </listitem>
    290 -->
    291     <listitem>
    292       <para>&zstd-upstream-fixes-patch;</para>
    293    </listitem>
     286    </listitem>-->
    294287  </itemizedlist>
    295288
     
    298291    <listitem><para></para></listitem>  <!-- satisfy build -->
    299292
    300     <listitem>
     293    <!--<listitem>
    301294      <para>perl-5.34.0-upstream_fixes-1.patch</para>
    302     </listitem>
    303     <listitem>
    304       <para>systemd-250-kernel_5.17_fixes-1.patch</para>
    305     </listitem>
    306     <listitem>
    307       <para>systemd-250-upstream_fixes-1.patch</para>
    308     </listitem>
    309 
     295    </listitem>-->
    310296  </itemizedlist>
    311297
  • chapter02/creatingfilesystem.xml

    r1203312 r6c952e3  
    4545  useful for specialized purposes.  More information about these file systems
    4646  can be found at <ulink
    47   url="http://en.wikipedia.org/wiki/Comparison_of_file_systems"/>.</para>
     47  url="https://en.wikipedia.org/wiki/Comparison_of_file_systems"/>.</para>
    4848
    4949  <para>LFS assumes that the root file system (/) is of type ext4.  To create
  • chapter03/introduction.xml

    r1203312 r6c952e3  
    3232  <para>Download locations may not always be accessible. If a download
    3333  location has changed since this book was published, Google (<ulink
    34   url="http://www.google.com/"/>) provides a useful search engine for
     34  url="https://www.google.com/"/>) provides a useful search engine for
    3535  most packages. If this search is unsuccessful, try one of the
    3636  alternative means of downloading at <ulink
  • chapter03/packages.xml

    r1203312 r6c952e3  
    2121    if a newer version (with the vulnerability fixed) should be used.  If
    2222    not, try to download the removed package from a mirror.  Although it's
    23         possible to download an old release from a mirror even if this release
    24         has been removed because of a vulnerability, it's not recommended to
    25         use a release known to be vulnerable for building your system.</para>
     23    possible to download an old release from a mirror even if this release
     24    has been removed because of a vulnerability, it's not recommended to
     25    use a release known to be vulnerable for building your system.</para>
    2626  </note>
    2727
  • chapter04/settingenviron.xml

    r1203312 r6c952e3  
    190190     user is finished at the beginning of <xref
    191191     linkend="chapter-chroot-temporary-tools"/>, you can restore
    192         <filename>/etc/bash.bashrc</filename> (if desired).</para>
     192    <filename>/etc/bash.bashrc</filename> (if desired).</para>
    193193
    194194     <para>Note that the LFS Bash package we will build in
  • chapter05/gcc-pass1.xml

    r1203312 r6c952e3  
    8686    --with-newlib             \
    8787    --without-headers         \
     88    --enable-default-pie      \
     89    --enable-default-ssp      \
    8890    --disable-nls             \
    8991    --disable-shared          \
     
    132134
    133135      <varlistentry>
     136      <term><parameter>--enable-default-pie and
     137      --enable-default-ssp</parameter></term>
     138        <listitem>
     139          <para>Those switches allow GCC to compile programs with
     140           some hardening security features (more information on those in
     141           the <xref linkend="pie-ssp-info"/> in chapter 8) by default. The
     142           are not strictly needed at this stage, since the compiler will
     143           only produce temporary executables. But it is cleaner to have the
     144           temporary packages be as close as possible to the final ones.
     145          </para>
     146        </listitem>
     147      </varlistentry>
     148
     149      <varlistentry>
    134150        <term><parameter>--disable-shared</parameter></term>
    135151        <listitem>
  • chapter06/gcc-pass2.xml

    r1203312 r6c952e3  
    9090    --prefix=/usr                                  \
    9191    --with-build-sysroot=$LFS                      \
     92    --enable-default-pie                           \
     93    --enable-default-ssp                           \
    9294    --disable-nls                                  \
    9395    --disable-multilib                             \
  • chapter07/cleanup.xml

    r1203312 r6c952e3  
    1919<screen><userinput>rm -rf /usr/share/{info,man,doc}/*</userinput></screen>
    2020
    21     <para>Second, the libtool .la files are only useful when linking with static
    22     libraries. They are unneeded and potentially harmful when using dynamic
    23     shared libraries, specially when using non-autotools build systems.
    24     While still on the target machine, remove those files now:</para>
     21    <para>Second, on a modern Linux system, the libtool .la files are only
     22    useful for libltdl.  No libraries in LFS are expected to be loaded by
     23    libltdl, and it's known that some .la files can cause BLFS packages
     24    fail to build.  Remove those files now:</para>
    2525
    2626<screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput></screen>
  • chapter07/createfiles.xml

    r1203312 r6c952e3  
    4949
    5050<screen><userinput>cat &gt; /etc/hosts &lt;&lt; EOF
    51 127.0.0.1  localhost $(hostname)
    52 ::1        localhost
     51<literal>127.0.0.1  localhost $(hostname)
     52::1        localhost</literal>
    5353EOF</userinput></screen>
    5454
     
    163163  distributions. In addition, some test suites rely on specific users or
    164164  groups.  The Linux Standard Base (LSB, available at <ulink
    165   url="http://refspecs.linuxfoundation.org/lsb.shtml"/>) only recommends that,
     165  url="https://refspecs.linuxfoundation.org/lsb.shtml"/>) only recommends that,
    166166  besides the group <systemitem class="groupname">root</systemitem> with a
    167167  Group ID (GID) of 0, a group <systemitem class="groupname">bin</systemitem>
  • chapter08/binutils.xml

    r1203312 r6c952e3  
    161161<screen><userinput remap="test">make -k check</userinput></screen>
    162162
     163<para>Twelve tests fail in the <command>gold</command> testsuite when the
     164    <option>--enable-default-pie</option> and
     165    <option>--enable-default-ssp</option> options are passed to GCC. There
     166    is also a known failure in the <command>as</command> tests.</para>
    163167    <!-- Fixed in 2.39
    164168         https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b
     
    171175<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
    172176
    173     <para>Remove useless static libraries:</para>
    174 
    175 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a</userinput></screen>
     177    <para>Remove useless static libraries and an empty man page:</para>
     178
     179<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a
     180rm -fv /usr/share/man/man1/gprofng.1</userinput></screen>
    176181
    177182  </sect2>
  • chapter08/cleanup.xml

    r1203312 r6c952e3  
    1717  <para>There are also several files installed in the /usr/lib and /usr/libexec
    1818  directories with a file name extension of .la. These are "libtool archive"
    19   files. As already said, they are only useful when linking with static
    20   libraries. They are unneeded, and potentially harmful, when using dynamic
    21   shared libraries, specially when using also non-autotools build systems.
    22   To remove them, run:</para>
     19  files. As already said, on a modern Linux system the libtool .la files are
     20  only useful for libltdl.  No libraries in LFS are expected to be loaded
     21  by libltdl, and it's known that some .la files can cause BLFS packages
     22  fail to build.  Remove those files now:</para>
    2323
    2424<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen>
  • chapter08/eudev.xml

    r1203312 r6c952e3  
    4040  <sect2 role="installation">
    4141    <title>Installation of Eudev</title>
    42 <!--
    43     <para>First, fix a test script:</para>
    4442
    45 <screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen>
    46 -->
    47 <!--
    48     <para>Next, remove an unneeded line that causes a build failure:</para>
     43   
    4944
    50 <screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen>
    51 -->
     45    <para>First fix the location of udev rules in the .pc file:</para>
     46
     47<screen><userinput remap="pre">sed -i '/udevdir/a udev_dir=${udevdir}' src/udev/udev.pc.in</userinput></screen>
    5248
    5349    <para>Prepare Eudev for compilation:</para>
  • chapter08/gawk.xml

    r1203312 r6c952e3  
    4444
    4545<screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen>
     46
     47    <para>Now fix a programming error identified upstream:</para>
     48
     49<screen><userinput remap="pre">sed -i '241i UPREF(m);' interpret.h</userinput></screen>
    4650
    4751    <para>Prepare Gawk for compilation:</para>
  • chapter08/gcc.xml

    r1203312 r6c952e3  
    7474             LD=ld                    \
    7575             --enable-languages=c,c++ \
     76             --enable-default-pie     \
     77             --enable-default-ssp     \
    7678             --disable-multilib       \
    7779             --disable-bootstrap      \
     
    104106    </variablelist>
    105107
     108    <note>
     109      <anchor id="pie-ssp-info" xreflabel="note on PIE and SSP"/>
     110      <para>
     111        PIE (position-independent executable) is a technique to produce
     112        binary programs that can be loaded anywhere in memory.  Without PIE,
     113        the security feature named ASLR (Address Space Layout Randomization)
     114        can be applied for the shared libraries, but not the exectutable
     115        itself.  Enabling PIE allows ASLR for the executables in addition to
     116        the shared libraries, and mitigates some attacks based on fixed
     117        addresses of sensitive code or data in the executables.
     118      </para>
     119      <para>
     120        SSP (Stack Smashing Protection) is a technique to ensure
     121        that the parameter stack is not corrupted. Stack corruption can
     122        for example alter the return address of a subroutine,
     123        which would allow transferring control to some dangerous code
     124        (existing in the program or shared libraries, or injected by the
     125        attacker somehow) instead of the original one.
     126      </para>
     127    </note>
     128
    106129    <para>Compile the package:</para>
    107130
     
    110133    <important>
    111134      <para>In this section, the test suite for GCC is considered
    112       important, but it takes a long time. First time builders are 
     135      important, but it takes a long time. First time builders are
    113136      encouraged to not skip it.  The time to run the tests can be
    114137      reduced significantly by adding -jx to the make command below
     
    136159    url="&test-results;"/> and
    137160    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
     161
     162    <para>In gcc, eleven tests, in the i386 test suite are known to FAIL.
     163    It's because the test files do not account for the
     164    <parameter>--enable-default-pie</parameter> option.</para>
    138165
    139166    <para>In g++, four tests related to PR100400 are known to be reported
     
    200227  <para>Now make sure that we're setup to use the correct start files:</para>
    201228
    202 <screen><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen>
     229<screen><userinput>grep -E -o '/usr/lib.*/S?crt[1in].*succeeded' dummy.log</userinput></screen>
    203230
    204231  <para>The output of the last command should be:</para>
    205232
    206 <screen><computeroutput>/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crt1.o succeeded
     233<screen><computeroutput>/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/Scrt1.o succeeded
    207234/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crti.o succeeded
    208235/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crtn.o succeeded</computeroutput></screen>
     
    562589        <listitem>
    563590          <para>Contains routines supporting GCC's stack-smashing protection
    564           functionality</para>
     591          functionality.  Normally it's unused because glibc also provides
     592          those routines</para>
    565593          <indexterm zone="ch-system-gcc libssp">
    566594            <primary sortas="c-libssp">libssp</primary>
  • chapter08/gettext.xml

    r1203312 r6c952e3  
    6363          <para>Since bison is not yet installed in /usr, configure hardcodes
    6464          the directory containing translations for the bison program (the
    65           "locale" directory) as /tools/share/locale. Passing this variable
     65          "locale" directory) as /tools/share/locale. Passing this variable
    6666           to make allows overriding the choice made by configure.</para>
    6767        </listitem>
  • chapter08/grep.xml

    r1203312 r6c952e3  
    4040  <sect2 role="installation">
    4141    <title>Installation of Grep</title>
     42
     43    <para>
     44       First, remove a warning about using egrep and fgrep that makes
     45       tests on some packages fail:
     46    </para>
     47
     48<screen><userinput remap="pre">sed -i "s/echo/#echo/" src/egrep.sh</userinput></screen>
    4249
    4350    <para>Prepare Grep for compilation:</para>
  • chapter08/groff.xml

    r1203312 r6c952e3  
    5353
    5454<screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr</userinput></screen>
     55
     56    <para>Build the package:</para>
    5557
    5658<screen><userinput remap="make">make</userinput></screen>
  • chapter08/libtool.xml

    r1203312 r6c952e3  
    5353<para>To test the results<!--(about 11.0 SBU)-->, issue:</para>
    5454
    55 <screen><userinput remap="test">make check</userinput></screen>
     55<screen><userinput remap="test">make -k check</userinput></screen>
    5656
    5757    <note><para>The test time for libtool can be reduced significantly on a
     
    6262
    6363    <para>Five tests are known to fail in the LFS build environment due
    64     to a circular dependency, but all tests pass if rechecked after
    65     automake is installed.</para>
     64    to a circular dependency, but these tests pass if rechecked after
     65    automake is installed.  Additionally, with grep-3.8, two tests will
     66    trigger a warning for non-POSIX regular expressions and fail.</para>
    6667
    6768    <para>Install the package:</para>
  • chapter08/meson.xml

    r1203312 r6c952e3  
    9797        <seg>meson</seg>
    9898        <seg>
    99            /usr/lib/python&python-minor;/site-packages/meson-&meson-version;.dist-info and 
     99           /usr/lib/python&python-minor;/site-packages/meson-&meson-version;.dist-info and
    100100           /usr/lib/python&python-minor;/site-packages/mesonbuild
    101101        </seg>
     
    109109
    110110      <varlistentry id="meson">
    111                 <term><command>meson</command></term>
     111        <term><command>meson</command></term>
    112112        <listitem>
    113113          <para>A high productivity build system</para>
  • chapter08/ncurses.xml

    r1203312 r6c952e3  
    123123
    124124    <!-- To editors: crash of shell process was very rare but really
    125          observed.  We can't simply remove /usr/lib/libncursesw.so.6.x like 
     125         observed.  We can't simply remove /usr/lib/libncursesw.so.6.x like
    126126         how we handle libmozjs-xx.so in BLFS because bash needs it, and
    127127         make will spawn new shell processes during "make install".  -->
     
    132132    from the library file.  Install the package with
    133133    <literal>DESTDIR</literal>, and replace the library file correctly using
    134     <command>install</command> command.  A useless static archive which is
    135     not handled by <command>configure</command> is also removed:</para>
     134    <command>install</command> command:</para>
    136135
    137136<screen><userinput remap="install">make DESTDIR=$PWD/dest install
     
    213212           libmenuw.so,
    214213           libncursesw.so,
     214           libncurses++w.so,
    215215           libpanelw.so, and their non-wide-character counterparts without "w"
    216216              in the library names.</seg>
     
    367367      </varlistentry>
    368368
     369      <varlistentry id="libncurses__w">
     370        <term><filename class="libraryfile">libncurses++w</filename></term>
     371        <listitem>
     372          <para>Contains C++ binding for other libraries in this package</para>
     373          <indexterm zone="ch-system-ncurses libncurses__w">
     374            <primary sortas="c-libncurses++w">libncurses++w</primary>
     375          </indexterm>
     376        </listitem>
     377      </varlistentry>
     378
    369379      <varlistentry id="libformw">
    370380        <term><filename class="libraryfile">libformw</filename></term>
  • chapter08/openssl.xml

    r1203312 r6c952e3  
    4444    <title>Installation of OpenSSL</title>
    4545<!--
    46     <para>First fix a problem with some advanced arcitectures with avx512
     46    <para>First fix a problem with some advanced architectures with avx512
    4747    capability:</para>
    4848
  • chapter08/pkgmgt.xml

    r1203312 r6c952e3  
    284284      commercial distributions. Examples of package managers that follow this
    285285      approach are RPM (which, incidentally, is required by the <ulink
    286       url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
     286      url="https://refspecs.linuxfoundation.org/lsb.shtml">Linux
    287287      Standard Base Specification</ulink>), pkg-utils, Debian's apt, and
    288288      Gentoo's Portage system.  A hint describing how to adopt this style of
     
    297297      as more complex package managers do.  For details of Slackware package
    298298      management, see <ulink
    299       url="http://www.slackbook.org/html/package-management.html"/>.</para>
     299      url="https://www.slackbook.org/html/package-management.html"/>.</para>
    300300    </sect3>
    301301
  • chapter08/python.xml

    r1203312 r6c952e3  
    117117    commands:</para>
    118118
    119  <screen><userinput remap="install">cat &gt; /etc/pip.conf &lt;&lt; EOF
    120 [global]
     119<screen><userinput remap="install">cat &gt; /etc/pip.conf &lt;&lt; EOF
     120<literal>[global]
    121121root-user-action = ignore
    122 disable-pip-version-check = true
     122disable-pip-version-check = true</literal>
    123123EOF
    124124</userinput></screen>
  • chapter08/readline.xml

    r1203312 r6c952e3  
    6464        <listitem>
    6565          <para>This option tells Readline that it can find the termcap
    66                library functions in the curses library, rather than a separate
    67                termcap library. It allows generating a correct
    68                <filename>readline.pc</filename> file.</para>
     66          library functions in the curses library, rather than a separate
     67          termcap library. It allows generating a correct
     68          <filename>readline.pc</filename> file.</para>
    6969        </listitem>
    7070      </varlistentry>
  • chapter08/util-linux.xml

    r1203312 r6c952e3  
    101101su tester -c "make -k check"</userinput></screen>
    102102
    103     <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel 
     103    <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
    104104    does not have the option CONFIG_CRYPTO_USER_API_HASH set.</para>
    105105
  • chapter08/vim.xml

    r1203312 r6c952e3  
    168168    <note>
    169169      <para>By default, vim only installs spell files for the English language.
    170       To install spell files for your preferred language, download the
    171       <filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
    172       files for your language and character encoding from <ulink
    173       url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to
    174       <filename class='directory'>/usr/share/&vim-docdir;/spell/</filename>.</para>
     170      To install spell files for your preferred language, copy the
     171      <filename class='extension'>.spl</filename> and optionally, the
     172      <filename class='extension'>.sug</filename> files for your language
     173      and character encoding from
     174      <filename class='directory'>runtime/spell</filename> into
     175      <filename class='directory'>
     176        /usr/share/&vim-docdir;/spell/</filename>.</para>
    175177
    176178      <para>To use these spell files, some configuration in
     
    180182set spell</literal></screen>
    181183
    182       <para>For more information, see the appropriate README file located
    183       at the URL above.</para>
     184      <para>For more information, see
     185      <filename>runtime/spell/README.txt</filename>.</para>
    184186    </note>
    185187
  • chapter09/consoled.xml

    r1203312 r6c952e3  
    2424  information. Decide which keymap and screen font will be used. Various
    2525  language-specific HOWTOs can also help with this, see <ulink
    26   url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>.
     26  url="https://tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>.
    2727  Examine the output of <command>localectl list-keymaps</command> for a list of
    2828  valid console keymaps. Look in the
  • chapter09/udev.xml

    r1203312 r6c952e3  
    326326      <listitem>
    327327        <para>The <systemitem class="filesystem">sysfs</systemitem> Filesystem
    328         <ulink url="http://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
     328        <ulink url="https://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
    329329      </listitem>
    330330
  • chapter09/usage.xml

    r1203312 r6c952e3  
    4444    <note>
    4545       <para>
    46           Classically, run level 2 above was defined as 
    47           "multi-user mode without networking", but this was only the case 
     46          Classically, run level 2 above was defined as
     47          "multi-user mode without networking", but this was only the case
    4848          many years ago when multiple users could log into a system connected via
    4949          serial ports.  In today's environment it makes no sense and
     
    167167  is that when a user is going to reboot or halt the system, nothing
    168168  needs to be started, but the order of shutdown needs to be controlled.
    169   For these run levels, all <emphasis>K</emphasis> prefixed scripts will be 
     169  For these run levels, all <emphasis>K</emphasis> prefixed scripts will be
    170170  run before any <emphasis>S</emphasis> prefixed scripts are run with the
    171171  <parameter>stop</parameter> parameter.
     
    335335  information.  Decide which keymap and screen font will be used. Various
    336336  language-specific HOWTOs can also help with this, see <ulink
    337   url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in
     337  url="https://tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in
    338338  doubt, look in the <filename class="directory">/usr/share/keymaps</filename>
    339339  and <filename class="directory">/usr/share/consolefonts</filename> directories
  • chapter10/kernel.xml

    r1203312 r6c952e3  
    106106      not work correctly or boot at all:</para>
    107107
    108       <screen role="nodump" revision="sysv">General setup -->
     108      <screen role="nodump" revision="sysv">Processor type and features ---&gt;
     109   [*] Build a relocatable kernel [CONFIG_RELOCATABLE]
     110   [*]   Randomize the address of the kernel image (KASLR) [CONFIG_RANDOMIZE_BASE]
     111General setup ---&gt;
    109112   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    110113   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
     114General architecture-dependent options  ---&gt;
     115   [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR]
     116   [*]   Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG]
    111117Device Drivers  ---&gt;
    112118  Graphics support ---&gt;
     
    118124   [*]   Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT]</screen>
    119125
    120       <screen role="nodump" revision="systemd">General setup -->
     126      <screen role="nodump" revision="systemd">Processor type and features ---&gt;
     127   [*] Build a relocatable kernel [CONFIG_RELOCATABLE]
     128   [*]   Randomize the address of the kernel image (KASLR) [CONFIG_RANDOMIZE_BASE]
     129General setup ---&gt;
    121130   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    122131   [ ] Auditing Support [CONFIG_AUDIT]
     
    131140General architecture-dependent options  ---&gt;
    132141   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
     142   [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR]
     143   [*]   Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG]
    133144Networking support  ---&gt;
    134145  Networking options  ---&gt;
     
    160171      <screen role="nodump">Processor type and features ---&gt;
    161172  [*] Support x2apic [CONFIG_X86_X2APIC]
    162 Memory Management options  ---&gt;
    163   [ ] Enable userfaultfd() system call [CONFIG_USERFAULTFD]
    164173Device Drivers ---&gt;
    165174  [*] PCI Support ---&gt; [CONFIG_PCI]
     
    192201
    193202      <varlistentry>
     203        <term><parameter>Randomize the address of the kernel image (KASLR)</parameter></term>
     204        <listitem>
     205          <para>Enable ASLR for kernel image, to mitigate some attacks based
     206          on fixed addresses of sensitive data or code in the kernel.</para>
     207        </listitem>
     208      </varlistentry>
     209
     210      <varlistentry>
    194211        <term>
    195212          <parameter>
     
    213230          <para>This will require <command>cpio</command> building the kernel.
    214231          <command>cpio</command> is not installed by LFS.</para>
     232        </listitem>
     233      </varlistentry>
     234
     235      <varlistentry>
     236        <term><parameter>Strong Stack Protector</parameter></term>
     237        <listitem>
     238          <para>Enable SSP for the kernel.  We've enabled it for the entire
     239          userspace with <parameter>--enable-default-ssp</parameter>
     240          configuring GCC, but the kernel does not use GCC default setting
     241          for SSP.  We enable it explicitly here.</para>
    215242        </listitem>
    216243      </varlistentry>
     
    252279          has no effect, but also does no harm if x2APIC is disabled by the
    253280          firmware.</para>
    254         </listitem>
    255       </varlistentry>
    256 
    257       <varlistentry>
    258         <term><parameter>Enable userfaultfd() system call</parameter></term>
    259         <listitem>
    260           <para>If this option is enabled, a security vulnerability not
    261           resolved in Linux-&linux-version; yet will be exploitable.
    262           Disable this option to avoid the vulnerability.  This system call
    263           is not used by any part of LFS or BLFS.</para>
    264281        </listitem>
    265282      </varlistentry>
  • chapter11/chapter11.xml

    r1203312 r6c952e3  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="reboot.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="whatnow.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="afterlfs.xml"/>
    1819
    1920</chapter>
  • chapter11/reboot.xml

    r1203312 r6c952e3  
    1010
    1111  <title>Rebooting the System</title>
     12  <para>
     13    Now that all of the software has been installed, it is time to reboot
     14    your computer. However, there are still a few things to check.
     15    Here are some suggestions:</para>
    1216
    13   <para>Now that all of the software has been installed, it is time to reboot
    14   your computer. However, you should be aware of a few things. The system you
     17
     18<!--
     19  The system you
    1520  have created in this book is quite minimal, and most likely will not have
    1621  the functionality you would need to be able to continue forward. By installing
     
    1823  environment, you can leave yourself in a much better position to continue on
    1924  once you reboot into your new LFS installation. Here are some suggestions:</para>
    20 
     25-->
    2126  <itemizedlist>
    22 
     27<!--
    2328    <listitem><para>A text mode browser such as <ulink
    2429    url='&blfs-book;basicnet/lynx.html'>Lynx</ulink>
     
    6166    url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>.
    6267    </para></listitem>
     68-->
     69    <listitem>
     70      <para>
     71        Install any <ulink
     72        url='&blfs-book;postlfs/firmware.html'>firmware</ulink> needed if the
     73        kernel driver for your hardware requires some firmware files to function
     74        properly.
     75      </para>
     76    </listitem>
    6377
    64     <listitem><para>Install <ulink
    65     url='&blfs-book;postlfs/firmware.html'>firmwares</ulink> if the kernel
    66     driver for your hardware require some firmware to function properly.
    67     </para></listitem>
    68 
    69     <listitem><para>Finally, a review of the following configuration files
    70     is also appropriate at this point.</para>
     78    <listitem>
     79      <para>
     80        A review of the following configuration files
     81        is also appropriate at this point.
     82      </para>
    7183
    7284      <itemizedlist>
     
    98110<screen role="nodump"><userinput>sync</userinput></screen>
    99111
    100   <para>Now, reboot the system with:</para>
     112  <para>Now, reboot the system:</para>
    101113
    102114<screen role="nodump"><userinput>reboot -ff</userinput></screen>
  • chapter11/theend.xml

    r1203312 r6c952e3  
    6161EOF</userinput></screen>
    6262
    63   <para>Be sure to put some sort of customization for the fields
    64   'DISTRIB_CODENAME' and 'VERSION_CODENAME' to make the system uniquely
    65   yours.</para>
     63  <para>Be sure to customize the fields 'DISTRIB_CODENAME' and
     64  'VERSION_CODENAME' to make the system uniquely yours.</para>
    6665
    6766</sect1>
  • chapter11/whatnow.xml

    r1203312 r6c952e3  
    99  <?dbhtml filename="whatnow.html"?>
    1010
    11   <title>What Now?</title>
     11  <title>Additional Resources</title>
    1212
    1313  <para>Thank you for reading this LFS book. We hope that you have
     
    3232
    3333        <listitem>
    34           <para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
    35           Emergency Response Team)</para>
     34          <para><ulink url="&lfs-root;lfs/advisories/">LFS Security Advisories</ulink></para>
    3635
    37           <para>CERT has a mailing list that publishes security alerts concerning
    38           various operating systems and applications. Subscription information is
    39           available at <ulink
    40           url="http://www.us-cert.gov/cas/signup.html"/>.</para>
     36          <para>This is a list of security vulnerabilities discovered in the
     37          LFS book after it's published.</para>
    4138        </listitem>
    4239
    4340        <listitem>
    44           <para>Bugtraq</para>
     41          <para><ulink url="https://seclists.org/oss-sec/">Open Source Security
     42          Mailing List</ulink></para>
    4543
    46           <para>Bugtraq is a full-disclosure computer security mailing list. It
    47           publishes newly discovered security issues, and occasionally potential
    48           fixes for them. Subscription information is available at <ulink
    49           url="http://www.securityfocus.com/archive"/>.</para>
     44          <para>This is a mailing list for discussion of security flaws,
     45          concepts, and practices in the Open Source community.</para>
    5046        </listitem>
    5147
    5248      </itemizedlist>
    5349    </listitem>
    54 
     50<!--
    5551    <listitem>
    5652      <para>Beyond Linux From Scratch</para>
     
    6157      </para>
    6258    </listitem>
    63 
     59-->
    6460    <listitem>
    6561      <para>LFS Hints</para>
     
    8682      collaborate on all of the issues of Linux documentation. The TLDP features
    8783      a large collection of HOWTOs, guides, and man pages.  It is located at
    88       <ulink url="http://www.tldp.org/"/>.</para>
     84      <ulink url="https://tldp.org/"/>.</para>
    8985    </listitem>
    9086
  • git-version.sh

    r1203312 r6c952e3  
    22
    33if [ "$1" = sysv ]; then
    4         SYSV="INCLUDE"
    5         SYSTEMD="IGNORE "
     4    SYSV="INCLUDE"
     5    SYSTEMD="IGNORE "
    66elif [ "$1" = systemd ]; then
    7         SYSV="IGNORE "
    8         SYSTEMD="INCLUDE"
     7    SYSV="IGNORE "
     8    SYSTEMD="INCLUDE"
    99else
    10         echo You must provide either \"sysv\" or \"systemd\" as argument
    11         exit 1
     10    echo You must provide either \"sysv\" or \"systemd\" as argument
     11    exit 1
    1212fi
    1313
     
    1616
    1717if ! git status > /dev/null; then
    18         # Either it's not a git repository, or git is unavaliable.
    19         # Just workaround.
    20         echo "<![ %sysv; ["                                    >  version.ent
    21         echo "<!ENTITY version           \"unknown\">"         >> version.ent
    22         echo "]]>"                                             >> version.ent
    23         echo "<![ %systemd; ["                                 >> version.ent
    24         echo "<!ENTITY version           \"unknown-systemd\">" >> version.ent
    25         echo "]]>"                                             >> version.ent
    26         echo "<!ENTITY releasedate       \"unknown\">"         >> version.ent
    27         echo "<!ENTITY copyrightdate     \"1999-2022\">"       >> version.ent
    28         exit 0
     18    # Either it's not a git repository, or git is unavaliable.
     19    # Just workaround.
     20    echo "<![ %sysv; ["                                    >  version.ent
     21    echo "<!ENTITY version           \"unknown\">"         >> version.ent
     22    echo "]]>"                                             >> version.ent
     23    echo "<![ %systemd; ["                                 >> version.ent
     24    echo "<!ENTITY version           \"unknown-systemd\">" >> version.ent
     25    echo "]]>"                                             >> version.ent
     26    echo "<!ENTITY releasedate       \"unknown\">"         >> version.ent
     27    echo "<!ENTITY copyrightdate     \"1999-2022\">"       >> version.ent
     28    exit 0
    2929fi
    3030
     
    4040
    4141case $day in
    42         "1" | "21" | "31" ) suffix="st";;
    43         "2" | "22" ) suffix="nd";;
    44         "3" | "23" ) suffix="rd";;
    45         * ) suffix="th";;
     42    "1" | "21" | "31" ) suffix="st";;
     43    "2" | "22" ) suffix="nd";;
     44    "3" | "23" ) suffix="rd";;
     45    * ) suffix="th";;
    4646esac
    4747
     
    5454
    5555if [ "$(git diff HEAD | wc -l)" != "0" ]; then
    56         version="$version+"
    57         versiond="$versiond+"
     56    version="$version+"
     57    versiond="$versiond+"
    5858fi
    5959
  • lfs-latest-git.php

    r1203312 r6c952e3  
    3535     // Isolate the version and put in an array
    3636     $slice = preg_replace( $regex_replace, "$1", $line );
    37      if ( $slice == $line ) continue;
     37     if ( strcmp( $slice, $line ) == 0 ) continue;
    3838
    3939     array_push( $a, $slice );
     
    267267     return find_max( $lines, "/^\d/", "/^(\d[\d\.]+\d)\/.*$/" );
    268268
     269  if ( $package == "iana-etc" )
     270     return find_max( $lines, "/^\s*20\d\d/", "/^\s+(\d+).*$/" );
     271
     272  if ( $package == "meson" )
     273     return find_max( $lines, "/^\s+\d\./", "/^\s+([\d\.]+)$/" );
     274
     275  if ( $package == "shadow" )
     276     return find_max( $lines, "/^\s+\d\./", "/^\s+([\d\.]+)$/" );
     277
    269278  if ( $package == "XML-Parser" )
    270279  {
  • packages.ent

    r1203312 r6c952e3  
    5959<!ENTITY bash-fin-sbu "1.4 SBU">
    6060
    61 <!ENTITY bc-version "6.0.1">
    62 <!ENTITY bc-size "441 KB">
     61<!ENTITY bc-version "6.0.2">
     62<!ENTITY bc-size "442 KB">
    6363<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
    64 <!ENTITY bc-md5 "4c8b8d51eb52ee66f5bcf6a6a1ca576e">
     64<!ENTITY bc-md5 "101e62dd9c2b90bf18c38d858aa36f0d">
    6565<!ENTITY bc-home "https://git.yzena.com/gavin/bc">
    6666<!ENTITY bc-fin-du "7.4 MB">
     
    180180<!ENTITY expect-tmp-sbu "0.2 SBU">
    181181
    182 <!ENTITY file-version "5.42">
    183 <!ENTITY file-size "1,080 KB">
     182<!ENTITY file-version "5.43">
     183<!ENTITY file-size "1,136 KB">
    184184<!ENTITY file-url "https://astron.com/pub/file/file-&file-version;.tar.gz">
    185 <!ENTITY file-md5 "4d4f70c3b08a8a70d8baf67f085d7e92">
     185<!ENTITY file-md5 "8effd70da368210a6c6eece037f978eb">
    186186<!ENTITY file-home "https://www.darwinsys.com/file/">
    187187<!ENTITY file-tmp-du "34 MB">
     
    208208<!ENTITY flex-fin-sbu "0.4 SBU">
    209209
    210 <!ENTITY gawk-version "5.1.1">
    211 <!ENTITY gawk-size "3,075 KB">
     210<!ENTITY gawk-version "5.2.0">
     211<!ENTITY gawk-size "3,307 KB">
    212212<!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.xz">
    213 <!ENTITY gawk-md5 "83650aa943ff2fd519b2abedf8506ace">
     213<!ENTITY gawk-md5 "2f724d925873fc82f5e7b1d605ba9a42">
    214214<!ENTITY gawk-home "&gnu-software;gawk/">
    215215<!ENTITY gawk-tmp-du "45 MB">
     
    282282<!ENTITY gperf-fin-sbu "less than 0.1 SBU">
    283283
    284 <!ENTITY grep-version "3.7">
    285 <!ENTITY grep-size "1,603 KB">
     284<!ENTITY grep-version "3.8">
     285<!ENTITY grep-size "1,670 KB">
    286286<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
    287 <!ENTITY grep-md5 "7c9cca97fa18670a21e72638c3e1dabf">
     287<!ENTITY grep-md5 "dc6e4d18d4659e6e7552fc4a183c8ac9">
    288288<!ENTITY grep-home "&gnu-software;grep/">
    289289<!ENTITY grep-tmp-du "25 MB">
     
    379379<!ENTITY kmod-fin-sbu "0.1 SBU">
    380380
    381 <!ENTITY less-version "590">
    382 <!ENTITY less-size "348 KB">
     381<!ENTITY less-version "608">
     382<!ENTITY less-size "354 KB">
    383383<!ENTITY less-url "https://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz">
    384 <!ENTITY less-md5 "f029087448357812fba450091a1172ab">
     384<!ENTITY less-md5 "1cdec714569d830a68f4cff11203cdba">
    385385<!ENTITY less-home "https://www.greenwoodsoftware.com/less/">
    386386<!ENTITY less-fin-du "4.2 MB">
     
    415415<!ENTITY libpipeline-url "&savannah;/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz">
    416416<!ENTITY libpipeline-md5 "829c9ba46382b0b3e12dd11fcbc1bb27">
    417 <!ENTITY libpipeline-home "http://libpipeline.nongnu.org/">
     417<!ENTITY libpipeline-home "https://libpipeline.nongnu.org/">
    418418<!ENTITY libpipeline-fin-du "10 MB">
    419419<!ENTITY libpipeline-fin-sbu "0.1 SBU">
     
    429429<!ENTITY linux-major-version "5">
    430430<!ENTITY linux-minor-version "19">
    431 <!ENTITY linux-patch-version "2">
     431<!ENTITY linux-patch-version "8">
    432432<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    433433<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    434 <!ENTITY linux-size "128,553 KB">
     434<!ENTITY linux-size "128,547 KB">
    435435<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    436 <!ENTITY linux-md5 "391274e2e49a881403b0ff2e0712bf82">
     436<!ENTITY linux-md5 "ae08d14f9b7ed3d47c0d22b6d235507a">
    437437<!ENTITY linux-home "https://www.kernel.org/">
    438438<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
     
    494494<!ENTITY markupsafe-fin-sbu "less than 0.1 SBU">
    495495
    496 <!ENTITY meson-version "0.63.1">
     496<!ENTITY meson-version "0.63.2">
    497497<!ENTITY meson-size "2,016 KB">
    498498<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    499 <!ENTITY meson-md5 "078e59d11a72b74c3bd78cb8205e9ed7">
     499<!ENTITY meson-md5 "12ae3150982645790a4f8a8e8795173c">
    500500<!ENTITY meson-home "https://mesonbuild.com">
    501501<!ENTITY meson-fin-du "38 MB">
     
    506506<!ENTITY mpc-url "https://ftp.gnu.org/gnu/mpc/mpc-&mpc-version;.tar.gz">
    507507<!ENTITY mpc-md5 "9f16c976c25bb0f76b50be749cd7a3a8">
    508 <!ENTITY mpc-home "http://www.multiprecision.org/">
     508<!ENTITY mpc-home "https://www.multiprecision.org/">
    509509<!ENTITY mpc-fin-du "21 MB">
    510510<!ENTITY mpc-fin-sbu "0.3 SBU">
     
    528528<!ENTITY ncurses-fin-sbu "0.4 SBU">
    529529
    530 <!ENTITY ninja-version "1.11.0">
    531 <!ENTITY ninja-size "228 KB">
     530<!ENTITY ninja-version "1.11.1">
     531<!ENTITY ninja-size "225 KB">
    532532<!ENTITY ninja-url "&github;/ninja-build/ninja/archive/v&ninja-version;/ninja-&ninja-version;.tar.gz">
    533 <!ENTITY ninja-md5 "7d1a1a2f5cdc06795b3054df5c17d5ef">
     533<!ENTITY ninja-md5 "32151c08211d7ca3c1d832064f6939b0">
    534534<!ENTITY ninja-home "https://ninja-build.org/">
    535535<!ENTITY ninja-fin-du "79 MB">
     
    595595     meson pages will be needed: python3.6 and python3.6m -->
    596596
    597 <!ENTITY python-version "3.10.6">
     597<!ENTITY python-version "3.10.7">
    598598<!ENTITY python-minor "3.10">
    599 <!ENTITY python-size "19,142 KB">
     599<!ENTITY python-size "19,159 KB">
    600600<!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
    601 <!ENTITY python-md5 "afc7e14f7118d10d1ba95ae8e2134bf0">
     601<!ENTITY python-md5 "b8094f007b3a835ca3be6bdf8116cccc">
    602602<!ENTITY python-home "https://www.python.org/">
    603603<!ENTITY python-tmp-du "364 MB">
     
    606606<!ENTITY python-fin-sbu "3.4 SBU">
    607607<!ENTITY python-docs-url "https://www.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2">
    608 <!ENTITY python-docs-md5 "8f32c4f4f0b18ec56e8b3822bbaeb017">
    609 <!ENTITY python-docs-size "7,321 KB">
     608<!ENTITY python-docs-md5 "d5923c417995334e72c2561812905d23">
     609<!ENTITY python-docs-size "7,176 KB">
    610610
    611611<!ENTITY readline-version "8.1.2">
     
    628628<!ENTITY sed-fin-sbu "0.4 SBU">
    629629
    630 <!ENTITY shadow-version "4.12.2">
    631 <!ENTITY shadow-size "1,706 KB">
     630<!ENTITY shadow-version "4.12.3">
     631<!ENTITY shadow-size "1,707 KB">
    632632<!ENTITY shadow-url "&github;/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz">
    633 <!ENTITY shadow-md5 "52637cb34c357acf85c617cf95da34a6">
     633<!ENTITY shadow-md5 "710bcc89c39683609aacfef9f08bd854">
    634634<!ENTITY shadow-home "https://shadow-maint.github.io/shadow/">
    635635<!ENTITY shadow-fin-du "46 MB">
  • part3intro/generalinstructions.xml

    r1203312 r6c952e3  
    8383          <para>Place all the sources and patches in a directory that will be
    8484          accessible from the chroot environment such as
    85           <filename class="directory">/mnt/lfs/sources/</filename>.<!-- Do
     85          <filename class="directory">/mnt/lfs/sources/</filename>.<!-- Do
    8686          <emphasis>not</emphasis> put sources in
    87           <filename class="directory">/mnt/lfs/tools/</filename>. --></para>
     87          <filename class="directory">/mnt/lfs/tools/</filename>. --></para>
    8888        </listitem>
    8989        <listitem>
  • prologue/prerequisites.xml

    r1203312 r6c952e3  
    3131    <listitem>
    3232      <para>Software-Building-HOWTO
    33       <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
     33      <ulink url="https://tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
    3434
    3535      <para>This is a comprehensive guide to building and installing
     
    4141    <listitem>
    4242      <para>Beginner's Guide to Installing from Source
    43       <ulink url="http://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
     43      <ulink url="https://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
    4444
    4545      <para>This guide provides a good summary of basic skills and
  • prologue/standards.xml

    r1203312 r6c952e3  
    1919    <itemizedlist>
    2020      <listitem>
    21         <para><ulink url="http://pubs.opengroup.org/onlinepubs/9699919799/">
     21        <para><ulink url="https://pubs.opengroup.org/onlinepubs/9699919799/">
    2222        POSIX.1-2008</ulink>.</para>
    2323      </listitem>
    2424      <listitem>
    2525        <para><ulink
    26         url="http://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html">
     26        url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html">
    2727        Filesystem Hierarchy Standard (FHS) Version 3.0</ulink></para>
    2828
    2929      </listitem>
    3030      <listitem>
    31         <para><ulink url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
     31        <para><ulink url="https://refspecs.linuxfoundation.org/lsb.shtml">Linux
    3232        Standard Base (LSB) Version 5.0 (2015)</ulink></para>
    3333
  • prologue/why.xml

    r1203312 r6c952e3  
    596596        <para>Wheel</para>
    597597
    598         <para>This package contains a Python module that is the 
     598        <para>This package contains a Python module that is the
    599599        reference implementation of the Python wheel packaging standard.
    600600        </para>
  • stylesheets/lfs-xsl/lfs.css.new

    r1203312 r6c952e3  
    1515a:link {
    1616  color:           #22b;
    17   font-weight:     bold; 
     17  font-weight:     bold;
    1818  text-decoration: none;
    1919}
    2020
    2121a.ulink:link {
    22   font-weight:     bold; 
     22  font-weight:     bold;
    2323  color:           #55f;
    2424  text-decoration: none;
     
    3030}
    3131
    32 a:hover, 
     32a:hover,
    3333a:focus {
    3434  color:           #d30e08 ! important;
     
    8282
    8383/* Sections */
    84 div.sect1, 
    85 div.appendix, 
    86 div.wrap, 
    87 div.chapter, 
     84div.sect1,
     85div.appendix,
     86div.wrap,
     87div.chapter,
    8888div.part,
    8989div.preface,
     
    101101
    102102@media(max-width:1220px) and (min-height:550px){
    103   div.sect1, 
    104   div.appendix, 
    105   div.wrap, 
    106   div.chapter, 
     103  div.sect1,
     104  div.appendix,
     105  div.wrap,
     106  div.chapter,
    107107  div.part,
    108108  div.preface,
     
    121121      (max-width:1050px) and (min-width:800px) and (max-height:550px){
    122122
    123   div.sect1, 
    124   div.appendix, 
    125   div.wrap, 
    126   div.chapter, 
     123  div.sect1,
     124  div.appendix,
     125  div.wrap,
     126  div.chapter,
    127127  div.part,
    128128  div.preface,
     
    139139@media(max-width:550px),
    140140      (max-width:800px) and (max-height:550px){
    141   div.sect1, 
    142   div.appendix, 
    143   div.wrap, 
    144   div.chapter, 
     141  div.sect1,
     142  div.appendix,
     143  div.wrap,
     144  div.chapter,
    145145  div.part,
    146146  div.preface,
     
    170170}
    171171
    172 .package, 
    173 .kernel, 
    174 .installation, 
    175 .commands, 
    176 .testing, 
    177 .configuration, 
     172.package,
     173.kernel,
     174.installation,
     175.commands,
     176.testing,
     177.configuration,
    178178.content {
    179179  padding: 0em 0.5em 0.2em 0em;
     
    223223}
    224224
    225 .preface h1, 
    226 .part h1, 
    227 .chapter h1, 
    228 .appendix h1, 
    229 .index h1, 
    230 .sect1 h1, 
     225.preface h1,
     226.part h1,
     227.chapter h1,
     228.appendix h1,
     229.index h1,
     230.sect1 h1,
    231231.wrap h1 {
    232232  background:    none; /*#f5f6f7;*/
     
    247247}
    248248
    249 .titlepage h2, 
     249.titlepage h2,
    250250div.navheader  h2 {
    251251  font-size:     120%;
     
    277277}
    278278
    279 .titlepage h3, 
     279.titlepage h3,
    280280div.navheader  h3 {
    281281  font-size:     120%;
     
    284284}
    285285
    286 .titlepage h4, 
     286.titlepage h4,
    287287div.navheader h4 {
    288288  font-size:     110%;
     
    292292
    293293@media(max-width:550px){
    294   .titlepage h2, 
     294  .titlepage h2,
    295295  div.navheader  h2 {
    296296    font-size:     4.7vmin;
     
    299299  }
    300300
    301   .titlepage h3, 
     301  .titlepage h3,
    302302  div.navheader  h3 {
    303303    font-size:     4.5vmin;
     
    306306  }
    307307
    308   .titlepage h4, 
     308  .titlepage h4,
    309309  div.navheader h4 {
    310310    font-size:     4.3vmin;
     
    338338}
    339339
    340 @media(min-width:550px) and (min-height:550px), 
     340@media(min-width:550px) and (min-height:550px),
    341341      (min-width:1220px) and (min-height:550px){
    342342  div.navfooter{
     
    407407}
    408408
    409 div.navheader ul li.prev, 
     409div.navheader ul li.prev,
    410410div.navfooter ul li.prev {
    411411  position:       fixed;
     
    422422}
    423423/*
    424 div.navheader ul li.next, 
     424div.navheader ul li.next,
    425425div.navfooter ul li.next {
    426426  position:     fixed;
     
    434434}
    435435*/
    436 div.navheader ul li.next, 
     436div.navheader ul li.next,
    437437div.navfooter ul li.next {
    438438  position:     fixed;
     
    446446}
    447447
    448 div.navheader ul li.prev p, 
     448div.navheader ul li.prev p,
    449449div.navfooter ul li.prev p,
    450 div.navheader ul li.next p, 
     450div.navheader ul li.next p,
    451451div.navfooter ul li.next p {
    452452  padding:        0em;
     
    459459}
    460460
    461 div.navheader ul li.home, 
     461div.navheader ul li.home,
    462462div.navfooter ul li.home {
    463463  position:    fixed;
     
    473473}
    474474
    475 div.navheader ul li.up, 
     475div.navheader ul li.up,
    476476div.navfooter ul li.up {
    477477  position:    fixed;
     
    488488}
    489489
    490 div.navheader ul li.up a, 
     490div.navheader ul li.up a,
    491491div.navfooter ul li.up a {
    492492  display:         block;
     
    496496}
    497497
    498 div.navheader ul li.home a, 
     498div.navheader ul li.home a,
    499499div.navfooter ul li.home a {
    500500  display:         block;
     
    504504}
    505505
    506 div.navheader ul li.prev a, 
     506div.navheader ul li.prev a,
    507507div.navfooter ul li.prev a {
    508508  display:         block;
     
    523523}
    524524*/
    525 div.navheader ul li.next a, 
     525div.navheader ul li.next a,
    526526div.navfooter ul li.next a{
    527527  display:         block;
     
    532532
    533533@media(max-width:1220px) and (min-height:550px){
    534   div.navheader ul li, 
     534  div.navheader ul li,
    535535  div.navfooter ul li{
    536536    width: 120px;
    537537  }
    538  
    539   div.navheader ul li.prev p, 
     538
     539  div.navheader ul li.prev p,
    540540  div.navheader ul li.next p,
    541   div.navfooter ul li.prev p, 
     541  div.navfooter ul li.prev p,
    542542  div.navfooter ul li.next p{
    543543    text-align: center;
     
    545545    margin:     2px;*/
    546546    height:     7.5vh;  /* 7.5% ov viewport height */
    547     overflow:   hidden; 
     547    overflow:   hidden;
    548548  }
    549549/*
    550   div.navheader ul li.prev p:after, 
    551   div.navheader ul li.next p:after, 
    552   div.navfooter ul li.prev p:after, 
     550  div.navheader ul li.prev p:after,
     551  div.navheader ul li.next p:after,
     552  div.navfooter ul li.prev p:after,
    553553  div.navfooter ul li.next p:after{
    554554    content:    "";
     
    559559    width:      100%;
    560560    height:     2.8em;
    561    
     561
    562562    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(255, 255, 255, 1) 100%);
    563    
     563
    564564  }
    565565*/
    566   div.navheader ul li.prev, 
     566  div.navheader ul li.prev,
    567567  div.navfooter ul li.prev {
    568568    position: fixed;
     
    574574  }
    575575
    576   div.navheader ul li.prev a, 
     576  div.navheader ul li.prev a,
    577577  div.navfooter ul li.prev a{
    578578    display:         block;
     
    583583    background-size: 25px 25px;
    584584  }
    585  
    586   div.navheader ul li.next, 
     585
     586  div.navheader ul li.next,
    587587  div.navfooter ul li.next {
    588588    position: fixed;
     
    593593    margin:   0px;
    594594  }
    595  
    596   div.navheader ul li.next a, 
     595
     596  div.navheader ul li.next a,
    597597  div.navfooter ul li.next a {
    598598    display:         block;
     
    603603    background-size: 25px 25px;
    604604  }
    605  
    606   div.navheader ul li.home, 
     605
     606  div.navheader ul li.home,
    607607  div.navheader ul li.up,
    608   div.navfooter ul li.home, 
     608  div.navfooter ul li.home,
    609609  div.navfooter ul li.up {
    610610    position: fixed;
     
    616616  }
    617617
    618   div.navheader ul li.home, 
     618  div.navheader ul li.home,
    619619  div.navfooter ul li.home{
    620620    top:25vh;
    621621  }
    622622
    623   div.navheader ul li.up, 
     623  div.navheader ul li.up,
    624624  div.navfooter ul li.up{
    625625    top:10vh;
    626626  }
    627  
    628   div.navheader ul li.home a, 
     627
     628  div.navheader ul li.home a,
    629629  div.navfooter ul li.home a{
    630630    display:         block;
     
    636636  }
    637637
    638   div.navheader ul li.up a, 
     638  div.navheader ul li.up a,
    639639  div.navfooter ul li.up a{
    640640    display:         block;
     
    648648/* End media */
    649649
    650 @media(max-width:1220px) and (max-height:550px) and (min-width:800px), 
     650@media(max-width:1220px) and (max-height:550px) and (min-width:800px),
    651651      (min-width:1220px) and (max-height:350px){
    652   div.navheader ul li.prev p, 
     652  div.navheader ul li.prev p,
    653653  div.navfooter ul li.prev p,
    654   div.navheader ul li.next p, 
     654  div.navheader ul li.next p,
    655655  div.navfooter ul li.next p
    656656  {
    657657    display: none;
    658658  }
    659  
    660   div.navheader ul li.prev, 
     659
     660  div.navheader ul li.prev,
    661661  div.navfooter ul li.prev {
    662662    max-width:   120px;
    663663    position:    fixed;
    664664    display:     block;
    665     top:         45vmin;  /* smaller of 60% viewport height, width */ 
     665    top:         45vmin;  /* smaller of 60% viewport height, width */
    666666    padding:     0px;
    667667    margin-left: 10px;
    668668    font-size:   90%;
    669669  }
    670  
    671   div.navheader ul li.next, 
     670
     671  div.navheader ul li.next,
    672672  div.navfooter ul li.next {
    673673    max-width:   120px;
     
    680680    font-size:   90%;
    681681  }
    682  
    683   div.navheader ul li.prev a, 
     682
     683  div.navheader ul li.prev a,
    684684  div.navfooter ul li.prev a {
    685685    background-size: 20px 20px;
    686686  }
    687  
    688   div.navheader ul li.next a, 
     687
     688  div.navheader ul li.next a,
    689689  div.navfooter ul li.next a{
    690690    display:         block;
     
    694694    text-align:      left;
    695695  }
    696  
    697   div.navheader ul li.home, 
     696
     697  div.navheader ul li.home,
    698698  div.navheader ul li.up,
    699   div.navfooter ul li.home, 
     699  div.navfooter ul li.home,
    700700  div.navfooter ul li.up {
    701701    max-width:   120px;
     
    707707    font-size:   90%;
    708708  }
    709  
    710   div.navheader ul li.home, 
     709
     710  div.navheader ul li.home,
    711711  div.navfooter ul li.home{
    712712    top: 35vmin;
    713713  }
    714  
    715   div.navheader ul li.up, 
     714
     715  div.navheader ul li.up,
    716716  div.navfooter ul li.up{
    717717    top: 10vmin;
    718718  }
    719  
    720   div.navheader ul li.home a, 
     719
     720  div.navheader ul li.home a,
    721721  div.navfooter ul li.home a,
    722   div.navheader ul li.up a, 
     722  div.navheader ul li.up a,
    723723  div.navfooter ul li.up a{
    724724    padding: 10px 5px  10px 35px;
     
    729729@media(max-width:550px),
    730730      (max-width:800px) and (max-height:550px){
    731   div.navheader ul li.prev p, 
     731  div.navheader ul li.prev p,
    732732  div.navfooter ul li.prev p,
    733   div.navheader ul li.next p, 
     733  div.navheader ul li.next p,
    734734  div.navfooter ul li.next p {
    735735    display: none;
    736736  }
    737  
    738   div.navheader ul li.prev, 
     737
     738  div.navheader ul li.prev,
    739739  div.navfooter ul li.prev {
    740740    position: fixed;
     
    745745    margin:   0px;
    746746  }
    747  
    748   div.navheader ul li.prev a, 
     747
     748  div.navheader ul li.prev a,
    749749  div.navfooter ul li.prev a{
    750750    display:         block;
     
    758758    overflow:        hidden;
    759759  }
    760  
    761   div.navheader ul li.next, 
     760
     761  div.navheader ul li.next,
    762762  div.navfooter ul li.next {
    763763    position: fixed;
     
    768768    margin:   0px;
    769769  }
    770  
    771   div.navheader ul li.next a, 
     770
     771  div.navheader ul li.next a,
    772772  div.navfooter ul li.next a{
    773773    display:         block;
     
    781781    overflow:        hidden;
    782782  }
    783  
    784   div.navheader ul li.home, 
     783
     784  div.navheader ul li.home,
    785785  div.navheader ul li.up,
    786   div.navfooter ul li.home, 
     786  div.navfooter ul li.home,
    787787  div.navfooter ul li.up {
    788788    position: fixed;
     
    793793    left:     0px;
    794794  }
    795  
    796   div.navheader ul li.home, 
     795
     796  div.navheader ul li.home,
    797797  div.navfooter ul li.home{
    798798    top: 40vmin;
    799799  }
    800  
    801   div.navheader ul li.up, 
     800
     801  div.navheader ul li.up,
    802802  div.navfooter ul li.up{
    803803    top: 20vmin;
    804804  }
    805  
    806   div.navheader ul li.home a, 
     805
     806  div.navheader ul li.home a,
    807807  div.navfooter ul li.home a{
    808808    display:         block;
     
    815815    overflow:        hidden;
    816816  }
    817  
    818   div.navheader ul li.up a, 
     817
     818  div.navheader ul li.up a,
    819819  div.navfooter ul li.up a{
    820820    display:         block;
     
    831831
    832832/* TOC */
    833 div.toc ul, 
    834 div.index ul, 
    835 div.navheader ul, 
     833div.toc ul,
     834div.index ul,
     835div.navheader ul,
    836836div.navfooter ul {
    837837  list-style: none;
    838838}
    839839
    840 li.preface, 
     840li.preface,
    841841.part li.appendix {
    842842  margin-left: 1em;
     
    847847}
    848848
    849 li.appendix h3, 
    850 li.glossary h3, 
     849li.appendix h3,
     850li.glossary h3,
    851851li.index h3 {
    852852  margin: 0.5em
     
    912912    margin-left: 1em;
    913913  }
    914  
     914
    915915  .item + .indexref {
    916916    display:      inline-block;
     
    918918    margin-left:  1em;
    919919  }
    920  
     920
    921921  .secitem + .indexref {
    922922    display:      inline-block;
     
    948948}
    949949
    950 div.note, 
     950div.note,
    951951div.tip {
    952952  margin:        1em;
     
    959959}
    960960
    961 div.important, 
    962 div.warning, 
     961div.important,
     962div.warning,
    963963div.caution {
    964964  margin:        1em;
     
    971971}
    972972
    973 div.important h3, 
    974 div.warning h3, 
     973div.important h3,
     974div.warning h3,
    975975div.caution h3 {
    976976  color: #900;
    977977}
    978978
    979 div.important em, 
    980 div.warning em, 
     979div.important em,
     980div.warning em,
    981981div.caution em {
    982982  color:       #000;
     
    996996}
    997997
    998 .table table th, 
     998.table table th,
    999999.table table td {
    10001000  padding:    0.2em 2em 0.2em 2em;
     
    10391039/* End media */
    10401040
    1041 .variablelist td span, 
     1041.variablelist td span,
    10421042td p {
    10431043  margin:  0.25em;
     
    11131113    width:   100%;
    11141114  }
    1115  
     1115
    11161116  .package .segbody, .content .segbody {
    11171117    display:      inline-block;
     
    11951195
    11961196/* Indented blocks */
    1197 p, 
     1197p,
    11981198blockquote {
    11991199  padding-left:  1em;
     
    12021202
    12031203/* Monospaced elements */
    1204 tt, 
    1205 code, 
    1206 kbd, 
    1207 pre, 
     1204tt,
     1205code,
     1206kbd,
     1207pre,
    12081208.command {
    12091209  font-family: monospace;
     
    12301230}
    12311231
    1232 .literal, 
     1232.literal,
    12331233.prompt {
    12341234  font-weight: normal;
  • udev-lfs/ChangeLog

    r1203312 r6c952e3  
    99     allow build with util-linux in LFS's /tools directory.
    1010
    11 2010-01-26      Matt Burgess <matthew@linuxfromscratch.org>
    12         * 55-lfs.rules: Remove lots of rules that have been merged upstream.
    13         * 61-cdrom.rules: Remove as upstream has a replacement.
    14         * doc/*: Cleanup and rewrite now that the rules are much simpler.
    15 
    16 2009-09-25      Bryan Kadzban <bryan@linuxfromscratch.org>
    17         * 55-lfs.rules: Make the RTC rule (which runs setclock) work for people
    18           that don't use the RTC-class driver -- add another copy of the rule,
    19           using KERNEL=="rtc" instead of SUBSYSTEM=="rtc".  Also move the ACTION
    20           match before the assignment to MODE.
    21 
    22 2009-05-23      Bruce Dubbs <bdubbs@linuxfromscratch.org>
    23         * 55-lfs.rules: Set the rtc by udev upon boot.  Removed aio device from
    24           udev configuration so defaults are used.
    25 
    26 2009-05-16      Bryan Kadzban <bryan@linuxfromscratch.org>
    27         * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and
    28           input devices (including psaux, which probably doesn't exist anymore
    29           anyway).
    30 
    31 2009-05-16      Matt Burgess <matthew@linuxfromscratch.org>
    32         * 55-lfs.rules: Remove the block rule as it was only setting
    33           permissions that Udev will set by default
    34         * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
    35           included in upstream's rule
    36         * 55-lfs-rules: Remove the tape rules as the group they sets is already
    37           included in upstream's rules
    38 
    39 2009-03-15      Bryan Kadzban <bryan@linuxfromscratch.org>
    40         * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
    41           version, which has a better match via SUBSYSTEM).
    42         * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided
    43           to standardize on a Debian-like setup (uucp is for UUCP daemons to use
    44           for privilege separation; dialout is for users and devices).
     112010-01-26  Matt Burgess <matthew@linuxfromscratch.org>
     12   * 55-lfs.rules: Remove lots of rules that have been merged upstream.
     13   * 61-cdrom.rules: Remove as upstream has a replacement.
     14   * doc/*: Cleanup and rewrite now that the rules are much simpler.
     15
     162009-09-25  Bryan Kadzban <bryan@linuxfromscratch.org>
     17   * 55-lfs.rules: Make the RTC rule (which runs setclock) work for people
     18     that don't use the RTC-class driver -- add another copy of the rule,
     19     using KERNEL=="rtc" instead of SUBSYSTEM=="rtc".  Also move the ACTION
     20     match before the assignment to MODE.
     21
     222009-05-23  Bruce Dubbs <bdubbs@linuxfromscratch.org>
     23   * 55-lfs.rules: Set the rtc by udev upon boot.  Removed aio device from
     24     udev configuration so defaults are used.
     25
     262009-05-16  Bryan Kadzban <bryan@linuxfromscratch.org>
     27   * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and
     28     input devices (including psaux, which probably doesn't exist anymore
     29     anyway).
     30
     312009-05-16  Matt Burgess <matthew@linuxfromscratch.org>
     32   * 55-lfs.rules: Remove the block rule as it was only setting
     33     permissions that Udev will set by default
     34   * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
     35     included in upstream's rule
     36   * 55-lfs-rules: Remove the tape rules as the group they sets is already
     37     included in upstream's rules
     38
     392009-03-15  Bryan Kadzban <bryan@linuxfromscratch.org>
     40   * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
     41     version, which has a better match via SUBSYSTEM).
     42   * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided
     43     to standardize on a Debian-like setup (uucp is for UUCP daemons to use
     44     for privilege separation; dialout is for users and devices).
    4545
    46462008-12-07  Bruce Dubbs <bdubbs@linuxfromscratch.org>
    47         * 55-lfs.rules: Change one line to use continuation so it does
    48           not overflow the book's width.
     47   * 55-lfs.rules: Change one line to use continuation so it does
     48     not overflow the book's width.
    4949
    50502008-12-07  Bryan Kadzban  <bryan@linuxfromscratch.org>
    51         * 55-lfs.rules: Remove several rules that are either provided by upstream,
    52           or that don't have any effect (there is no /dev/js or /dev/djs according
    53           to devices.txt).
    54         * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
    55           everywhere, per upstream's general request.
     51   * 55-lfs.rules: Remove several rules that are either provided by upstream,
     52     or that don't have any effect (there is no /dev/js or /dev/djs according
     53     to devices.txt).
     54   * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
     55     everywhere, per upstream's general request.
    5656
    57572008-11-11  Bryan Kadzban  <bryan@linuxfromscratch.org>
    58         * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
    59           numbers.  Thanks to Trent Shea for the fix.  Closes #2278.
     58   * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
     59     numbers.  Thanks to Trent Shea for the fix.  Closes #2278.
    6060
    61612008-10-15  DJ Lucas <dj@linuxfromscratch.org>
    62         * 55-lfs.rules: Override default perms on floppy disk devices provided
    63           by 50-udev-default.rules.  Thanks to Bruce Dubbs for the fix.  Closes
    64           LFS ticket #2076.
     62   * 55-lfs.rules: Override default perms on floppy disk devices provided
     63     by 50-udev-default.rules.  Thanks to Bruce Dubbs for the fix.  Closes
     64     LFS ticket #2076.
    6565
    66662008-05-21  Bryan Kadzban  <bryan@linuxfromscratch.org>
    67         * 81-firmware.rules, doc/81-firmware.txt: Remove.  This rule is
    68           already handled by udev's 50-udev-default.rules file.  The docs
    69           can be added back later if needed.
    70         * Makefile: Don't install the above deleted files.
    71         * 55-lfs.rules: Remove the device-mapper rule, since the upstream
    72           50-udev-default.rules file handles it properly.
     67   * 81-firmware.rules, doc/81-firmware.txt: Remove.  This rule is
     68     already handled by udev's 50-udev-default.rules file.  The docs
     69     can be added back later if needed.
     70   * Makefile: Don't install the above deleted files.
     71   * 55-lfs.rules: Remove the device-mapper rule, since the upstream
     72     50-udev-default.rules file handles it properly.
    7373
    74742008-04-02  Bryan Kadzban  <bryan@linuxfromscratch.org>
    75         * Makefile: Make the package DESTDIR-friendly by installing the docs
    76           into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
    77           trying to figure out what version of udev was just installed.
     75   * Makefile: Make the package DESTDIR-friendly by installing the docs
     76     into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
     77     trying to figure out what version of udev was just installed.
    7878
    79792007-10-30  Bryan Kadzban  <bryan@linuxfromscratch.org>
    80         * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
    81           the rules that override upstream's assignment of the dialout group.
    82           Replace "dialout" with "uucp" on the remaining rules.
     80   * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
     81     the rules that override upstream's assignment of the dialout group.
     82     Replace "dialout" with "uucp" on the remaining rules.
    8383
    84842007-10-29  Bryan Kadzban  <bryan@linuxfromscratch.org>
    85         * 51-lfs.rules: Move to 55-lfs.rules.
    86         * doc/51-lfs.rules: Move to doc/55-lfs.rules.
     85   * 51-lfs.rules: Move to 55-lfs.rules.
     86   * doc/51-lfs.rules: Move to doc/55-lfs.rules.
    8787
    88882007-10-27  Bryan Kadzban  <bryan@linuxfromscratch.org>
    89         * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
    90           new 50-udev-defaults.rules file; remove them. Override permissions
    91           where needed elsewhere (and document overrides in comments).
    92         * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
    93           modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
    94 
    95         * 25-lfs.rules: Move to 51-lfs.rules.
    96         * 27-firmware.rules: Move to 81-firmware.rules.
    97         * 81-cdrom.rules: Move to 61-cdrom.rules.
    98 
    99         * doc/25-lfs.txt: Rename to 51-lfs.txt.
    100         * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
    101           the upstream rules.
    102         * doc/27-firmware.txt: Rename to 81-firmware.txt.
    103         * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
    104 
    105         * Makefile: Use new filenames.
     89   * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
     90     new 50-udev-defaults.rules file; remove them. Override permissions
     91     where needed elsewhere (and document overrides in comments).
     92   * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
     93     modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
     94
     95   * 25-lfs.rules: Move to 51-lfs.rules.
     96   * 27-firmware.rules: Move to 81-firmware.rules.
     97   * 81-cdrom.rules: Move to 61-cdrom.rules.
     98
     99   * doc/25-lfs.txt: Rename to 51-lfs.txt.
     100   * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
     101     the upstream rules.
     102   * doc/27-firmware.txt: Rename to 81-firmware.txt.
     103   * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
     104
     105   * Makefile: Use new filenames.
    106106
    1071072007-07-31  Dan Nicholson <dnicholson@linuxfromscratch.org>
    108         * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
    109           nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
    110           to only trigger on "add" events. This change is not backwards
    111           compatible with older kernels.
     108   * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
     109     nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
     110     to only trigger on "add" events. This change is not backwards
     111     compatible with older kernels.
    112112
    1131132007-06-12  Dan Nicholson <dnicholson@linuxfromscratch.org>
    114         * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
    115           which is what's expected in userspace apps such as x86info.
     114   * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
     115     which is what's expected in userspace apps such as x86info.
    116116
    1171172007-06-08  Bryan Kadzban  <bryan@linuxfromscratch.org>
    118         * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
    119           and floppies (create extra nodes based on CMOS type), copied from
    120           the SuSE rules file.  Thanks to Alexander Patrakov for the bugreport.
    121 
    122 2007-03-04  Matthew Burgess     <matthew@linuxfromscratch.org>
    123         * Makefile: Use `udevd --version' to work out what version of Udev is
    124           installed (requires Udev >= 106)
     118   * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
     119     and floppies (create extra nodes based on CMOS type), copied from
     120     the SuSE rules file.  Thanks to Alexander Patrakov for the bugreport.
     121
     1222007-03-04  Matthew Burgess <matthew@linuxfromscratch.org>
     123   * Makefile: Use `udevd --version' to work out what version of Udev is
     124     installed (requires Udev >= 106)
    125125
    1261262007-01-02  Bryan Kadzban  <bryan@linuxfromscratch.org>
    127         * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
    128           /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
     127   * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
     128     /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
    129129
    1301302006-10-21  Bryan Kadzban  <bryan@linuxfromscratch.org>
    131         * Makefile: Add a missing backslash in install-extra-doc.
    132 
    133         * 05-udev-early.rules, 60-persistent-input.rules,
    134           60-persistent-storage.rules, 95-udev-late.rules: Remove.  The book
    135           will install these files from udev's etc/udev/rules.d directory
    136           instead.
    137         * Makefile: Don't install these rules files after all.  Also, only
    138           install corresponding docs if requested.
     131   * Makefile: Add a missing backslash in install-extra-doc.
     132
     133   * 05-udev-early.rules, 60-persistent-input.rules,
     134     60-persistent-storage.rules, 95-udev-late.rules: Remove.  The book
     135     will install these files from udev's etc/udev/rules.d directory
     136     instead.
     137   * Makefile: Don't install these rules files after all.  Also, only
     138     install corresponding docs if requested.
    139139
    1401402006-10-20  Bryan Kadzban  <bryan@linuxfromscratch.org>
    141         * Makefile: Added; contains targets to install rules and doc files.
    142           From Dan Nicholson.
     141   * Makefile: Added; contains targets to install rules and doc files.
     142     From Dan Nicholson.
    143143
    1441442006-10-14  Bryan Kadzban  <bryan@linuxfromscratch.org>
    145         * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
    146           upstream sample rules files (from udev-102), except for one rule
    147           which is more specific in our tarball and should probably be changed
    148           upstream.
    149         * doc/60-persistent-storage.txt: Modify to match the changes.  Also
    150           fix a couple typos.
    151 
    152         * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
    153           tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
    154 
    155         * 25-lfs.rules: Fix Alsa device KERNEL rules.  Udev uses shell-style
    156           glob matching, not regular expressions, so the old rules would match
    157           nonsense device names like hw0asdf and pcmDzxcv.  As long as the first
    158           character after the "fixed" portion was in the list, the rule would
    159           match; it wouldn't apply the same character range to later characters.
    160 
    161         * doc/25-lfs.txt: Add a note on interaction between permissions and
    162           symlinks.
     145   * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
     146     upstream sample rules files (from udev-102), except for one rule
     147     which is more specific in our tarball and should probably be changed
     148     upstream.
     149   * doc/60-persistent-storage.txt: Modify to match the changes.  Also
     150     fix a couple typos.
     151
     152   * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
     153     tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
     154
     155   * 25-lfs.rules: Fix Alsa device KERNEL rules.  Udev uses shell-style
     156     glob matching, not regular expressions, so the old rules would match
     157     nonsense device names like hw0asdf and pcmDzxcv.  As long as the first
     158     character after the "fixed" portion was in the list, the rule would
     159     match; it wouldn't apply the same character range to later characters.
     160
     161   * doc/25-lfs.txt: Add a note on interaction between permissions and
     162     symlinks.
    163163
    1641642006-10-09  Bryan Kadzban  <bryan@linuxfromscrtach.org>
    165         * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
    166           0660).
    167 
    168         * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
    169           Also tweak the comment about other TTY devices.
     165   * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
     166     0660).
     167
     168   * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
     169     Also tweak the comment about other TTY devices.
    170170
    1711712006-10-04  Bryan Kadzban  <bryan@linuxfromscratch.org>
    172         * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule.  With kernel
    173           2.6.18, this rule is no longer required.
    174 
    175         * doc/05-udev-early.txt: Update to match.
     172   * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule.  With kernel
     173     2.6.18, this rule is no longer required.
     174
     175   * doc/05-udev-early.txt: Update to match.
    176176
    1771772006-09-28  Bryan Kadzban  <bryan@linuxfromscratch.org>
    178         * doc/60-persistent-storage.txt: Explain persistent storage rules, or
    179           at least the parts I understand.  (I don't use DASD or netblock or
    180           several other supported configurations.)
    181 
    182         * doc/81-cdrom.txt: Explain 81-cdrom.rules.
    183 
    184         * doc/95-udev-late.txt: Explain 95-udev-late.rules.  Documentation is
    185           now finished.
     178   * doc/60-persistent-storage.txt: Explain persistent storage rules, or
     179     at least the parts I understand.  (I don't use DASD or netblock or
     180     several other supported configurations.)
     181
     182   * doc/81-cdrom.txt: Explain 81-cdrom.rules.
     183
     184   * doc/95-udev-late.txt: Explain 95-udev-late.rules.  Documentation is
     185     now finished.
    186186
    1871872006-09-26  Bryan Kadzban  <bryan@linuxfromscratch.org>
    188         * doc/60-persistent-input.txt: Explain (in probably too much detail)
    189           60-persistent-input.rules.
     188   * doc/60-persistent-input.txt: Explain (in probably too much detail)
     189     60-persistent-input.rules.
    190190
    1911912006-09-24  Bryan Kadzban  <bryan@linuxfromscratch.org>
    192         * doc/05-udev-early.txt: Rewrap to fit 80 columns.
    193 
    194         * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
    195 
    196         * doc/27-firmware.txt: Explain 27-firmware.rules.
     192   * doc/05-udev-early.txt: Rewrap to fit 80 columns.
     193
     194   * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
     195
     196   * doc/27-firmware.txt: Explain 27-firmware.rules.
    197197
    1981982006-09-24  Bryan Kadzban  <bryan@linuxfromscratch.org>
    199         * doc/25-lfs.txt: Explain 25-lfs.rules.
    200 
    201         * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
     199   * doc/25-lfs.txt: Explain 25-lfs.rules.
     200
     201   * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
    202202
    2032032006-09-23  Bryan Kadzban  <bryan@linuxfromscratch.org>
    204         * doc: New subdirectory to contain documentation of rules
    205         * doc/README: New file, top-level documentation
    206         * doc/*.txt: New documentation files, one for each rules file.  Only
    207           05-udev-early.txt has anything in it.
     204   * doc: New subdirectory to contain documentation of rules
     205   * doc/README: New file, top-level documentation
     206   * doc/*.txt: New documentation files, one for each rules file.  Only
     207     05-udev-early.txt has anything in it.
    208208
    2092092006-09-23  Bryan Kadzban  <bryan@linuxfromscratch.org>
    210         * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
    211           of setting NAME to an empty string.  This matches the way we ignore
    212           devmapper / LVM devices.
     210   * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
     211     of setting NAME to an empty string.  This matches the way we ignore
     212     devmapper / LVM devices.
    213213
    2142142006-09-22  Bryan Kadzban  <bryan@linuxfromscratch.org>
    215         * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
    216           60-persistent-input.rules creates persistent symlinks for input
    217           devices, and 95-udev-late.rules enables udevmonitor.
    218 
    219         * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
    220           ATTRS{removable} on partition devices. Replace ATTRS{removable}
    221           with ATTR{removable} on whole-disk devices.
     215   * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
     216     60-persistent-input.rules creates persistent symlinks for input
     217     devices, and 95-udev-late.rules enables udevmonitor.
     218
     219   * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
     220     ATTRS{removable} on partition devices. Replace ATTRS{removable}
     221     with ATTR{removable} on whole-disk devices.
    222222
    2232232006-09-20  Bryan Kadzban  <bryan@linuxfromscratch.org>
    224         * 05-early.rules: Missed a rule in the last change.  ENV{PHYSDEVBUS}
    225           in the rule that waits for the "bus" symlink should be replaced by
    226           SUBSYSTEMS.
     224   * 05-early.rules: Missed a rule in the last change.  ENV{PHYSDEVBUS}
     225     in the rule that waits for the "bus" symlink should be replaced by
     226     SUBSYSTEMS.
    227227
    2282282006-09-20  Bryan Kadzban  <bryan@linuxfromscratch.org>
    229         * Adapted rules to the new matches used in udev-098 and above (e.g.,
    230           SYSFS becomes ATTRS).  Prevents warnings, and support for the old
    231           matches will be removed eventually.  These rules will not work with
    232           udev-097 and before!
    233         * Fixed several bugs in the rules left over from previous udev
    234           versions (missing commas, overwriting user symlinks using ="..."
    235           instead of +="...", and matching against "*" instead of "?*").
    236 
    237         * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
    238           entries.  (See standards.info; search it for "changelog" to get
    239           the general gist.)
     229   * Adapted rules to the new matches used in udev-098 and above (e.g.,
     230     SYSFS becomes ATTRS).  Prevents warnings, and support for the old
     231     matches will be removed eventually.  These rules will not work with
     232     udev-097 and before!
     233   * Fixed several bugs in the rules left over from previous udev
     234     versions (missing commas, overwriting user symlinks using ="..."
     235     instead of +="...", and matching against "*" instead of "?*").
     236
     237   * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
     238     entries.  (See standards.info; search it for "changelog" to get
     239     the general gist.)
    240240
    241241dnicholson - Jul 14, 2006
    242         * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
    243           to Anthony Wright.
     242   * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
     243     to Anthony Wright.
    244244
    245245n/a - Jul 12, 2006
    246         * Added options so temporary nodes are not created with device-mapper
    247         * Adapted cdrom rules to identify CD-ROM drives correctly by adding
    248           SUBSYSTEM=="block" test.
    249         * Added simple 81-cdrom.rules file to set cdrom group ownership
     246   * Added options so temporary nodes are not created with device-mapper
     247   * Adapted cdrom rules to identify CD-ROM drives correctly by adding
     248     SUBSYSTEM=="block" test.
     249   * Added simple 81-cdrom.rules file to set cdrom group ownership
    250250
    251251n/a - Jun 07, 2006
    252         * Removed nvidia rules
    253         * Removed bug reporting rule
    254         * Moved Debian-based persistent CD-ROM rules to contrib
    255         * Adapted firmware rule to udev-093
     252   * Removed nvidia rules
     253   * Removed bug reporting rule
     254   * Moved Debian-based persistent CD-ROM rules to contrib
     255   * Adapted firmware rule to udev-093
    256256
    257257n/a - May 15, 2006
    258         * Part one of 25-lfs.rules rewrite
    259         * Some minor tweaking of the layout
     258   * Part one of 25-lfs.rules rewrite
     259   * Some minor tweaking of the layout
    260260
    261261n/a - May 12, 2006
    262         * Initial import of the udev-config directory.
    263         * Reorganized and modularized the rules files.
    264         * Added explanatory comments
     262   * Initial import of the udev-config directory.
     263   * Reorganized and modularized the rules files.
     264   * Added explanatory comments
  • udev-lfs/contrib/debian/write_cd_aliases

    r1203312 r6c952e3  
    108108comment="$ID_MODEL ($ID_PATH)"
    109109
    110                           write_rule "$match" "cdrom$link_num" "$comment"
     110                          write_rule "$match" "cdrom$link_num" "$comment"
    111111[ "$ID_CDROM_CD_RW" ]  && write_rule "$match" "cdrw$link_num"
    112112[ "$ID_CDROM_DVD" ]    && write_rule "$match" "dvd$link_num"
Note: See TracChangeset for help on using the changeset viewer.