network: don't use "ifup -m"
[dracut.git] / modules.d / 98pollcdrom / module-setup.sh
blob8c989c29b769c1506cfb8d0e8764e3459141fa92
1 #!/bin/bash
3 # called by dracut
4 check() {
5 return 255
8 # called by dracut
9 depends() {
10 return 0
13 # called by dracut
14 install() {
15 inst_hook initqueue/settled 99 "$moddir/pollcdrom.sh"