[opensuse-packaging] Packaging kernel module with conflicting file
Is there a way I can build a package which would install a new kernel module that already exists on the kernel-default package? AFAIK, the packages would conflict with an error telling that the file already exists. Anyone know a solution for that? LKM maybe? I wish to build a package with the prebuilt module so that the user doesn't need to build it by himself. TIA -- % Mauricio Teixeira (netmask) % mteixeira{a}webset{d}net <> Maceio/AL/BR % http://mteixeira.webset.net <> http://pmping.sf.net --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
"Mauricio Teixeira (netmask)" <netmask@webset.net> writes:
Is there a way I can build a package which would install a new kernel module that already exists on the kernel-default package?
AFAIK, the packages would conflict with an error telling that the file already exists.
Anyone know a solution for that? LKM maybe?
Such modules should go into /lib/modules/$(uname -r)/updates/ If module-init-tools find a module in this place it will be the preferred one. Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Matthias Koenig
-
Mauricio Teixeira (netmask)