ALT Linux Bugzilla
– Attachment 8500 Details for
Bug 37690
Конфликты kernel-modules-nvidia-* при обновлении ядра
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч, убирает дубликаты модулей
update_kernel_remove_dups.patch (text/plain), 279 bytes, created by
Sergey Novikov
on 2019-12-28 10:43:47 MSK
(
hide
)
Description:
Патч, убирает дубликаты модулей
Filename:
MIME Type:
Creator:
Sergey Novikov
Created:
2019-12-28 10:43:47 MSK
Size:
279 bytes
patch
obsolete
>--- a/update-kernel >+++ b/update-kernel >@@ -195,6 +195,8 @@ for module in $ALLMODULES; do > continue > fi > >+ # remove duplicates >+ module=$(echo "$ALLMODULES" | grep "^[[:space:]]*${module_pkgname}-${kernel_flavour}#" | sort -r -u | head -1) > module_install "$module" > done >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37690
:
8498
| 8500