diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-17 18:04:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-17 18:13:47 +0200 |
commit | f276a41821fcd2b7e4968edef46ba3bd99706ecf (patch) | |
tree | 15b6a49f100af8738c2868eb0e83d0079f9f0f07 /man | |
parent | 888c6216ca9239be260fd832f900b9fcd784f806 (diff) |
shutdown: drop -f/-F switches again, simply because we don't want to condone non-ro root dirs
Instead of using /forcefsck and /fastboot people should just kernel
command line options to achieve the same.
Diffstat (limited to 'man')
-rw-r--r-- | man/shutdown.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/man/shutdown.xml b/man/shutdown.xml index c48e141879..d6bdad37fa 100644 --- a/man/shutdown.xml +++ b/man/shutdown.xml @@ -147,26 +147,6 @@ </varlistentry> <varlistentry> - <term><option>-f</option></term> - - <listitem><para>Skip file system check - on reboot. This is equivalent to - creating the - <filename>/fastboot</filename> file - before going down.</para></listitem> - </varlistentry> - - <varlistentry> - <term><option>-F</option></term> - - <listitem><para>Force file system - check on reboot. This is equivalent to - creating the - <filename>/forcefsck</filename> file - before going down.</para></listitem> - </varlistentry> - - <varlistentry> <term><option>-c</option></term> <listitem><para>Cancel a pending |