From 1e7e002eb16a8bbbd2213bfb047107ee162a9be9 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 28 Nov 2020 00:45:32 +0100 Subject: [PATCH] print explicit info message about installing essential packages --- coverage.sh | 2 +- mmdebstrap | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coverage.sh b/coverage.sh index 746856e..d7a0b1a 100755 --- a/coverage.sh +++ b/coverage.sh @@ -2395,7 +2395,7 @@ I: automatically chosen format: directory I: running apt-get update... I: downloading packages with apt... I: extracting archives... -I: installing packages... +I: installing essential packages... I: cleaning package lists and apt cache... LOG tail --lines=1 /tmp/log | grep '^I: success in .* seconds$' diff --git a/mmdebstrap b/mmdebstrap index a040127..c28ffc9 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -2527,9 +2527,9 @@ sub run_essential() { if ($options->{mode} eq 'chrootless') { if ($options->{dryrun}) { - info "simulate installing packages..."; + info "simulate installing essential packages..."; } else { - info "installing packages..."; + info "installing essential packages..."; } # FIXME: the dpkg config from the host is parsed before the command # line arguments are parsed and might break this mode @@ -2567,9 +2567,9 @@ sub run_essential() { # into account and thus doesn't install them in the right order # And the --predep-package option is broken: #539133 if ($options->{dryrun}) { - info "simulate installing packages..."; + info "simulate installing essential packages..."; } else { - info "installing packages..."; + info "installing essential packages..."; run_chroot( sub { run_dpkg_progress({