summaryrefslogtreecommitdiffstats
path: root/release/powerpc/mkisoimages.sh
Commit message (Collapse)AuthorAgeFilesLines
* CDs are not partitioned, so this is not correct syntax for loading fromnwhitehorn2013-09-171-1/+1
| | | | | | | ISO 9660. Omit the partition ID. Approved by: re (kib) MFC after: 2 weeks
* - Add CHECKSUM.* support in Makefile[1].hrs2013-02-031-2/+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.
* Provide a kboot.conf to allow powerpc64 install media to be booted onnwhitehorn2011-08-141-0/+3
| | | | | | Playstation 3 consoles running kboot or petitboot. Approved by: re (bz)
* Add an MBR to our release media to aid booting some IBM systems.nwhitehorn2011-06-121-0/+2
|
* Fix pSeries/PAPR boot CD construction after actual testing. It seems thatnwhitehorn2011-05-121-9/+7
| | | | | IBM SLOF is (a) case-sensitive and (b) accepts only booting files in certain subdirectories of the CD.
* Add (somewhat speculative) bootable CD support for PAPR/pSeries-typenwhitehorn2011-05-121-0/+16
| | | | | | systems. In principle, FreeBSD should run on at least some of these already, and support for the remainder will hopefully show up eventually, so add this while I'm thinking about it.
* Garbage collect some unused variables and stray debug code.nwhitehorn2011-05-051-2/+0
| | | | Submitted by: marius
* Change the way powerpc bootable CDs are generated to work around a bugnwhitehorn2011-05-041-20/+12
| | | | | | | | in hybrid image generation in cdrtools. This produces a small HFS partition containing loader, mapped in by an oddly-formed APM table using a new feature in makefs. This does not appear to work yet on early-model G3 systems, which will be fixed later, but produces bootable CDs on everything else.
* 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
* Fix the overflowing livefs ISO by removing man pages from the HFS part ofnwhitehorn2010-12-151-2/+2
| | | | | | | the hybrid disk. This is a stopgap until a better solution can be found, but lets the powerpc release build complete for the time being. MFC after: 1 week
* Replace an obsolete flag -L in an mkisofs(1) command line withhrs2010-10-031-1/+1
| | | | | | -allow-leading-dots to fix "make release" for FreeBSD/powerpc. Reviewed by: marcel
* Add files needed for PPC release ISOs. These are built with thegrehan2004-08-181-0/+57
HFS/ISO9660 extensions to be bootable on Power Macs. boot.tbxi - the CHRP script executed by Open Firmware when auto-booting CDs hfs.map - map Unix files to HFS creator/type fields Reviewed by: ru Submitted by: ssouhlal
OpenPOWER on IntegriCloud