Changeset ca22630
- Timestamp:
- 06/21/2022 07:22:27 AM (2 years ago)
- Branches:
- 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 0c0b882
- Parents:
- c7b29be
- git-author:
- Xi Ruoyao <xry111@…> (06/21/2022 07:17:03 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (06/21/2022 07:22:27 AM)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rc7b29be rca22630 152 152 $(RENDERTMP)/lfs-full.xml 153 153 154 wget-list: $(BASEDIR)/wget-list 154 wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV) 155 155 $(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \ 156 156 packages.ent patches.ent general.ent 157 157 @echo "Generating consolidated wget list at $(BASEDIR)/wget-list ..." 158 158 $(Q)mkdir -p $(BASEDIR) 159 160 # $(Q)xsltproc --nonet --xinclude \161 # --stringparam profile.revision $(REV) \162 # --output $(RENDERTMP)/sysd-wget.xml \163 # stylesheets/lfs-xsl/profile.xsl \164 # chapter03/chapter03.xml165 166 159 $(Q)xsltproc --xinclude --nonet \ 167 160 --output $(BASEDIR)/wget-list \ 168 161 stylesheets/wget-list.xsl \ 169 162 chapter03/chapter03.xml 163 164 $(BASEDIR)/wget-list-$(REV): stylesheets/wget-list.xsl \ 165 chapter03/chapter03.xml \ 166 packages.ent patches.ent general.ent 167 $(Q)xsltproc --nonet --xinclude \ 168 --stringparam profile.revision $(REV) \ 169 --output $(RENDERTMP)/wget-list.xml \ 170 stylesheets/lfs-xsl/profile.xsl \ 171 chapter03/chapter03.xml 172 $(Q)xsltproc --xinclude --nonet \ 173 --output $(BASEDIR)/wget-list-$(REV) \ 174 stylesheets/wget-list.xsl \ 175 $(RENDERTMP)/wget-list.xml 170 176 171 177 md5sums: $(BASEDIR)/md5sums … … 175 181 $(Q)mkdir -p $(BASEDIR) 176 182 177 $(Q)xsltproc --nonet --xinclude 183 $(Q)xsltproc --nonet --xinclude \ 178 184 --stringparam profile.revision $(REV) \ 179 --output $(RENDERTMP)/ sysv-md5sum.xml\185 --output $(RENDERTMP)/md5sum.xml \ 180 186 stylesheets/lfs-xsl/profile.xsl \ 181 187 chapter03/chapter03.xml 182 188 183 $(Q)xsltproc --xinclude --nonet 189 $(Q)xsltproc --xinclude --nonet \ 184 190 --output $(BASEDIR)/md5sums \ 185 191 stylesheets/md5sum.xsl \ 186 $(RENDERTMP)/ sysv-md5sum.xml192 $(RENDERTMP)/md5sum.xml 187 193 $(Q)sed -i -e \ 188 194 "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.xz | cut -d' ' -f1)/" \ -
chapter03/introduction.xml
rc7b29be rca22630 80 80 81 81 <para>To download all of the packages and patches by using 82 <ulink url="../ wget-list">wget-list</ulink> as an input to the83 <command>wget</command> command, use:</para>82 <ulink url="../&wget-list;">&wget-list;</ulink> 83 as an input to the <command>wget</command> command, use:</para> 84 84 85 <screen role="nodump"><userinput>wget --input-file= wget-list--continue --directory-prefix=$LFS/sources</userinput></screen>86 85 <screen role="nodump"><userinput>wget --input-file=&wget-list; --continue --directory-prefix=$LFS/sources</userinput></screen> 86 <!-- 87 87 <note><para> 88 88 The <filename>wget-list</filename> file mentioned above retrieves all … … 92 92 current book. 93 93 </para></note> 94 94 --> 95 95 <para>Additionally, starting with LFS-7.0, there is a separate file, 96 96 <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all -
general.ent
rc7b29be rca22630 73 73 ]]> 74 74 75 <![ %sysv; [ 76 <!ENTITY wget-list "wget-list-sysv"> 77 ]]> 78 <![ %systemd; [ 79 <!ENTITY wget-list "wget-list-systemd"> 80 ]]> 81 75 82 <!ENTITY lfs-root "https://www.linuxfromscratch.org/"> 76 83 <!ENTITY blfs-root "&lfs-root;blfs/">
Note:
See TracChangeset
for help on using the changeset viewer.