source: general.ent@ 0376c98

Last change on this file since 0376c98 was 0376c98, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Add a caution in the gmp section about possible Illegal Instruction errors if the host is misidentified or the libraries are copied to different systems. Merged from trunk r11044.

Remove obsolete note about iconv() in Chapter 6 Glibc. Merged from trunk r11043.

Add a note about UEFI and Secure Boot systems to the GRUB page. Merged from trunk r11043.

Add notes about paths for 64-bit systems in the Adjusting the Toolchain page. Merged from trunk r11043.

Update to linux-4.5. Merged from trunk r11042.

Update to grep-2.24. Merged from trunk r11042.

Update to expat-2.1.1. Merged from trunk r11042.

Update to tzdata2016c. Merged from trunk r11042.

Update to iproute2-4.5.0. Merged from trunk r11042.

Update to man-pages-4.05. Merged from trunk r11042.

Update to gzip-1.7. Merged from trunk r11042.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<!ENTITY version "20160407-systemd">
2<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
3<!ENTITY releasedate "April 7th, 2016">
4<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
5<!ENTITY milestone "7.10">
6<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
7
8<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
9<!ENTITY blfs-root "&lfs-root;blfs/">
10<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
11<!ENTITY faq-root "&lfs-root;faq/">
12<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
13<!ENTITY hints-index "&lfs-root;hints/list.html">
14<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
15<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
16<!ENTITY livecd-root "&lfs-root;livecd/">
17<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
18<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
19<!ENTITY min-kernel "2.6.32">
20
21<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
22
23<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/LFS">
24
25<!ENTITY buildtime "Approximate build time">
26<!ENTITY diskspace "Required disk space">
27<!ENTITY dependencies "Installation depends on">
28<!ENTITY testsuites "Test suite depends on">
29<!ENTITY before "Must be installed before">
30<!ENTITY external "Optional dependencies">
31
32<!ENTITY gnu "http://ftp.gnu.org/gnu/">
33<!ENTITY gnu-software "http://www.gnu.org/software/">
34<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
35<!ENTITY kernel "https://www.kernel.org/pub/">
36<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
37<!ENTITY savannah "http://download.savannah.gnu.org">
38
39<!ENTITY % packages-entities SYSTEM "packages.ent">
40%packages-entities;
41
42<!ENTITY % patches-entities SYSTEM "patches.ent">
43%patches-entities;
Note: See TracBrowser for help on using the repository browser.