Skip to content

fedora: Fix incorrect kernel and initrd image paths

Sid T requested to merge sidt/osinfo-db:fedora-kernel-initrd-fixes into main
  1. CD images are handled in the first 2 commits ( as they required a different set of changes )
  2. When ppc images contained both 32-bit and 64-bit kernel / initrd images, 64 bit versions were used as they should work fine with virtual machine setup, without any limitations enforced by 32-bit kernels.
  3. In arm 32-bit images (armhfp), we prefer lpae kernel / initrd images, which support physical address up to 40 bits (compared to 32 bit limitation in non-lpae versions)

Edit: After discussions

  • [2] was dropped, and now we use ppc 32-bit kernel/initrd for "ppc" ISO images.
  • [3] was dropped, and now we use regular (non-lpae) kernel/initrd for "armhfp" ISO images.

Refer: #60

Edited by Sid T

Merge request reports