source: general.ent@ c36fab19

10.0
Last change on this file since c36fab19 was c36fab19, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

LFS-10.0

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/10.0@12043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[c36fab19]1<!ENTITY version "10.0">
2<!ENTITY short-version "10.0"> <!-- Used below in &blfs-book;
[1118b17]3 Change to x.y for release but not -rc releases -->
[c36fab19]4<!ENTITY generic-version "10.0"> <!-- Use "development" or "x.y[-pre{x}]" -->
[1118b17]5
[c36fab19]6<!ENTITY versiond "10.0-systemd">
[1118b17]7<!ENTITY short-versiond "systemd">
[c071af0]8<!ENTITY generic-versiond "systemd">
[1118b17]9
[c36fab19]10<!ENTITY releasedate "September 1st, 2020">
[5fa3da5]11
[aa86d1b]12<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
[287ea55]13
[ad7abdc]14<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
15<!ENTITY blfs-root "&lfs-root;blfs/">
[bb189b0]16<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
[ad7abdc]17<!ENTITY faq-root "&lfs-root;faq/">
18<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
19<!ENTITY hints-index "&lfs-root;hints/list.html">
20<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
21<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
22<!ENTITY livecd-root "&lfs-root;livecd/">
23<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
24<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
[ffbeb5f]25<!ENTITY min-kernel "3.2">
[1118b17]26
27<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
28<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
29<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
30<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
31
[2bd778e9]32<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
[287ea55]33
[a0afc1b]34<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/LFS">
[287ea55]35
[ad7abdc]36<!ENTITY buildtime "Approximate build time">
37<!ENTITY diskspace "Required disk space">
38<!ENTITY dependencies "Installation depends on">
39<!ENTITY testsuites "Test suite depends on">
40<!ENTITY before "Must be installed before">
41<!ENTITY external "Optional dependencies">
42
43<!ENTITY gnu "http://ftp.gnu.org/gnu/">
44<!ENTITY gnu-software "http://www.gnu.org/software/">
45<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
[a57d556]46<!ENTITY kernel "https://www.kernel.org/pub/">
[f448389]47<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
[eec8fcb]48<!ENTITY savannah "http://download.savannah.gnu.org">
[7733d35]49<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
50<!ENTITY github "https://github.com">
[0b64d38]51
[3439119b]52<!ENTITY % packages-entities SYSTEM "packages.ent">
53%packages-entities;
54
[ca17032]55<!ENTITY % patches-entities SYSTEM "patches.ent">
56%patches-entities;
Note: See TracBrowser for help on using the repository browser.