Skip to content

Commit 5ef3f40

Browse files
author
Kamil Aronowski
committed
Fix for Oracle 9 with multiple kernel-uek-modules packages
1 parent 93df84c commit 5ef3f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate2eurolinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ force_el_release() {
613613
dep_check yumdownloader
614614
;;
615615
esac
616-
for i in "${bad_packages[@]}" ; do rpm -e --nodeps "$i" || true ; done
616+
for i in "${bad_packages[@]}" ; do rpm -e --nodeps --allmatches "$i" || true ; done
617617

618618
# Additional tweak for RHEL 8 - remove these directories manually.
619619
# Otherwise an error will show up:

0 commit comments

Comments
 (0)