Katello / katello-client-bootstrap

Bootstrap Script for migrating systems to Foreman & Katello
GNU General Public License v2.0
52 stars 63 forks source link

RHEL 8 requires /usr/libexec/platform-python #302

Closed swadeley closed 5 years ago

swadeley commented 5 years ago

Hello

On a RHEL8 Beta host you can run bootstrap.py as follows:

~#] /usr/libexec/platform-python bootstrap.py

or edit the hash bang line to be #!/usr/libexec/platform-python

Should be just add this info to the built in docs?

Thank you