Skip to content

Commit

Permalink
Merge pull request #328 from aafeijoo-suse/SLE-15-SP6_GA-bsc1223467-v3
Browse files Browse the repository at this point in the history
fix(suse-initrd): clean return of installkernel() (bsc#1223467) (SLE15-SP6:GA)
  • Loading branch information
aafeijoo-suse authored May 3, 2024
2 parents 3edf43b + 7fb4c63 commit 8412a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules.d/99suse-initrd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ installkernel() {
if [[ "$all_mods" ]]; then
hostonly= dracut_instmods $all_mods
fi

return 0
}

0 comments on commit 8412a1c

Please sign in to comment.