diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 18:08:21 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-05 18:44:05 +0200 |
commit | 3b1211574b0feeccb0d507b6f5db353d3a1a72c4 (patch) | |
tree | bbd4626f846b8bfa4bc01c907b6c6985434b9385 /man/kernel-command-line.xml | |
parent | 7ec2f5e00c56935e53aaf4c5ee5e9cb5a436cb6c (diff) | |
download | systemd-3b1211574b0feeccb0d507b6f5db353d3a1a72c4.tar.gz |
man: use trailing slash on directories in more places
Diffstat (limited to 'man/kernel-command-line.xml')
-rw-r--r-- | man/kernel-command-line.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index b0b45f4c62..8f61188a63 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -131,15 +131,15 @@ <listitem> <para>This parameter controls whether the system shall boot up in volatile mode. Takes a boolean argument, or the special value <literal>state</literal>. If false (the default), normal boot mode is selected, the root - directory and <filename>/var</filename> are mounted as specified on the kernel command line or + directory and <filename>/var/</filename> are mounted as specified on the kernel command line or <filename>/etc/fstab</filename>, or otherwise configured. If true, full state-less boot mode is selected. In this case the root directory is mounted as volatile memory file system (<literal>tmpfs</literal>), and only - <filename>/usr</filename> is mounted from the file system configured as root device, in read-only mode. This + <filename>/usr/</filename> is mounted from the file system configured as root device, in read-only mode. This enables fully state-less boots were the vendor-supplied OS is used as shipped, with only default - configuration and no stored state in effect, as <filename>/etc</filename> and <filename>/var</filename> (as + configuration and no stored state in effect, as <filename>/etc/</filename> and <filename>/var/</filename> (as well as all other resources shipped in the root file system) are reset at boot and lost on shutdown. If this setting is set to <literal>state</literal> the root file system is mounted read-only, however - <filename>/var</filename> is mounted as a volatile memory file system (<literal>tmpfs</literal>), so that the + <filename>/var/</filename> is mounted as a volatile memory file system (<literal>tmpfs</literal>), so that the system boots up with the normal configuration applied, but all state reset at boot and lost at shutdown. If this setting is set to <literal>overlay</literal> the root file system is set up as <literal>overlayfs</literal> mount combining the read-only root directory with a writable |