mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
b0439bc6c4
commit
78b97ceed4
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user