From 5e22e0bfc87b315e9a82f62c607fe80002b276b8 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Tue, 26 Jul 2022 18:43:18 +0200 Subject: [PATCH] adjust message about file-mirror-automount hook --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index fa67e7c..dd7e06a 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -2236,7 +2236,7 @@ sub run_download() { . " -- use copy:// instead of file:// or a bind-mount. You" . " can also try using --hook-dir=/usr/share/mmdebstrap/" . "hooks/file-mirror-automount to automatically create" - . " the necessary bind-mounts."; + . " bind-mounts or copy the files as necessary."; } push @essential_pkgs, $deb; next;