aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter02/creatingpartition.xml15
-rw-r--r--chapter09/systemd-custom.xml2
2 files changed, 13 insertions, 4 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml
index a57dabc97..040a575fd 100644
--- a/chapter02/creatingpartition.xml
+++ b/chapter02/creatingpartition.xml
@@ -169,9 +169,18 @@
used, 5 to 10 gigabytes is generally adequate.</para>
</listitem>
- <listitem><para>/tmp &ndash; A separate /tmp directory is rare, but
- useful if configuring a thin client. This partition, if used, will
- usually not need to exceed a couple of gigabytes.</para></listitem>
+ <listitem revision='sysv'><para>/tmp &ndash; A separate /tmp directory
+ is rare, but useful if configuring a thin client. This partition, if
+ used, will usually not need to exceed a couple of
+ gigabytes. If you have enough RAM, you can mount a
+ <systemitem class='filesystem'>tmpfs</systemitem> on /tmp to make
+ the accesses to temporary files faster.</para></listitem>
+
+ <listitem revision='systemd'><para>/tmp &ndash; By default, systemd
+ mounts a <systemitem class='filesystem'>tmpfs</systemitem> here.
+ If you want to override the behavior, follow
+ <xref linkend='systemd-no-tmpfs'/> configuring the LFS
+ system.</para></listitem>
<listitem><para>/usr/src &ndash; This partition is very
useful for providing a location to store BLFS source files and
diff --git a/chapter09/systemd-custom.xml b/chapter09/systemd-custom.xml
index 22fb32525..0218b0f23 100644
--- a/chapter09/systemd-custom.xml
+++ b/chapter09/systemd-custom.xml
@@ -46,7 +46,7 @@ EOF</userinput></screen>
</sect2>
- <sect2>
+ <sect2 id='systemd-no-tmpfs'>
<title>Disabling tmpfs for /tmp</title>
<para>By default, <filename class="directory">/tmp</filename> is created as