void-packages/srcpkgs/nvidia304/REMOVE
Juan RP 98c1aa8517 nvidia*: always omit the drm dracut module, just in case.
* Regenerate all initramfs, not just for the running kernel.
* Move initramfs generation to the main pkg not -dkms.
2015-01-08 16:14:42 +01:00

8 lines
119 B
Plaintext

# Regenerate initramfs.
case ${ACTION} in
purge)
echo "Regenerating initramfs, please wait..."
dracut -f -q
;;
esac