diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-08-30 06:09:09 +0000 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-08-30 06:09:09 +0000 |
commit | 602a01ffe99d810901fa46fc3ef220848b79e44a (patch) | |
tree | 63009efc61ea0954b5242d954d7c60a59365a40c /chapter09/systemd-custom.xml | |
parent | 7091d5910e287da89a066cb95e36783d0d0590fb (diff) |
Merge changes from trunk to multilib
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/systemd-custom.xml')
-rw-r--r-- | chapter09/systemd-custom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/systemd-custom.xml b/chapter09/systemd-custom.xml index 809c1a273..7addaefbb 100644 --- a/chapter09/systemd-custom.xml +++ b/chapter09/systemd-custom.xml @@ -54,7 +54,7 @@ EOF</userinput></screen> <screen role="nodump"><userinput>ln -sfv /dev/null /etc/systemd/system/tmp.mount</userinput></screen> - <para>Alternatively, if a a separate partition for + <para>Alternatively, if a separate partition for <filename class="directory">/tmp</filename> is desired, specify that partition in a <filename>/etc/fstab</filename> entry.</para> @@ -103,7 +103,7 @@ EOF</userinput></screen> The type field, q, discusses creating a subvolume with quotas which is really only applicable to btrfs filesystems. It references type v which in turn references type d (directory). This then creates the - specified directory if is is not present and adjusts the permissions + specified directory if it is not present and adjusts the permissions and ownership as specified. Contents of the directory will be subject to time based cleanup if the age argument is specified. </para> |