diff options
-rw-r--r-- | chapter11/whatnow.xml | 5 | ||||
-rw-r--r-- | general.ent | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter11/whatnow.xml b/chapter11/whatnow.xml index 9e6062cf7..0a0fd1556 100644 --- a/chapter11/whatnow.xml +++ b/chapter11/whatnow.xml @@ -57,7 +57,10 @@ <para>The Beyond Linux From Scratch book covers installation procedures for a wide range of software beyond the scope of the LFS - Book. The BLFS project is located at <ulink url="&blfs-book;"/>.</para> + Book. The BLFS project is located at + <phrase revision='sysv'><ulink url="&blfs-book;"/>.</phrase> + <phrase revision='systemd'><ulink url="&blfs-systemd-book;"/>.</phrase> + </para> </listitem> <listitem> 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"> |