turn error when --include is used with essential variant into a warning

This commit is contained in:
Johannes 'josch' Schauer 2019-10-19 08:02:03 +02:00
parent 503faaccf8
commit 9978cbddcb
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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