From 1fe5da3d5616f81f5391e0a8d60a9aaa79c535a0 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 20 Feb 2019 18:18:31 +0100 Subject: [PATCH] Better documentation of example showing mmdebstrap with sources.list on stdin --- mmdebstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index a74f10f..cd1a6ca 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -2694,7 +2694,8 @@ Without superuser privileges: $ mmdebstrap unstable unstable-chroot.tar -With complex apt options: +With no command line arguments at all. The chroot content is entirely defined +by a sources.list file on standard input. $ mmdebstrap < /etc/apt/sources.list > unstable-chroot.tar