Changeset 0d57ec9
- Timestamp:
- 05/15/2016 07:33:05 AM (8 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, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- a3136f0
- Parents:
- 947141c
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r947141c r0d57ec9 37 37 --> 38 38 <listitem> 39 <para>2016-05-15</para> 40 <itemizedlist> 41 <listitem> 42 <para>[bdubbs] - Updated to file-5.27. Fixes 43 <ulink url="&lfs-ticket-root;3929">#3929</ulink>.</para> 44 </listitem> 45 <listitem> 46 <para>[bdubbs] - Updated to man-pages-4.06. Fixes 47 <ulink url="&lfs-ticket-root;3928">#3928</ulink>.</para> 48 </listitem> 49 <listitem> 50 <para>[bdubbs] - Updated to linux-4.5.3. Fixes 51 <ulink url="&lfs-ticket-root;3927">#3927</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Updated to perl-5.22.2. Fixes 55 <ulink url="&lfs-ticket-root;3926">#3926</ulink>.</para> 56 </listitem> 57 </itemizedlist> 58 </listitem> 59 60 <listitem> 39 61 <para>2016-05-03</para> 40 62 <itemizedlist> -
chapter01/whatsnew.xml
r947141c r0d57ec9 176 176 <para>Patch &patch-version;</para> 177 177 </listitem>--> 178 < !--<listitem>178 <listitem> 179 179 <para>Perl &perl-version;</para> 180 </listitem> -->180 </listitem> 181 181 <listitem> 182 182 <para>Pkg-config &pkgconfig-version;</para> -
chapter02/creatingpartition.xml
r947141c r0d57ec9 31 31 --> 32 32 33 <para>A minimal system requires a partition of around 4gigabytes (GB).33 <para>A minimal system requires a partition of around 6 gigabytes (GB). 34 34 This is enough to store all the source tarballs and compile the packages. 35 35 However, if the LFS system is intended to be the primary Linux system, 36 36 additional software will probably be installed which will require additional 37 space. A 10 GB partition is a reasonable size to provide for growth. The LFS37 space. A 20 GB partition is a reasonable size to provide for growth. The LFS 38 38 system itself will not take up this much room. A large portion of this 39 requirement is to provide sufficient free temporary storage. Compiling 39 requirement is to provide sufficient free temporary storagei as well as 40 for adding additional capabilities after LFS is complete. Additionally, compiling 40 41 packages can require a lot of disk space which will be reclaimed after the 41 42 package is installed.</para> -
general.ent
r947141c r0d57ec9 1 <!ENTITY version "SVN-201605 03">1 <!ENTITY version "SVN-20160515"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release 3 3 but not -rc releases --> 4 <!ENTITY releasedate "May 3, 2016">4 <!ENTITY releasedate "May 15, 2016"> 5 5 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 6 6 <!ENTITY milestone "7.10"> -
packages.ent
r947141c r0d57ec9 160 160 <!ENTITY expect-ch5-sbu "0.1 SBU"> 161 161 162 <!ENTITY file-version "5.2 6">162 <!ENTITY file-version "5.27"> 163 163 <!ENTITY file-size "756 KB"> 164 164 <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> 165 <!ENTITY file-md5 " bdd12400b90b78ce3c57e79c8d4e0e17">165 <!ENTITY file-md5 "18f1c60aa27a296a26c2e9389ac92ba5"> 166 166 <!ENTITY file-home "http://www.darwinsys.com/file/"> 167 167 <!ENTITY file-ch5-du "15 MB"> … … 384 384 <!ENTITY linux-major-version "4"> 385 385 <!ENTITY linux-minor-version "5"> 386 <!ENTITY linux-patch-version " 2">386 <!ENTITY linux-patch-version "3"> 387 387 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 388 388 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 389 <!ENTITY linux-size "86,32 4KB">389 <!ENTITY linux-size "86,326 KB"> 390 390 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 391 <!ENTITY linux-md5 " eae8f700463ea73185027caece5f1c5d">391 <!ENTITY linux-md5 "7de54a88f25722e498d612f58178dc6c"> 392 392 <!ENTITY linux-home "http://www.kernel.org/"> 393 393 <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is … … 430 430 <!ENTITY man-db-ch6-sbu "0.4 SBU"> 431 431 432 <!ENTITY man-pages-version "4.0 5">433 <!ENTITY man-pages-size "1,4 19KB">432 <!ENTITY man-pages-version "4.06"> 433 <!ENTITY man-pages-size "1,427 KB"> 434 434 <!ENTITY man-pages-url "&kernel;linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz"> 435 <!ENTITY man-pages-md5 " 9c32c8487d753f5894f6fba425b12add">435 <!ENTITY man-pages-md5 "a7b6c7e2a03a4b0d61eee4e52de68a42"> 436 436 <!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/"> 437 437 <!ENTITY man-pages-ch6-du "26 MB"> … … 474 474 <!ENTITY patch-ch6-sbu "0.2 SBU"> 475 475 476 <!ENTITY perl-version "5.22. 1">477 <!ENTITY perl-size "13,3 76KB">476 <!ENTITY perl-version "5.22.2"> 477 <!ENTITY perl-size "13,307 KB"> 478 478 <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2"> 479 <!ENTITY perl-md5 " 67242b9bd642b458bec884ed2a040910">479 <!ENTITY perl-md5 "24ec0b41fdd1a4cce0e66811ae1f5e1b"> 480 480 <!ENTITY perl-home "http://www.perl.org/"> 481 481 <!ENTITY perl-ch5-du "239 MB">
Note:
See TracChangeset
for help on using the changeset viewer.