5 lines
77 B
Text
5 lines
77 B
Text
case "$ACTION" in
|
|
post)
|
|
[ -x usr/bin/dracut ] && usr/bin/dracut -f
|
|
;;
|
|
esac
|