Changeset cbd8bf0f


Ignore:
Timestamp:
05/27/2016 03:38:29 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e787b1f
Parents:
35a5259
Message:

Updates after a successful jhalfs build

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r35a5259 rcbd8bf0f  
    189189dump-commands: validate
    190190        @echo "Dumping book commands..."
    191         $(Q)xsltproc --nonet                     \
    192       --output $(RENDERTMP)/lfs-html.xml    \
    193       --stringparam profile.revision $(REV) \
    194       stylesheets/lfs-xsl/profile.xsl       \
    195       $(RENDERTMP)/lfs-full.xml
     191#       $(Q)xsltproc --nonet                     \
     192#      --output $(RENDERTMP)/lfs-html.xml    \
     193#      --stringparam profile.revision $(REV) \
     194#      stylesheets/lfs-xsl/profile.xsl       \
     195#      $(RENDERTMP)/lfs-full.xml
    196196
    197197        $(Q)rm -rf $(DUMPDIR)
  • chapter06/chapter06.xml

    r35a5259 rcbd8bf0f  
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/>
    42   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
    4342  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
    4443  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
     
    5251  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtool.xml"/>
    5352  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdbm.xml"/>
    54 
    5553  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/>
    56 
    5754  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/>
    5855  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
    59 
    6056  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>
    61 
    6257  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/>
    6358  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/>
     
    6762  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
    6863  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
     64  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/>
     65  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/>
    6966
    7067  <!-- systemd only -->
    7168  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
    7269
    73   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/>
    74   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/>
     70  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
    7571  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
    7672  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
     
    9187  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysklogd.xml"/>
    9288  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysvinit.xml"/>
    93 
    9489  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
    9590  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
  • chapter06/createfiles.xml

    r35a5259 rcbd8bf0f  
    155155EOF</userinput></screen>
    156156
    157 <screen revision="systmed"><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
     157<screen revision="systemd"><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
    158158<literal>root:x:0:0:root:/root:/bin/bash
    159159bin:x:1:1:bin:/dev/null:/bin/false
Note: See TracChangeset for help on using the changeset viewer.