Ignore:
Timestamp:
Mar 9, 2014, 3:16:59 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
10d030c
Parents:
8d741b2
Message:

Add commands for moving libnss library to /lib, /lib32, /lib64 and add configure command option descriptions, and add testsuite commands.

Location:
BOOK/final-system/multilib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/systemd-64bit.xml

    r8d741b2 r0b3451f  
    4747    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4848    href="../common/systemd.xml"
    49     xpointer="xpointer(//*[@os='f'])"/>
    50 
    51     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    52     href="../common/systemd.xml"
    53     xpointer="xpointer(//*[@os='g'])"/>
    54 
    55     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    56     href="../common/systemd.xml"
    57     xpointer="xpointer(//*[@os='h'])"/>
    58 
    59     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    60     href="../common/systemd.xml"
    61     xpointer="xpointer(//*[@os='i'])"/>
    62 
    63     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    64     href="../common/systemd.xml"
    6549    xpointer="xpointer(//*[@os='j'])"/>
    6650
     
    7256    href="../common/systemd.xml"
    7357    xpointer="xpointer(//*[@os='l'])"/>
     58
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../common/systemd.xml"
     61    xpointer="xpointer(//*[@os='m'])"/>
     62
     63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     64    href="../common/systemd.xml"
     65    xpointer="xpointer(//*[@os='n'])"/>
     66
     67<screen><userinput>mv -v /usr/lib64/libnss_myhostname.so.2 /lib64</userinput></screen>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     70    href="../common/systemd.xml"
     71    xpointer="xpointer(//*[@os='p'])"/>
     72
     73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     74    href="../common/systemd.xml"
     75    xpointer="xpointer(//*[@os='q'])"/>
     76
     77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     78    href="../common/systemd.xml"
     79    xpointer="xpointer(//*[@os='r'])"/>
     80
     81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     82    href="../common/systemd.xml"
     83    xpointer="xpointer(//*[@os='s'])"/>
     84
     85    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     86    href="../common/systemd.xml"
     87    xpointer="xpointer(//*[@os='t'])"/>
     88
     89    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     90    href="../common/systemd.xml"
     91    xpointer="xpointer(//*[@os='u'])"/>
    7492
    7593  </sect2>
  • BOOK/final-system/multilib/systemd-n32.xml

    r8d741b2 r0b3451f  
    3030    xpointer="xpointer(//*[@os='a'])"/>
    3131
    32 <screen os="b"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
     32<screen><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    3333  ./configure --prefix=/usr \
    3434    --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 \
     
    3737    --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
    3838    --with-kbd-setfont=/bin/setfont</userinput></screen>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="../common/systemd.xml"
    42     xpointer="xpointer(//*[@os='c'])"/>
    4339
    4440    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5248    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5349    href="../common/systemd.xml"
    54     xpointer="xpointer(//*[@os='f'])"/>
     50    xpointer="xpointer(//*[@os='j'])"/>
     51
     52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     53    href="../common/systemd.xml"
     54    xpointer="xpointer(//*[@os='k'])"/>
     55
     56    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     57    href="../common/systemd.xml"
     58    xpointer="xpointer(//*[@os='n'])"/>
     59
     60<screen><userinput>mv -v /usr/lib32/libnss_myhostname.so.2 /lib32</userinput></screen>
    5561
    5662  </sect2>
  • BOOK/final-system/multilib/systemd.xml

    r8d741b2 r0b3451f  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="b"><userinput>CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
     37<screen><userinput>CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    3838  ./configure --prefix=/usr \
    3939    --sysconfdir=/etc --localstatedir=/var \
     
    4242    --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
    4343    --with-kbd-setfont=/bin/setfont</userinput></screen>
    44 
    45     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/systemd.xml"
    47     xpointer="xpointer(//*[@os='c'])"/>
    4844
    4945    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5753    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5854    href="../common/systemd.xml"
    59     xpointer="xpointer(//*[@os='f'])"/>
     55    xpointer="xpointer(//*[@os='j'])"/>
     56
     57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     58    href="../common/systemd.xml"
     59    xpointer="xpointer(//*[@os='k'])"/>
     60
     61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     62    href="../common/systemd.xml"
     63    xpointer="xpointer(//*[@os='n'])"/>
     64
     65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     66    href="../common/systemd.xml"
     67    xpointer="xpointer(//*[@os='o'])"/>
    6068
    6169  </sect2>
Note: See TracChangeset for help on using the changeset viewer.