Changeset e87c833


Ignore:
Timestamp:
Nov 12, 2012, 1:49:56 PM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
db127375
Parents:
3d8b4f6
Message:

Simplified 64-bit boot shadow with xincludes

Location:
BOOK/boot
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/shadow.xml

    r3d8b4f6 re87c833  
    2323    <title>Installation of Shadow</title>
    2424
    25     <para os="b">Disable the installation of the <command>groups</command>
    26     program, as Coreutils provides a better version:</para>
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/shadow.xml"
     27    xpointer="xpointer(//*[@os='b'])"/>
    2728
    28 <screen os="c"><userinput>cp -v src/Makefile.in{,.orig}
    29 sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../common/shadow.xml"
     31    xpointer="xpointer(//*[@os='c'])"/>
    3032
    31     <para os="t1">The following cache entries set the values for tests that do
    32     not run while cross-compiling:</para>
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../common/shadow.xml"
     35    xpointer="xpointer(//*[@os='t1'])"/>
    3336
    34 <screen os="t2"><userinput>echo "ac_cv_func_setpgrp_void=yes" &gt; config.cache</userinput></screen>
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../common/shadow.xml"
     39    xpointer="xpointer(//*[@os='t2'])"/>
    3540
    36     <para os="d">Prepare Shadow for compilation:</para>
     41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     42    href="../common/shadow.xml"
     43    xpointer="xpointer(//*[@os='d'])"/>
    3744
    3845<screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     
    4047    --cache-file=config.cache</userinput></screen>
    4148
    42 <para os="f">The meaning of the configure options:</para>
     49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     50    href="../common/shadow.xml"
     51    xpointer="xpointer(//*[@os='f'])"/>
     52 
     53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     54    href="../common/shadow.xml"
     55    xpointer="xpointer(//*[@os='g'])"/>
    4356
    44   <variablelist os="g">
    45     <varlistentry>
    46       <term><parameter>--sysconfdir=/etc</parameter></term>
    47       <listitem><para>Tells Shadow to install its configuration files into
    48       <filename class="directory">/etc</filename>, rather than
    49       <filename class="directory">/tools/etc</filename>.</para></listitem>
    50     </varlistentry>
    51    
    52   </variablelist>
     57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     58    href="../common/shadow.xml"
     59    xpointer="xpointer(//*[@os='h'])"/>
    5360
     61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     62    href="../common/shadow.xml"
     63    xpointer="xpointer(//*[@os='i'])"/>
    5464
    55     <para os="h">Compile the package:</para>
     65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     66    href="../common/shadow.xml"
     67    xpointer="xpointer(//*[@os='j'])"/>
    5668
    57 <screen os="i"><userinput>make</userinput></screen>
     69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     70    href="../common/shadow.xml"
     71    xpointer="xpointer(//*[@os='k'])"/>
    5872
    59     <para os="j">This package does not come with a test suite.</para>
    60 
    61     <para os="k">Install the package:</para>
    62 
    63 <screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     74    href="../common/shadow.xml"
     75    xpointer="xpointer(//*[@os='l'])"/>
    6476
    6577  </sect2>
Note: See TracChangeset for help on using the changeset viewer.