Actions
Feature #31017
closedUse 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
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8058 added
Updated by Quirin Pamp about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|fc542d3d3414af9bf191f7bb1c6acd282d601a57.
Actions