linux-update/postinst.d/90-dracut

4 lines
71 B
Bash
Executable File

#!/usr/bin/env sh
echo "dracut..." >&2
exec dracut --force --kver "$1"