The above package managers supports uninstall instructions like 'iwl*'. In kiwi there was code checking via rpm if the packages given to uninstall actually exists. That code does not work if the given package to uninstall is an instruction that matches a pattern. Therefore if we use the uninstall section in the kiwi image description, just pass the provided information to the package manager and don't try to be clever in kiwi itself. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| apt_test.py | ||
| base_test.py | ||
| dnf_test.py | ||
| init_test.py | ||
| microdnf_test.py | ||
| pacman_test.py | ||
| zypper_test.py | ||