Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
kgraft
dracut-kgraft-patch.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dracut-kgraft-patch.sh of Package kgraft
#!/bin/bash . /lib/dracut-lib.sh if ! getargbool 1 kgraft; then info "[kGraft] Disabled on kernel commandline, not loading any patches" exit 0 fi modules=($(find "/lib/modules/$(uname -r)/kgraft" -name 'kgraft[-_]patch*.ko' \ -printf '%P\n')) if test ${#modules[@]} -eq 0; then info "[kGraft] No patches found" exit 0 fi err=0 for mod in "${modules[@]}"; do mod=${mod%.ko} info "[kGraft] Loading $mod" modprobe "${mod##*/}" || err=$? done exit $err
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