From 9978cbddcb7156c2b75b9e4df8fa047ad2dcdab9 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 19 Oct 2019 08:02:03 +0200 Subject: [PATCH] turn error when --include is used with essential variant into a warning --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 60dc229..db2b306 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -1836,7 +1836,7 @@ sub main() { } if ($options->{variant} eq 'essential' and defined $options->{include}) { - error "cannot install extra packages with variant essential because apt is missing"; + warning "cannot install extra packages with variant essential because apt is missing"; } # fakeroot is an alias for fakechroot