source: general.ent@ f8265ff

ml-11.0
Last change on this file since f8265ff was f8265ff, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

LFS 11.0 Final

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<!-- version info automatically generated by git
2 comment the following two lines for release -->
3<!--<!ENTITY % version-entities SYSTEM "version.ent">
4%version-entities; -->
5
6<!-- uncomment and edit the following four lines
7 for releases (including -rc) -->
8
9<!ENTITY version "11.0">
10<!ENTITY versiond "11.0-systemd">
11<!ENTITY releasedate "September 1st, 2021">
12<!ENTITY copyrightdate "1999-2021">
13
14<!-- jhalfs needs a literal dash, not &ndash; -->
15
16<!ENTITY short-version "11.0"> <!-- Used below in &blfs-book;
17 Change to x.y for release but not -rc releases -->
18<!ENTITY generic-version "11.0"> <!-- Use "development" or "x.y[-pre{x}]" -->
19
20<!ENTITY short-versiond "stable-systemd"> <!--Change to stable-systemd for release -->
21<!ENTITY generic-versiond "11.0-systemd">
22
23<!ENTITY lfs-root "https://www.linuxfromscratch.org/">
24<!ENTITY blfs-root "&lfs-root;blfs/">
25<!ENTITY blfs-book "&blfs-root;view/&generic-version;/">
26<!ENTITY blfs-systemd-book "&blfs-root;view/&generic-versiond;/">
27<!ENTITY faq-root "&lfs-root;faq/">
28<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
29<!ENTITY hints-index "&lfs-root;hints/list.html">
30<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
31<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
32<!ENTITY livecd-root "&lfs-root;livecd/">
33<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
34<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
35<!ENTITY secadv "&lfs-root;lfs/advisories/">
36<!ENTITY min-kernel "3.2">
37
38<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
39<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
40<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
41<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
42
43<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
44
45<!ENTITY anduin-sources "https://anduin.linuxfromscratch.org/LFS">
46
47<!ENTITY buildtime "Approximate build time">
48<!ENTITY diskspace "Required disk space">
49<!ENTITY dependencies "Installation depends on">
50<!ENTITY runtime "Required at runtime">
51<!ENTITY testsuites "Test suite depends on">
52<!ENTITY before "Must be installed before">
53<!ENTITY external "Optional dependencies">
54
55<!ENTITY gnu "https://ftp.gnu.org/gnu/">
56<!ENTITY gnu-software "https://www.gnu.org/software/">
57<!ENTITY alpha-gnu "https://alpha.gnu.org/gnu/">
58<!ENTITY kernel "https://www.kernel.org/pub/">
59<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
60<!ENTITY savannah "https://download.savannah.gnu.org">
61<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
62<!ENTITY github "https://github.com">
63
64<!ENTITY % packages-entities SYSTEM "packages.ent">
65%packages-entities;
66
67<!ENTITY % patches-entities SYSTEM "patches.ent">
68%patches-entities;
Note: See TracBrowser for help on using the repository browser.