From 4f10be3f137926277ad1c09803bd40ab4a3fba68 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 2 May 2021 20:02:47 +0200 Subject: [PATCH] mk-sbuild: document eatmydata in the manpage Signed-off-by: Mattia Rizzolo --- doc/mk-sbuild.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/mk-sbuild.1 b/doc/mk-sbuild.1 index 59f939f..b7ffffd 100644 --- a/doc/mk-sbuild.1 +++ b/doc/mk-sbuild.1 @@ -67,6 +67,12 @@ for more details. .B \-\-debootstrap\-proxy\fR=\fIPROXY Use \fIPROXY\fR as apt proxy. .TP +.B \-\-eatmydata +Install and use eatmydata (default) +.TP +.B \-\-skip\-eatmydata +Don't install and use eatmydata +.TP .B \-\-distro\fR=\fIDISTRO Enable distro-specific logic. When not provided, the distribution is determined from \fIrelease\fR. @@ -127,6 +133,10 @@ Disable gpg verification of retrieved release files (same as Proxy to use for apt. (same as \fB\-\-debootstrap\-proxy\fR) .TP +.B EATMYDATA +Enable or disable eatmydata usage, see \fB\-\-eatmydata\fR +and \fB\-\-skip\-eatmydata\fR +.TP .B SOURCE_CHROOTS_DIR Use \fBSOURCE_CHROOTS_DIR\fR as home of schroot source directories. (default \fB/var/lib/schroot/chroots\fR)