Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds ability to set custom bootstrap url, and apt source list file/dir #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bamartin125
Copy link
Contributor

This pull request closes #444 .

It adds the following configuration items

  • BOOTSTRAP_URL in order to allow a custom url to the stage0 Debian bootstrap process
  • CUSTOM_LIST in order to allow installing a custom sources list file as /etc/apt/sources.list
  • CUSTOM_LIST_DIR in order to allow installing a custom set of source list files into /etc/apt/sources.list.d

@bamartin125 bamartin125 marked this pull request as draft November 30, 2020 22:02
@bamartin125 bamartin125 force-pushed the 444-feature-add-raspbian-mirror-config-items branch 2 times, most recently from 9a3e78d to d6fa8fe Compare December 9, 2020 01:17
@bamartin125 bamartin125 marked this pull request as ready for review December 9, 2020 01:20
@bamartin125
Copy link
Contributor Author

The latest changes properly support building from build-docker.sh. All of my testing has been successful between build-docker.sh and build.sh especially when including the new configuration items.

@bamartin125
Copy link
Contributor Author

@XECDesign , let me know if anything doesn't look okay to you.

@bamartin125 bamartin125 force-pushed the 444-feature-add-raspbian-mirror-config-items branch from 27d9466 to acd3eff Compare December 14, 2020 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing feature to set apt sources through the config file
1 participant