source: general.ent@ 3ce8d1a

7.9-systemd
Last change on this file since 3ce8d1a was 3ce8d1a, checked in by DJ Lucas <dj@…>, 8 years ago

Merge r11000 and r11001 from trunk.

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

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[3ce8d1a]1<!ENTITY version "20160206-systemd">
[bff5fef]2<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
[3ce8d1a]3<!ENTITY releasedate "February 6, 2016">
[6e13139]4<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
[6eb40d4]5<!ENTITY milestone "7.9">
[56b4279]6<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
[287ea55]7
[aca25d4]8<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
9<!ENTITY blfs-root "&lfs-root;blfs/">
[a7f92a3]10<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
[aca25d4]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;/">
[a3af16f]19<!ENTITY min-kernel "2.6.32">
[aca25d4]20
[2bd778e9]21<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
[287ea55]22
[131c907]23<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/LFS">
[287ea55]24
[aca25d4]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/">
[9256309]35<!ENTITY kernel "https://www.kernel.org/pub/">
[aca25d4]36<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
[6f34f43]37<!ENTITY savannah "http://download.savannah.gnu.org">
[0b64d38]38
[3439119b]39<!ENTITY % packages-entities SYSTEM "packages.ent">
40%packages-entities;
41
[ca17032]42<!ENTITY % patches-entities SYSTEM "patches.ent">
43%patches-entities;
Note: See TracBrowser for help on using the repository browser.