mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
7 lines
135 B
Text
7 lines
135 B
Text
# Regenerate initramfs.
|
|
case ${ACTION} in
|
|
post)
|
|
echo "Regenerating initramfs, please wait..."
|
|
dracut -f -q --regenerate-all
|
|
;;
|
|
esac
|