Actions
Feature #32710
closedTftp support for Rocky Linux and AlmaLinux
Difficulty:
Triaged:
Yes
Description
Can we get some support for Rocky Linux and AlmaLinux.
Currently I have to manually run the following command (when installing Katello on Rocky/AlmaLinux) prior to running a foreman-installer --scenario katello that includes the foreman-proxy-tftp arguments. It would be nic eif it was already in the code.
- Fix /usr/share/foreman-installer/modules/foreman_proxy/manifests/tftp/netboot.pp to work with Rocky and AlmaLinux package
sed -i "s:/Fedora|CentOS/:/Fedora|CentOS|Rocky|AlmaLinux/:g" /usr/share/foreman-installer/modules/foreman_proxy/manifests/tftp/netboot.pp
Actions