diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-24 13:53:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-24 13:53:34 +0200 |
commit | 8d8e945624a0080073d94941f3032b8fa3b3aa15 (patch) | |
tree | 502fbc4700f5e093fe094cad2e49c957e626cd3f /man | |
parent | 25f5971b5e0b3ab5b91a7d0359cd7f5a5094c1d0 (diff) |
manager: drop MountAuto= and SwapAuto= options
The ability to set MountAuto=no and SwapAuto=no was useful during the
adoption phase of systemd, so that distributions could stick to their
classic mount scripts a bit longer. It is about time to get rid of it
now.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.conf.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index d05a30bd48..a110f24541 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -104,18 +104,6 @@ </varlistentry> <varlistentry> - <term><varname>MountAuto=yes</varname></term> - <term><varname>SwapAuto=yes</varname></term> - - <listitem><para>Configures whether - systemd should automatically activate - all swap or mounts listed in - <filename>/etc/fstab</filename>, or - whether this job is left to some other - system script.</para></listitem> - </varlistentry> - - <varlistentry> <term><varname>DefaultControllers=cpu</varname></term> <listitem><para>Configures in which |