source: general.ent@ 7e0e3fa

7.9-systemd
Last change on this file since 7e0e3fa was 7e0e3fa, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Tag 7.9-systemd

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

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<!ENTITY version "7.9-systemd">
2<!ENTITY short-version "7.9-systemd"> <!-- Used in dbus chapter, change to x.y for release -->
3<!ENTITY releasedate "March 29th, 2016">
4<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
5<!ENTITY milestone "7.9">
6<!ENTITY generic-version "7.9-systemd"> <!-- 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.