summaryrefslogtreecommitdiffstats
path: root/release/amd64/mkisoimages.sh
Commit message (Collapse)AuthorAgeFilesLines
* Increase efiboot.img size used in ISO creationsmh2016-01-131-1/+1
| | | | | | | | | | Due to recent and upcoming changes to add additional functionality to the EFI loader its now bigger than the space allocates for efiboot.img so increase this in line with boot1.efifat. MFC after: 2 weeks X-MFC-With: r293268 Sponsored by: Multiplay
* Merge ^/projects/release-install-debug:gjb2016-01-051-1/+1
| | | | | | | | | | | | - 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
* Fix argument quoting and remove unnecessary bracesdteske2015-09-101-7/+7
| | | | | MFC after: 3 weeks X-MFC-to: stable/10
* Now that GENERIC can boot on UEFI systems (r268158), switch the build to usenwhitehorn2014-07-021-0/+15
| | | | | UEFI-compatible images. These will boot as before on BIOS systems, but will boot using the UEFI loader on UEFI-aware systems.
* - Add CHECKSUM.* support in Makefile[1].hrs2013-02-031-1/+2
| | | | | | | | | | | | - Use ln -fs to create a symlink. - Remove pkgadd for docports. - Use WITHOUT_JADETEX=yes instead of WITH_JADETEX=no. - Add {WORLD,KERNEL}_FLAGS to [BTWK]MAKE. - Use makefs(8) and gpart(8) for sparc64 ISO image[2]. - Add publisher option to makefs(8)[2]. Based on work by: gjb[1] Discussed with: marius, nwhitehorn[2]
* ISO 9660 specification allows only "d-characters" and "a-characters" in thehrs2013-01-081-2/+2
| | | | | | Volume Descriptor (section 7.4). In short, upper-case alphanumeric + some symbols only. While the makefs utility automatically converts the characters, $LABEL should be consistent in the scripts.
* Garbage collect some unused variables and stray debug code.nwhitehorn2011-05-051-1/+0
| | | | Submitted by: marius
* Repair release CD generation on PC98 and sun4v after release buildingnwhitehorn2011-05-041-18/+3
| | | | | | | | changes, and backport the new logic (ISO images are TARGET dependant, not TARGET_CPUARCH dependant) to Makefile.sysinstall. While modifying ISO image scripts, change several archs to use makefs (from base) instead of mkisofs (from ports) which makes release CD generation both faster and self-hosting.
* Use labels to find release media instead of hard-coded device paths. Thisnwhitehorn2011-03-221-0/+3
| | | | | | | | makes booting more reliable (and working at all on USB sticks). While here, move responsibility for setting up fstab into the various platform mk-*.sh scripts. Suggested by: many
* The current version of mkisofs is warning us that the -P option willkensmith2005-01-301-1/+1
| | | | | | | | be changing with the next version, and we should be using -publisher instead. Also warned by: trhodes MFC after: 1 week
* Add a publisher variable with the URL for the FreeBSD Project, and putmurray2004-07-151-1/+2
| | | | | | this into the ISO headers by specifying the -P option to mkisofs. Obtained from: share/examples/worm/makecdfs.sh
* Set BATCH=yes to avoid bumping into interactivity in the port builds.kris2004-07-121-1/+1
| | | | XXX /usr/ports is still hardcoded, should be ${PORTSDIR}
* mkisofs(8) is now installed by sysutils/cdrtools.marius2004-06-021-4/+4
| | | | This will be instantly MFC'ed.
* 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