You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this rpm provides locales under `/usr/share/locale`.
grub2 install these files inside the /boot partition using what
exist on the host. Mooving to bootc install results in an empty
folder because those files don't exist in the buildroot, so add them.
In the previous manifest we were using a chroot before calling bootupd
which made sure bootupd (and by extension grub2) would pull content
from the target root.
It would be nicer to have bootc install also chroot before calling
bootupd, it would have the added benefit to use the bootupd (and other)
binaries that are shipped on the image rather than what is in the buildroot.
Again, this is a complication coming from not having python in the image
so we can't use ourselves as the buildroot, which would alleviate a lot
of pain.
See #4224 (comment)
And bootc-dev/bootc#1559
0 commit comments