summaryrefslogtreecommitdiff
path: root/misc/mke2fs.conf.5.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-04-26 17:34:52 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-05-04 22:20:35 -0400
commitf83f4132e192dee197240fdfa062128b52188d1c (patch)
tree42dc1cc48e4aaa3527ca07effa0f0fa724a02499 /misc/mke2fs.conf.5.in
parent802146c017afc6df706111c3b70ff6c3d4850b18 (diff)
downloade2fsprogs-f83f4132e192dee197240fdfa062128b52188d1c.tar.gz
mke2fs: add an option in mke2fs.conf to proceed after a delay
If mke2fs needs to ask the user for permission, and the user doesn't type anything the specified delay in the /etc/mke2fs.conf file, proceed as if the user had said yes. The default is to do what we currently do, which is to wait until the user answers the question one way or the other. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/mke2fs.conf.5.in')
-rw-r--r--misc/mke2fs.conf.5.in17
1 files changed, 16 insertions, 1 deletions
diff --git a/misc/mke2fs.conf.5.in b/misc/mke2fs.conf.5.in
index 02efdce4..8e25892e 100644
--- a/misc/mke2fs.conf.5.in
+++ b/misc/mke2fs.conf.5.in
@@ -68,7 +68,10 @@ The following stanzas are used in the
.I mke2fs.conf
file. They will be described in more detail in future sections of this
document.
-.TP
+.TP
+.I [options]
+Contains relations which influence how mke2fs behaves.
+.TP
.I [defaults]
Contains relations which define the default parameters
used by
@@ -84,6 +87,18 @@ the
.B -T
option to
.BR mke2fs (8).
+.SH THE [options] STANZA
+The following relations are defined in the
+.I [options]
+stanza.
+.TP
+.I proceed_delay
+If this relation is set to a positive integer, then if mke2fs will
+proceed after waiting
+.I proceed_delay
+seconds, after asking the user for permission to proceed, even if the
+user has not answered the question. Defaults to 0, which means to wait
+until the user answers the question one way or another.
.SH THE [defaults] STANZA
The following relations are defined in the
.I [defaults]