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.
This commit is contained in:
Bruce Dubbs 2021-08-31 23:05:37 -05:00
parent b0439bc6c4
commit 78b97ceed4
2 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -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">