mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
sys-firmware/intel-microcode: Sync with Gentoo
It's from Gentoo commit d33f7aac0d401739b76dbb2b90ad5de150dd18ec.
This commit is contained in:
parent
c68d320dc0
commit
6b2227b0d3
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user