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:GA
systemd-mini
1037-udev-exclude-cd-dvd-from-block-device.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1037-udev-exclude-cd-dvd-from-block-device.patch of Package systemd-mini
Exclude cd/dvd as well (bnc#882714) --- systemd-210/src/udev/udevd.c +++ systemd-210/src/udev/udevd.c 2014-06-18 12:53:34.454235577 +0000 @@ -744,7 +744,8 @@ static int synthesize_change(struct udev if (streq_ptr("block", udev_device_get_subsystem(dev)) && streq_ptr("disk", udev_device_get_devtype(dev)) && - !startswith(udev_device_get_sysname(dev), "dm-")) { + !startswith(udev_device_get_sysname(dev), "dm-") && + !startswith(udev_device_get_sysname(dev), "sr")) { bool part_table_read = false; bool has_partitions = false; int fd;
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