1ac31afd62
If the running kernel of the system building the image matches the kernel that is to be removed dnf will fail. Repalce use use of dnf with rpm -e. Closes-Bug: #1623409 Change-Id: Ie2481ea8a02b7b0720e46fa179f24badf4aa25c5
9 lines
297 B
YAML
9 lines
297 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue where cleaning old kernels on systems runing ``dnf`` would
|
|
fail in case the kernel packages being removed matches the running kernel
|
|
of the system building the image. See Bug: `1623409
|
|
<https://bugs.launchpad.net/diskimage-builder/+bug/1623409>`_.
|
|
|