3 Oct
2014
3 Oct
'14
15:30
http://bugzilla.suse.com/show_bug.cgi?id=874621 --- Comment #28 from Shirish Pargaonkar <spargaonkar@suse.com> --- Adding something like this should resolve this probelm: # # If depmod and modules.dep files exist, remove modules.dep and recreate it # since the contents of modules.dep do not have a consistent format across # releases. # DEPMOD=$(type -P depmod) if [ -f $DEPMOD ] && [ -f /lib/modules/$KERNEL_VERSION/modules.dep ]; then rm /lib/modules/$KERNEL_VERSION/modules.dep; $DEPMOD $KERNEL_VERSION; fi -- You are receiving this mail because: You are on the CC list for the bug.