Hi,
Hi, Could someone provide installation media and operating system configuration for Oracle Linux 8? I’m searching for a while now how to setup repos for OL8 but i don’t have any clue yet how to achive that.
Best regards,
Hi,
Hi, Could someone provide installation media and operating system configuration for Oracle Linux 8? I’m searching for a while now how to setup repos for OL8 but i don’t have any clue yet how to achive that.
Best regards,
I can’t speak for OL8, but for CentOS I did the following:
I noticed you can probably remove the ‘Extras’ Repo, as it only contains packaged with extra repo definitions and their GPG keys (which should be managed by Foreman)
I think we could preseed OEL repositories too.
Feel free to file a PR:
We have a new Oracle Linux 8 Guide. Hope this helps.
This requires
and a change in katello:
diff --git a/app/helpers/katello/katello_url_helper.rb b/app/helpers/katello/katello_url_helper.rb
index 26c9ea301..e8ebc1829 100644
--- a/app/helpers/katello/katello_url_helper.rb
+++ b/app/helpers/katello/katello_url_helper.rb
@@ -2,7 +2,7 @@ module Katello
module KatelloUrlHelper
unless defined? CONSTANTS_DEFINED
FILEPREFIX = ['file'].freeze
- PROTOCOLS = ['http', 'https', 'ftp'].freeze
+ PROTOCOLS = ['http', 'https', 'ftp', 'uln'].freeze
CONSTANTS_DEFINED = true
end