catalyst: rebuild all initramfs; move regeneration to the main pkg.
This commit is contained in:
parent
bcf9909d56
commit
914dd34ff1
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
case ${ACTION} in
|
||||
post)
|
||||
echo "Regenerating initramfs, please wait..."
|
||||
dracut -f -q
|
||||
dracut -f -q --regenerate-all
|
||||
;;
|
||||
esac
|
|
@ -2,6 +2,6 @@
|
|||
case ${ACTION} in
|
||||
purge)
|
||||
echo "Regenerating initramfs, please wait..."
|
||||
dracut -f -q
|
||||
dracut -f -q --regenerate-all
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue