summaryrefslogtreecommitdiffstats
path: root/release/amd64/mkisoimages.sh
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using cdboot for booting i386 CD's by default.jhb2002-04-111-1/+1
| | | | Approved by: murray
* Providing long filename support on the Macintosh requires over 30murray2002-01-241-1/+1
| | | | | | | megabytes of additional space on the install CD. Given our premium for space, I don't think this is a wise use of 30MB. HFS support was not provided on the FreeBSD 4.4 CDs and I received a grand total of 0 complaints.
* Try to build `mkisofs' first, and only `pkg_add -r' if you cannot.obrien2001-09-031-4/+8
|
* Fix my backwards logic.obrien2001-09-031-1/+1
| | | | Submitted by: dirk
* + do not hard code where a port may be installed toobrien2001-08-201-3/+4
| | | | | | | | | + uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger of the two + checks for `setcdboot's existsance and tries to pkg_add it if needed + removes English contraction Approved by: jkh
* Add scripts and Makefile support for building ISO images automaticallyjkh2001-07-231-0/+51
as part of the release if MAKE_ISOS is set. Will also build the first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS points to them. This probably need a bit more work to get fully useful, but it at least covers the basics for now.
OpenPOWER on IntegriCloud