Commit fdadef3
committed
vmdeps: add filesystem to supermin
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 coreos#4224 (comment)
And bootc-dev/bootc#15591 parent fcf8045 commit fdadef3
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments