aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-09-07 14:26:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-09-07 14:26:02 +0000
commit182d7632d4f769471b3dc0570f75d11396b568e4 (patch)
treee31d898877a01c12495449f85ebc7917d5d805f5 /release/Makefile
parent399f52f868d6eeb2dbabde32f7a5316202ba32d2 (diff)
downloadsrc-182d7632d4f769471b3dc0570f75d11396b568e4.tar.gz
src-182d7632d4f769471b3dc0570f75d11396b568e4.zip
Document the following knobs: CD_EXTRA_BITS, EXTRA_SRC, HTTP_PROXY
and FTP_PROXY. Removed bitrot (BOOT_CONFIG). PR: misc/71465 Submitted by: Jon Passki <cykyc@yahoo.com>
Notes
Notes: svn path=/head/; revision=134902
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 903022147a2e..61a5385dc69b 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -101,6 +101,20 @@ RELEASEPORTSMODULE?= ports
#NODOC= YES
#NOPORTS= YES
+# When retrieving ports using the pkg_add -r method, set your proxies to these.
+# src/release/${arch}/mkisoimages.sh can use these.
+#HTTP_PROXY?= www.example.com
+#FTP_PROXY?= ftp.example.com
+
+# When creating ISO images, point ${CD_EXTRA_BITS} to a directory containing
+# extra packages or other files. It will be appended to the disk 1 ISO.
+#CD_EXTRA_BITS= /path/to/pkg
+
+# Extra source tarballs; each argument is a pair of source dir and
+# distribution name. The dist name should not exceed 7 characters
+# (another "s" for "source" will be prepended).
+#EXTRA_SRC= games/fortune fortune
+
# Modify this definition if you want the release notes
# and other release documentation in a language other than English.
RELNOTES_LANG?= en_US.ISO8859-1
@@ -426,7 +440,6 @@ release rerelease:
echo "_RELTARGET=\$${1:-doRELEASE}" >> ${_MK}
.for var in \
AUTO_KEYBOARD_DETECT \
- BOOT_CONFIG \
BUILDNAME \
CD_EXTRA_BITS \
DISC1_LABEL \