d2403fb3d3
* s390-tools-01-zipl_helper.device-mapper-add-missed-step-in-logical.patch - Amended the /usr/lib/modules-load.d/pkey.conf (bsc#1233233). Added * pkey_cca * pkey_ep11 * pkey_pckmo OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=230
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
#
|
|
# Rules for unique 3270 device nodes created in /dev/3270/
|
|
# This file should be installed in /usr/lib/udev/rules.d
|
|
#
|
|
|
|
SUBSYSTEM!="ccw", GOTO="graf_end"
|
|
DRIVER!="3270", GOTO="graf_end"
|
|
|
|
# Configure 3270 device
|
|
ACTION=="add", SUBSYSTEM=="ccw", PROGRAM="/sbin/chccwdev -e $kernel"
|
|
ACTION=="remove", SUBSYSTEM=="ccw", PROGRAM="/sbin/chccwdev -d $kernel"
|
|
|
|
LABEL="graf_end"
|