Skip to content

Commit

Permalink
Merge pull request #327 from aafeijoo-suse/059-bsc1223467-v3
Browse files Browse the repository at this point in the history
fix(suse-initrd): clean return of installkernel() (bsc#1223467)
  • Loading branch information
aafeijoo-suse authored May 3, 2024
2 parents 84229e3 + 2bec160 commit 7664a0c
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 7664a0c

Please sign in to comment.