sys-firmware/intel-microcode: Sync with Gentoo

It's from Gentoo commit d33f7aac0d401739b76dbb2b90ad5de150dd18ec.
This commit is contained in:
Flatcar Buildbot 2025-03-17 07:11:45 +00:00 committed by Krzesimir Nowak
parent c68d320dc0
commit 6b2227b0d3
3 changed files with 3 additions and 3 deletions

View File

@ -311,7 +311,7 @@ pkg_postrm() {
pkg_postinst() {
if use initramfs; then
if use dist-kernel; then
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}"
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}" --all
else
# Don't forget to umount /boot if it was previously mounted by us.
mount-boot_pkg_postinst

View File

@ -311,7 +311,7 @@ pkg_postrm() {
pkg_postinst() {
if use initramfs; then
if use dist-kernel; then
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}"
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}" --all
else
# Don't forget to umount /boot if it was previously mounted by us.
mount-boot_pkg_postinst

View File

@ -311,7 +311,7 @@ pkg_postrm() {
pkg_postinst() {
if use initramfs; then
if use dist-kernel; then
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}"
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}" --all
else
# Don't forget to umount /boot if it was previously mounted by us.
mount-boot_pkg_postinst