source: general.ent@ 367e615

7.8-systemd 7.9-systemd
Last change on this file since 367e615 was ed0bb05, checked in by Krejzi <krejzi@…>, 9 years ago

Imported trunk.

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

  • Property mode set to 100644
File size: 2.1 KB
Line 
1<!ENTITY version "20150628-systemd">
2<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
3<!ENTITY releasedate "June 28, 2015">
4<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
5<!ENTITY milestone "7.8">
6<!ENTITY generic-version "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 "http://anduin.linuxfromscratch.org/sources">
24<!ENTITY anduin-sources "&anduin;/LFS/lfs-packages/conglomeration/">
25<!ENTITY anduin-other "&anduin;/other/">
26
27<!ENTITY buildtime "Approximate build time">
28<!ENTITY diskspace "Required disk space">
29<!ENTITY dependencies "Installation depends on">
30<!ENTITY testsuites "Test suite depends on">
31<!ENTITY before "Must be installed before">
32<!ENTITY external "Optional dependencies">
33
34<!ENTITY gnu "http://ftp.gnu.org/gnu/">
35<!ENTITY gnu-software "http://www.gnu.org/software/">
36<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
37<!ENTITY kernel "https://www.kernel.org/pub/">
38<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
39<!ENTITY savannah "http://download.savannah.gnu.org">
40
41<!ENTITY % packages-entities SYSTEM "packages.ent">
42%packages-entities;
43
44<!ENTITY % patches-entities SYSTEM "patches.ent">
45%patches-entities;
Note: See TracBrowser for help on using the repository browser.