aboutsummaryrefslogtreecommitdiffstats
path: root/chapter11
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-01 08:33:34 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-01 08:33:34 +0200
commit3443abb60a3ad31e0c3058f9ad55e859d6f25cab (patch)
tree2408b72df9870efcf574cd055a8d6a756f51da8a /chapter11
parent78b97ceed4343b39e0a8538c1952e411a06b614d (diff)
Add revision attributes to ulink in chapter 11
The systemd book needs to point to blfs systemd. So change the ulinks accordingly, and use a revision attribute. No need to use phrase tag.
Diffstat (limited to 'chapter11')
-rw-r--r--chapter11/reboot.xml38
-rw-r--r--chapter11/whatnow.xml5
2 files changed, 25 insertions, 18 deletions
diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml
index bce0e6ea9..3a4616e63 100644
--- a/chapter11/reboot.xml
+++ b/chapter11/reboot.xml
@@ -20,19 +20,22 @@
<itemizedlist>
- <listitem><para>A text mode browser such as <ulink
- url='&blfs-book;basicnet/lynx.html'>Lynx</ulink>
+ <listitem><para>A text mode browser such as <ulink revision="sysv"
+ url='&blfs-book;basicnet/lynx.html'>Lynx</ulink><ulink revision="systemd"
+ url='&blfs-systemd-book;basicnet/lynx.html'>Lynx</ulink>
will allow you to easily view the BLFS book in one virtual terminal, while
building packages in another.</para></listitem>
- <listitem><para>The
- <ulink url='&blfs-book;postlfs/make-ca.html'>make-ca</ulink> package
+ <listitem><para>The <ulink revision="sysv"
+ url='&blfs-book;postlfs/make-ca.html'>make-ca</ulink><ulink revision="systemd"
+ url='&blfs-systemd-book;postlfs/make-ca.html'>make-ca</ulink> package
will allow you to set up local trusted anchor certificates, allowing
the system to verify SSL certificates provided by remote servers (for
example, a website using HTTPS).</para></listitem>
- <listitem><para>The <ulink
- url='&blfs-book;general/gpm.html'>GPM</ulink> package will allow
+ <listitem><para>The <ulink revision="sysv"
+ url='&blfs-book;general/gpm.html'>GPM</ulink><ulink revision="systemd"
+ url='&blfs-systemd-book;general/gpm.html'>GPM</ulink> package will allow
you to perform copy/paste actions in your virtual
terminals.</para></listitem>
@@ -44,27 +47,32 @@
url='&blfs-book;basicnet/dhcp.html'>dhcp</ulink> may be
useful.</para></listitem>
- <listitem><para>Installing <ulink
- url='&blfs-book;postlfs/sudo.html'>sudo</ulink> may be useful for
+ <listitem><para>Installing <ulink revision="sysv"
+ url='&blfs-book;postlfs/sudo.html'>sudo</ulink><ulink revision="systemd"
+ url='&blfs-systemd-book;postlfs/sudo.html'>sudo</ulink> may be useful for
building packages as a non-root user and easily installing the resulting
- packages in your new system. </para></listitem>
+ packages in your new system.</para></listitem>
<listitem><para>If you want to access your new system from a remote system
- within a comfortable GUI environment, install <ulink
- url='&blfs-book;postlfs/openssh.html'>openssh</ulink>.
+ within a comfortable GUI environment, install <ulink revision="sysv"
+ url='&blfs-book;postlfs/openssh.html'>openssh</ulink><ulink revision="systemd"
+ url='&blfs-systemd-book;postlfs/openssh.html'>openssh</ulink>.
</para></listitem>
<listitem><para>To make fetching files over the internet easier, install
- <ulink url='&blfs-book;basicnet/wget.html'>wget</ulink>.
+ <ulink revision="sysv" url='&blfs-book;basicnet/wget.html'>wget</ulink>
+ <ulink revision="systemd" url='&blfs-systemd-book;basicnet/wget.html'>wget</ulink>.
</para></listitem>
<listitem><para>To connect to a wireless access point for networking,
- install
- <ulink url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>.
+ install <ulink revision="sysv"
+ url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink><ulink
+ revision="systemd"
+ url='&blfs-systemd-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>.
</para></listitem>
<listitem><para>Finally, a review of the following configuration files
- is also appropriate at this point. </para>
+ is also appropriate at this point.</para>
<itemizedlist>
<listitem><para>/etc/bashrc </para></listitem>
diff --git a/chapter11/whatnow.xml b/chapter11/whatnow.xml
index 0a0fd1556..e72f4ca5e 100644
--- a/chapter11/whatnow.xml
+++ b/chapter11/whatnow.xml
@@ -57,9 +57,8 @@
<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
- <phrase revision='sysv'><ulink url="&blfs-book;"/>.</phrase>
- <phrase revision='systemd'><ulink url="&blfs-systemd-book;"/>.</phrase>
+ Book. The BLFS project is located at <ulink revision="sysv"
+ url="&blfs-book;"/><ulink revision="systemd" url="&blfs-systemd-book;"/>.
</para>
</listitem>