[opensuse-factory] Updating idedma script [Was: New Tumbleweed snapshot 20160812 released!]
On 2016-11-08 08:32, Dr. Axel Braun wrote:
Am Dienstag, 8. November 2016, 04:19:29 schrieb Carlos E. R.:
The file /usr/lib/udev/rules.d/56-idedma.rules has to be modified from:
# start idedma script for each added IDE device ACTION=="add", SUBSYSTEM=="block", KERNEL=="hd*[!0-9]", RUN+="/lib/udev/idedma.sh $env{DEVNAME}"
to something like
# start idedma script for each added IDE device ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd*[!0-9]", RUN+="/lib/udev/idedma.sh $env{DEVNAME}"
where is the difference between the lines?
The old one had "hd*[!0-9]", the new one "sd*[!0-9]". Also the script is now hanging from /usr/lib... I have this already working on my machine, but I intend to modify it more, time and skills permitting. I want the configuration files to use disk-by-id references instead of entries like /dev/sda, which are not stable. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
participants (1)
-
Carlos E. R.