catalyst: rebuild all initramfs; move regeneration to the main pkg.

This commit is contained in:
Juan RP 2014-12-10 09:08:30 +01:00
parent bcf9909d56
commit 914dd34ff1
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
case ${ACTION} in
post)
echo "Regenerating initramfs, please wait..."
dracut -f -q
dracut -f -q --regenerate-all
;;
esac

View file

@ -2,6 +2,6 @@
case ${ACTION} in
purge)
echo "Regenerating initramfs, please wait..."
dracut -f -q
dracut -f -q --regenerate-all
;;
esac