repo.or.cz
/
dracut.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
network: don't use "ifup -m"
[dracut.git]
/
modules.d
/
98pollcdrom
/
module-setup.sh
blob
8c989c29b769c1506cfb8d0e8764e3459141fa92
1
#!/bin/bash
2
3
# called by dracut
4
check
() {
5
return
255
6
}
7
8
# called by dracut
9
depends
() {
10
return
0
11
}
12
13
# called by dracut
14
install
() {
15
inst_hook initqueue
/
settled
99
"
$moddir
/pollcdrom.sh"
16
}
17