Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562774 - sys-apps/microcode-data[initramfs] should install the microcode.cpio to /boot
Summary: sys-apps/microcode-data[initramfs] should install the microcode.cpio to /boot
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-10 22:22 UTC by Jaak Ristioja
Modified: 2015-10-11 05:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaak Ristioja 2015-10-10 22:22:16 UTC
sys-apps/microcode-data[initramfs] should install the microcode.cpio to /boot/ (using mount-boot logic) instead of /lib/firmware/ so that GRUB etc could more easily pick it up.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2015-10-11 00:38:19 UTC
Its not for GRUB to use. Its for the user to concat with an existing initramfs and combine together. I don't agree here.
Comment 2 Jaak Ristioja 2015-10-11 05:26:54 UTC
(In reply to Doug Goldstein from comment #1)
> Its not for GRUB to use. Its for the user to concat with an existing
> initramfs and combine together. I don't agree here.

What do you mean by concat? I have my custom initramfs included in the kernel image using CONFIG_INITRAMFS_SOURCE= etc. How do you suppose I concat microcode.cpio to it during kernel build time?