We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At this moment it seems that default pxelinux.0 (provided by Beaker) is used for x86_64 machines.
It would be better if you will take it from compose and follow the same procedure as you do with PPC64LE.
dci-rhel-agent/dci-rhel-agent/install.yml
Lines 6 to 16 in c636e24
dci-rhel-agent/dci-rhel-agent/templates/job.xml.j2
Lines 4 to 5 in c636e24
In case we would like to get BIOS mode done we need to take pxelinux.0 from syslinux package, because compose has GRUB(2) in /EFI/BOOT.
Following steps has to be done:
{{ local_repo }}/{{ topic }}/compose/Server/x86_64/os/Packages/'
cpio
pxelinux.0
/var/lib/tftpboot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At this moment it seems that default pxelinux.0 (provided by Beaker) is used for x86_64 machines.
It would be better if you will take it from compose and follow the same procedure as you do with PPC64LE.
dci-rhel-agent/dci-rhel-agent/install.yml
Lines 6 to 16 in c636e24
dci-rhel-agent/dci-rhel-agent/templates/job.xml.j2
Lines 4 to 5 in c636e24
In case we would like to get BIOS mode done we need to take pxelinux.0 from syslinux package, because compose has GRUB(2) in /EFI/BOOT.
Following steps has to be done:
{{ local_repo }}/{{ topic }}/compose/Server/x86_64/os/Packages/'
cpio
pxelinux.0
to proper structure in/var/lib/tftpboot
The text was updated successfully, but these errors were encountered: