a50c71baff
- Added SUSE scripts * module-setup.sh * parse-zdev-suse.sh * write-udev-live-suse.sh OBS-URL: https://build.opensuse.org/request/show/1073790 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=163
7 lines
171 B
Bash
7 lines
171 B
Bash
#!/bin/sh
|
|
|
|
if [ -w /sysroot/etc/udev/rules.d ]; then
|
|
# chzdev generated device activation starts with 41 ...
|
|
cp -p /etc/udev/rules.d/41-* /sysroot/etc/udev/rules.d
|
|
fi
|