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
the image buck macro api unfortunately doesn't seem to have any documentation, but that example should be enough to get started
you will likely want to use image.rpms_install to install the kernel rpm from //third-party/fedora33:5.8.15-301.fc33.x86_64-core.rpm into the main rootfs layer, and then some combination of image.install / image.genrule_layer to get the initrd into the vfat partition for uefi (the initrd target should be //third-party/fedora33:5.8.15-301.fc33.x86_64-initrd, which a cpio archive that you can install into the vfat partition and the bootloader in qemu can load it and the vmlinuz)
The text was updated successfully, but these errors were encountered: