You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
285 B

#!/bin/sh
# fixes an asynchronous problem with lvm/dracut while resuming
# for details see https://bugzilla.redhat.com/show_bug.cgi?id=830447
. /lib/dracut-lib.sh
info "TuxOnIce lvmfix started"
udevadm settle --timeout=30
info "TuxOnIce udev should be now fully settled"
return 0