mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-07 17:17:44 +03:00
kernel-install: remove depmod generated file modules.weakdep
The new file, modules.weakdep, generated by depmod to get the weak dpendencies information can be present (05828b4a6e
), so remove it like the other similar files. Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com> (cherry picked from commit eef4cd51f94d837bd0e71512c831634a2902522d) (cherry picked from commit 0cdec6e1fef4174c0d04aaca195ab56750437535) (cherry picked from commitae0c61b4a7
)
This commit is contained in:
parent
42885ab017
commit
d9abcf9466
@ -44,6 +44,7 @@ case "$COMMAND" in
|
||||
"/lib/modules/$KERNEL_VERSION/modules.dep.bin" \
|
||||
"/lib/modules/$KERNEL_VERSION/modules.devname" \
|
||||
"/lib/modules/$KERNEL_VERSION/modules.softdep" \
|
||||
"/lib/modules/$KERNEL_VERSION/modules.weakdep" \
|
||||
"/lib/modules/$KERNEL_VERSION/modules.symbols" \
|
||||
"/lib/modules/$KERNEL_VERSION/modules.symbols.bin"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user