Changeset cbd8bf0f
- Timestamp:
- 05/27/2016 03:38:29 AM (7 years ago)
- 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, 7.10, 7.10-rc1, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- e787b1f
- Parents:
- 35a5259
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r35a5259 rcbd8bf0f 189 189 dump-commands: validate 190 190 @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.xml191 # $(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 196 196 197 197 $(Q)rm -rf $(DUMPDIR) -
chapter06/chapter06.xml
r35a5259 rcbd8bf0f 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> 41 41 <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"/>43 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/> 44 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/> … … 52 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtool.xml"/> 53 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdbm.xml"/> 54 55 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/> 56 57 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/> 58 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/> 59 60 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/> 61 62 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/> 63 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/> … … 67 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/> 68 63 <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"/> 69 66 70 67 <!-- systemd only --> 71 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/> 72 69 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"/> 75 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/> 76 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/> … … 91 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysklogd.xml"/> 92 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysvinit.xml"/> 93 94 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/> 95 90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/> -
chapter06/createfiles.xml
r35a5259 rcbd8bf0f 155 155 EOF</userinput></screen> 156 156 157 <screen revision="syst med"><userinput>cat > /etc/passwd << "EOF"157 <screen revision="systemd"><userinput>cat > /etc/passwd << "EOF" 158 158 <literal>root:x:0:0:root:/root:/bin/bash 159 159 bin:x:1:1:bin:/dev/null:/bin/false
Note:
See TracChangeset
for help on using the changeset viewer.