Changeset 75828c3
- Timestamp:
- 02/13/2019 02:28:18 AM (5 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, 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/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 791b6c7
- Parents:
- cd33c02
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rcd33c02 r75828c3 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 45 <listitem> 46 <para>2019-02-011</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to linux-4.20.7. Fixes 50 <ulink url="&lfs-ticket-root;4421">#4421</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to kmod-26. Fixes 54 <ulink url="&lfs-ticket-root;4422">#4422</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 45 59 46 60 <listitem> -
chapter01/whatsnew.xml
rcd33c02 r75828c3 138 138 <para>Kbd-&kbd-version;</para> 139 139 </listitem>--> 140 < !--<listitem>140 <listitem> 141 141 <para>Kmod-&kmod-version;</para> 142 </listitem> -->142 </listitem> 143 143 <!--<listitem> 144 144 <para>Less-&less-version;</para> -
chapter06/createfiles.xml
rcd33c02 r75828c3 40 40 software has been installed:</para> 41 41 42 <screen><userinput>ln -sv /tools/bin/{bash,cat, dd,echo,ln,pwd,rm,stty} /bin43 ln -sv /tools/bin/{env,install,perl }/usr/bin42 <screen><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,ln,mkdir,pwd,rm,stty,touch} /bin 43 ln -sv /tools/bin/{env,install,perli,printf} /usr/bin 44 44 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib 45 45 ln -sv /tools/lib/libstdc++.{a,so{,.6}} /usr/lib -
chapter06/glibc.xml
rcd33c02 r75828c3 263 263 264 264 <screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale 265 localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true 265 266 localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8 266 267 localedef -i de_DE -f ISO-8859-1 de_DE 267 268 localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro 268 269 localedef -i de_DE -f UTF-8 de_DE.UTF-8 270 localedef -i el_GR -f ISO-8859-7 el_GR 269 271 localedef -i en_GB -f UTF-8 en_GB.UTF-8 270 272 localedef -i en_HK -f ISO-8859-1 en_HK … … 280 282 localedef -i it_IT -f UTF-8 it_IT.UTF-8 281 283 localedef -i ja_JP -f EUC-JP ja_JP 284 localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true 282 285 localedef -i ru_RU -f KOI8-R ru_RU.KOI8-R 283 286 localedef -i ru_RU -f UTF-8 ru_RU.UTF-8 284 287 localedef -i tr_TR -f UTF-8 tr_TR.UTF-8 285 localedef -i zh_CN -f GB18030 zh_CN.GB18030</userinput></screen> 288 localedef -i zh_CN -f GB18030 zh_CN.GB18030 289 localedef -i zh_HK -f BIG5-HKSCS zh_HK.BIG5-HKSCS</userinput></screen> 286 290 287 291 <para>In addition, install the locale for your own country, language and -
general.ent
rcd33c02 r75828c3 1 <!ENTITY version "SVN-201902 08">1 <!ENTITY version "SVN-20190211"> 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 "201902 08-systemd">6 <!ENTITY versiond "20190211-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "February 8, 2019">10 <!ENTITY releasedate "February 11, 2019"> 11 11 12 12 <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
rcd33c02 r75828c3 366 366 <!ENTITY kbd-ch6-sbu "0.1 SBU"> 367 367 368 <!ENTITY kmod-version "2 5">368 <!ENTITY kmod-version "26"> 369 369 <!ENTITY kmod-size "540 KB"> 370 370 <!ENTITY kmod-url "&kernel;linux/utils/kernel/kmod/kmod-&kmod-version;.tar.xz"> 371 <!ENTITY kmod-md5 " 34f325cab568f842fdde4f8b2182f220">371 <!ENTITY kmod-md5 "1129c243199bdd7db01b55a61aa19601"> 372 372 <!ENTITY kmod-home " "> 373 373 <!ENTITY kmod-ch6-du "13 MB"> … … 424 424 <!ENTITY linux-major-version "4"> 425 425 <!ENTITY linux-minor-version "20"> 426 <!ENTITY linux-patch-version " 6">426 <!ENTITY linux-patch-version "7"> 427 427 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 428 428 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 429 <!ENTITY linux-size "101,8 28KB">429 <!ENTITY linux-size "101,830 KB"> 430 430 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 431 <!ENTITY linux-md5 " 43cb8498de6830c9ed8021d3ab52741c">431 <!ENTITY linux-md5 "076b60b95cc189008e6bdb9815f34c56"> 432 432 <!ENTITY linux-home "https://www.kernel.org/"> 433 433 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note:
See TracChangeset
for help on using the changeset viewer.