Merge "Add tips about using extra repositories in make help"

This commit is contained in:
Jenkins 2014-09-17 10:59:40 +00:00 committed by Gerrit Code Review
commit 2dc2ea308c
1 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,13 @@ help:
@echo
@echo 'Custom location:'
@echo 'make iso YUM_REPOS=proprietary MIRROR_CENTOS=http://<your_mirror>/centos'
@echo
@echo 'Extra RPM repos:'
@echo 'make iso EXTRA_RPM_REPOS="<repo1_name>,http://<repo1> <repo2_name>,ftp://<repo2>"'
@echo
@echo 'Extra DEB repos:'
@echo 'make iso EXTRA_DEB_REPOS="http://<repo1>/ubuntu /|ftp://<repo2> precise main"'
@echo
# Path to the sources.
# Default value: directory with Makefile