source: general.ent@ 323c672

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 323c672 was 323c672, checked in by Matthew Burgess <matthew@…>, 11 years ago

Improve the tagging and placement of some post install instructions for DBus and Systemd.

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<!ENTITY version "SYSTEMD-20130303">
2<!ENTITY releasedate "March 3, 2013">
3<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
4<!ENTITY milestone "7.3">
5<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
6
7<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
8<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
9<!ENTITY blfs-root "&lfs-root;blfs/">
10<!ENTITY faq-root "&lfs-root;faq/">
11<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
12<!ENTITY hints-index "&lfs-root;hints/list.html">
13<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
14<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
15<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/sources/LFS/lfs-packages/conglomeration/">
16<!ENTITY anduin-other "http://anduin.linuxfromscratch.org/sources/other/">
17<!ENTITY livecd-root "&lfs-root;livecd/">
18<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
19<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
20
21<!ENTITY buildtime "Approximate build time">
22<!ENTITY diskspace "Required disk space">
23<!ENTITY dependencies "Installation depends on">
24<!ENTITY testsuites "Test suite depends on">
25<!ENTITY before "Must be installed before">
26<!ENTITY external "Optional dependencies">
27
28<!ENTITY gnu "http://ftp.gnu.org/gnu/">
29<!ENTITY gnu-software "http://www.gnu.org/software/">
30<!ENTITY alpha-gnu "ftp://alpha.gnu.org/gnu/">
31<!ENTITY kernel "http://www.kernel.org/pub/">
32<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
33
34<!ENTITY % packages-entities SYSTEM "packages.ent">
35%packages-entities;
36
37<!ENTITY % patches-entities SYSTEM "patches.ent">
38%patches-entities;
Note: See TracBrowser for help on using the repository browser.