#!/bin/bash
# called by dracut
check() {
return 255
}
depends() {
return 0
install() {
inst_hook initqueue/settled 99 "$moddir/pollcdrom.sh"