Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-12-SP1:GA
os-prober.3261
os-prober-probe-MD-devices.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File os-prober-probe-MD-devices.patch of Package os-prober.3261
Index: os-prober-1.61/os-prober =================================================================== --- os-prober-1.61.orig/os-prober +++ os-prober-1.61/os-prober @@ -39,6 +39,11 @@ partitions () { fi done + # Add Linux MD unpartioned devices. Linux MD partitions are already covered above + [ -f /proc/mdstat ] && grep '^md' /proc/mdstat | while read md line; do + [ -e "/dev/$md" ] && echo "/dev/$md" + done + # Add Serial ATA RAID devices if type dmraid >/dev/null 2>&1 && \ dmraid -s -c >/dev/null 2>&1; then @@ -79,7 +84,8 @@ parse_proc_mdstat () { udevadm info "$@" } fi - while read line; do + # Only add MD slaves to the list + while read md line; do for word in $line; do dev="${word%%\[*}" # TODO: factor this out to something in di-utils if
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