forked from josch/mmdebstrap
turn error when --include is used with essential variant into a warning
This commit is contained in:
parent
503faaccf8
commit
9978cbddcb
1 changed files with 1 additions and 1 deletions
|
@ -1836,7 +1836,7 @@ sub main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($options->{variant} eq 'essential' and defined $options->{include}) {
|
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
|
# fakeroot is an alias for fakechroot
|
||||||
|
|
Loading…
Reference in a new issue