summaryrefslogtreecommitdiffstats
path: root/release/scripts/make-manifest.sh
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the disc1.iso size from 850+M to just over 650M.gjb2016-07-191-1/+1
| | | | | | | | | | | | | | | 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
* Merge ^/projects/release-install-debug:gjb2016-01-051-13/+59
| | | | | | | | | | | | - Rework MANIFEST generation and parsing via bsdinstall(8). - Allow selecting debugging distribution sets during install. - Rework bsdinstall(8) to fetch remote debug distribution sets when they are not available on the local install medium. - Allow selecting additional non-GENERIC kernels during install. At present, GENERIC is still required, and installed by default. Tested with: head@r293203 Sponsored by: The FreeBSD Foundation
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | update paths; and include everything in the "base" distribution. The "games" distribution being optional made sense when there were more games and we had small disks; but the "games-like" games were moved into the ports tree a dozen years ago and the remaining "utility-like" games occupy less than 0.001% of my laptop's small hard drive. Meanwhile every new user is confronted by the question "do you want games installed" when they they try to install FreeBSD. The next steps will be: 2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor, morse, number, primes, and random, since there is evidence that those are still being used. 3. Merging src/games into src/usr.bin. This change will not be MFCed. Reviewed by: jmg Discussed at: EuroBSDCon Approved by: gjb (release-affecting changes)
* Fix a typo in a comment.gjb2015-01-281-1/+1
| | | | | | MFC after: 1 week X-MFC-with: r277837 Sponsored by: The FreeBSD Foundation
* Provide a description for the 'tests.txz' distributiongjb2015-01-281-0/+2
| | | | | | | | | | in the MANIFEST file. Turn off the test suite installation by default. Tested with: head@r277834 MFC after: 1 week Sponsored by: The FreeBSD Foundation
* Add generation of an installation manifest containing SHA256 checksums asnwhitehorn2011-03-131-0/+25
well as package descriptions and add code in the installer to check the checksums.
OpenPOWER on IntegriCloud