Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
dracut.12034
0150-Find-kernel-modules-in-extra-and-weak-upda...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0150-Find-kernel-modules-in-extra-and-weak-updates-path-a.patch of Package dracut.12034
From b5a5fb4486dee09287df825ecd1d2f8b76a98682 Mon Sep 17 00:00:00 2001 From: Martin Wilck <martin.wilck@ts.fujitsu.com> Date: Fri, 29 Aug 2014 15:42:51 +0200 Subject: Find kernel modules in extra and weak-updates path also Signed-off-by: Thomas Renninger <trenn@suse.de> --- dracut-init.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Index: dracut-044/dracut-init.sh =================================================================== --- dracut-044.orig/dracut-init.sh +++ dracut-044/dracut-init.sh @@ -1058,7 +1058,7 @@ find_kernel_modules_by_path () { _OLDIFS=$IFS IFS=: while read a rest || [ -n "$a" ]; do - [[ $a = */$1/* ]] || [[ $a = updates/* ]] || continue + [[ $a = */$1/* ]] || [[ $a = updates/* ]] || [[ $a = extra/* ]] || [[ $a = weak-updates/* ]] || continue printf "%s\n" "$srcmods/$a" done < "$srcmods/modules.dep" IFS=$_OLDIFS
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor