Changeset f5b18de
- Timestamp:
- 08/24/2016 05:33:20 PM (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:
- 0f6cefb, c92ad8f
- Parents:
- f5451ce
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rf5451ce rf5b18de 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to linux-4.7.2. Fixes 50 <ulink url="&lfs-ticket-root;3972">#3972</ulink>.</para> 51 </listitem> 52 <listitem revision="systemd"> 53 <para>[bdubbs] - Update to dbus-1.10.10. Fixes 54 <ulink url="&lfs-ticket-root;3967">#3967</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 59 <listitem> 60 <para>2016-08-22</para> 61 <itemizedlist> 62 <listitem> 49 63 <para>[bdubbs] - Update to diffutils-3.5. Fixes 50 64 <ulink url="&lfs-ticket-root;3968">#3968</ulink>.</para> -
chapter06/systemd.xml
rf5451ce rf5b18de 223 223 224 224 <para>Fix a broken symlink created by the systemd installation process:</para> 225 <screen><userinput remap="install">rm - v /etc/resolv.conf225 <screen><userinput remap="install">rm -fv /etc/resolv.conf 226 226 ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen> 227 227 -
general.ent
rf5451ce rf5b18de 1 <!ENTITY version "SVN-2016082 2">1 <!ENTITY version "SVN-20160824"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2016021 2-systemd">6 <!ENTITY versiond "20160214-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "August 2 2, 2016">10 <!ENTITY releasedate "August 24, 2016"> 11 11 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 12 12 <!ENTITY milestone "7.10"> -
packages.ent
rf5451ce rf5b18de 392 392 <!ENTITY linux-major-version "4"> 393 393 <!ENTITY linux-minor-version "7"> 394 <!ENTITY linux-patch-version " 1">394 <!ENTITY linux-patch-version "2"> 395 395 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 396 396 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 397 <!ENTITY linux-size "88,2 81KB">397 <!ENTITY linux-size "88,290 KB"> 398 398 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 399 <!ENTITY linux-md5 " 764e9cc14e43bddef944381b1fe32574">399 <!ENTITY linux-md5 "ae493473d074185205a54bc8ad49c3b4"> 400 400 <!ENTITY linux-home "http://www.kernel.org/"> 401 401 <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
Note:
See TracChangeset
for help on using the changeset viewer.