summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-07-19 16:22:50 +0000
committergjb <gjb@FreeBSD.org>2016-07-19 16:22:50 +0000
commit3760c494321b25497428e91014ec0883ec849117 (patch)
treec1eacddd7cf00b76aaafb3c9937b00587d074e2b /release/scripts
parent9a5d5ad86e4479378293a6598ce3e086d8abf1a8 (diff)
downloadFreeBSD-src-3760c494321b25497428e91014ec0883ec849117.zip
FreeBSD-src-3760c494321b25497428e91014ec0883ec849117.tar.gz
Reduce the disc1.iso size from 850+M to just over 650M.
As a result of this change, the 'kernel-dbg.txz' distribution is no longer provided on disc1.iso, and deselected by default in bsdinstall(8). When 'kernel-dbg.txz' is selected, network configuration happens before the installer proceeds, to fetch the distribution from the mirrors. This is a direct commit to stable/11, as there is intention to solve this differently for 12.0-RELEASE. Reviewed by: nwhitehorn (glanced at) Approved by: re (hrs) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/make-manifest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/make-manifest.sh b/release/scripts/make-manifest.sh
index 79cea70..2d40e8c 100755
--- a/release/scripts/make-manifest.sh
+++ b/release/scripts/make-manifest.sh
@@ -36,7 +36,7 @@ default_tests=off
default_base_dbg=off
default_lib32_dbg=off
default_kernel_alt=off
-default_kernel_dbg=on
+default_kernel_dbg=off
default_kernel_alt_dbg=off
for i in ${*}; do
OpenPOWER on IntegriCloud