-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add kernel and initramfs.img to the pipeline output #161
Comments
#105 (live artifacts) may end up producing a different pair of kernel+initramfs (and ISO). |
There are two ways we could implement this in COSA. We could either generate these during the same |
I vote we just have it as part of |
Create initramfs and kernel artifacts. This was requested in an upstream issue [0]. Having the initramfs and kernel artifacts "allows tools like virt-install or OZ to look at a "tree" and directly boot the kernel with fine grain control over the kernel command line". The installer ISO generation already pulls the initramfs and kernel from the ostree repo so this just piggybacks off that and copies the artifacts to the build directory. [0] coreos/fedora-coreos-tracker#161
This was requested in an upstream issue[0]. Having the initramfs and kernel artifacts "allows tools like virt-install or OZ to look at a "tree" and directly boot the kernel with fine grain control over the kernel command line." The installer ISO generation already pulls the initramfs and kernel from the ostree repo so this just piggybacks off that and copies the artifacts to the build directory. [0] coreos/fedora-coreos-tracker#161
This was requested in an upstream issue[0]. Having the initramfs and kernel artifacts "allows tools like virt-install or OZ to look at a "tree" and directly boot the kernel with fine grain control over the kernel command line." The installer ISO generation already pulls the initramfs and kernel from the ostree repo so this just piggybacks off that and copies the artifacts to the build directory. [0] coreos/fedora-coreos-tracker#161
initramfs and kernel are now artifacts of a build: http://artifacts.ci.centos.org/fedora-coreos/prod/builds/latest/ |
Much like a composed RHEL or Fedora tree, it would be great to have direct access to the kernel and initramfs of the installer. For example, with F29 you have:
http://repo.ialab.dsu.edu/fedora/linux//releases/29/Server/x86_64/os/images/boot.iso
But you also have:
http://repo.ialab.dsu.edu/fedora/linux//releases/29/Server/x86_64/os/images/pxeboot/initrd.img
http://repo.ialab.dsu.edu/fedora/linux//releases/29/Server/x86_64/os/images/pxeboot/vmlinuz
This allows tools like virt-install or OZ to look at a "tree" and direct boot the kernel and ramdisk, with fine grain control over the kernel command line. This is quite helpful.
Can we add these two artifacts to the pipeline output for FCOS?
The text was updated successfully, but these errors were encountered: