From f41601ab57d8858fb1b2d0629091a28d732c1864 Mon Sep 17 00:00:00 2001 From: Katharina Drexel Date: Mon, 12 Apr 2021 19:13:48 +0200 Subject: More speaking error messages if no bootstrap program installed. Signed-off-by: Katharina Drexel --- share/scripts/debconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/scripts/debconf') diff --git a/share/scripts/debconf b/share/scripts/debconf index 9768408..451299a 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -122,7 +122,7 @@ elif [ -x /usr/sbin/debootstrap ] then BOOTSTRAP="debootstrap" else - echo "Install mmdebstrap or debootstrap before continuing." >&2 + echo "'${NAME}': Can't bootstrap: neither mmdebstrap nor debootstrap installed." >&2 exit 1 fi -- cgit v1.2.3