When building an install image using pungi and the example rawhide- fedora.ks that is provided we found that elilo does not get pulled in on our ia64 builds. For those not familiar with ia64 elilo is the bootloader used instead of grub.
What is the best way to fix this? For now we just added it to the rawhide-fedora.ks we are using but I am wondering if there is a more appropriate fix for packages like this that are required for boot. Since I don't see grub as part of the example rawhide-fedora.ks supplied with pungi I am wondering if there is some other mechanism pungi uses to know to pull packages like this in. If so that seems like the right way to handle elilo.
This will also be an issue for x86 systems that boot with elilo.
thanks,
- Doug
On Thu, 2008-04-24 at 13:29 -0400, Doug Chapman wrote:
What is the best way to fix this? For now we just added it to the rawhide-fedora.ks we are using but I am wondering if there is a more appropriate fix for packages like this that are required for boot. Since I don't see grub as part of the example rawhide-fedora.ks supplied with pungi I am wondering if there is some other mechanism pungi uses to know to pull packages like this in. If so that seems like the right way to handle elilo.
Generally, the package should be marked as default in comps.
This will also be an issue for x86 systems that boot with elilo.
Really, we shouldn't be booting x86 systems with elilo, even if they are EFI based now that Peter has grub working with efi systems. In fact, we could even stop building it on x86
Jeremy
Jeremy Katz (katzj@redhat.com) said:
This will also be an issue for x86 systems that boot with elilo.
Really, we shouldn't be booting x86 systems with elilo, even if they are EFI based now that Peter has grub working with efi systems. In fact, we could even stop building it on x86
What about grub+efi working on ia64, so we could stop building elilo entirely?
Bill
On Thu, 2008-04-24 at 14:17 -0400, Bill Nottingham wrote:
Jeremy Katz (katzj@redhat.com) said:
This will also be an issue for x86 systems that boot with elilo.
Really, we shouldn't be booting x86 systems with elilo, even if they are EFI based now that Peter has grub working with efi systems. In fact, we could even stop building it on x86
What about grub+efi working on ia64, so we could stop building elilo entirely?
I think that's the idea, but not there yet
Jeremy
buildsys@lists.fedoraproject.org