diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-31 23:05:37 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-31 23:05:37 -0500 |
commit | 78b97ceed4343b39e0a8538c1952e411a06b614d (patch) | |
tree | 447298cdd9c0455d31396e8c4cb26a207246cc20 /general.ent | |
parent | b0439bc6c4dc58d0d18e3f474ed511f6629f8594 (diff) |
Point Section 11,4 to right version of BLFS
When we point to BLFS, we need to point to the right version:
sysV or systemd. That's done with <phrase> and some symlinks on
rivendell.
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/general.ent b/general.ent index 9431cf046..4c7e25795 100644 --- a/general.ent +++ b/general.ent @@ -17,12 +17,13 @@ Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY short-versiond "systemd"> +<!ENTITY short-versiond "systemd"> <!--Change to stable-systemd for release --> <!ENTITY generic-versiond "systemd"> <!ENTITY lfs-root "https://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> <!ENTITY blfs-book "&blfs-root;view/&short-version;/"> +<!ENTITY blfs-systemd-book "&blfs-root;view/&short-versiond;/"> <!ENTITY faq-root "&lfs-root;faq/"> <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-index "&lfs-root;hints/list.html"> |