Feature #31017
Use minimal repo requirements for Debian installer in presseed default template
Difficulty:
trivial
Triaged:
No
Pull request:
Description
By default the debian installer immediately configures and uses the Debian update and security repos.
This is the equivalent of issuing the following installer option: d-i apt-setup/services-select multiselect updates,security
This is never desirable when using Katello to provide content, and makes offline installations impossible.
By adding the following line to the presseed finish template, we can override this behaviour:
d-i apt-setup/services-select multiselect
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8058 added
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.4.0 added
#3
Updated by Quirin Pamp over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|fc542d3d3414af9bf191f7bb1c6acd282d601a57.
Fixes #31017 - Do not use updates,security repos for Debian installations
https://projects.theforeman.org/issues/31017
Adding the line prevents it from defaulting to:
d-i apt-setup/services-select multiselect updates,security