File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ check() {
26
26
local found=0
27
27
local bdev
28
28
[ " $_arch " = " s390" -o " $_arch " = " s390x" ] || return 1
29
- require_binaries /usr/lib/udev/collect || return 1
30
29
31
30
[[ $hostonly ]] || [[ $mount_needs ]] && {
32
31
for bdev in /sys/block/* ; do
@@ -50,7 +49,6 @@ depends() {
50
49
51
50
# called by dracut
52
51
install () {
53
- inst_multiple /usr/lib/udev/collect
54
52
inst_hook cmdline 30 " $moddir /parse-dasd.sh"
55
53
if [[ $hostonly_cmdline == " yes" ]]; then
56
54
local _dasd
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ check() {
5
5
local _arch=${DRACUT_ARCH:- $(uname -m)}
6
6
local _online=0
7
7
[ " $_arch " = " s390" -o " $_arch " = " s390x" ] || return 1
8
- require_binaries /usr/lib/udev/collect || return 1
9
8
dracut_module_included network || return 1
10
9
11
10
[[ $hostonly ]] && {
@@ -56,5 +55,4 @@ install() {
56
55
[ -n " $id " ] && inst_rules_qeth " $id "
57
56
done
58
57
59
- inst_simple /usr/lib/udev/collect
60
58
}
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ check() {
45
45
local _arch=${DRACUT_ARCH:- $(uname -m)}
46
46
local _ccw
47
47
[ " $_arch " = " s390" -o " $_arch " = " s390x" ] || return 1
48
- require_binaries /usr/lib/udev/collect || return 1
49
48
50
49
[[ $hostonly ]] || [[ $mount_needs ]] && {
51
50
found=0
@@ -66,7 +65,6 @@ depends() {
66
65
67
66
# called by dracut
68
67
install () {
69
- inst_multiple /usr/lib/udev/collect
70
68
inst_hook cmdline 30 " $moddir /parse-zfcp.sh"
71
69
if [[ $hostonly_cmdline == " yes" ]]; then
72
70
local _zfcp
You can’t perform that action at this time.
0 commit comments