summaryrefslogtreecommitdiffstats
path: root/release/powerpc/mkisoimages.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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