aboutsummaryrefslogtreecommitdiff
path: root/release/powerpc/mkisoimages.sh
Commit message (Collapse)AuthorAgeFilesLines
* CDs are not partitioned, so this is not correct syntax for loading fromNathan Whitehorn2013-09-171-1/+1
| | | | | | | | | | ISO 9660. Omit the partition ID. Approved by: re (kib) MFC after: 2 weeks Notes: svn path=/head/; revision=255641
* - Add CHECKSUM.* support in Makefile[1].Hiroki Sato2013-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] Notes: svn path=/head/; revision=246283
* ISO 9660 specification allows only "d-characters" and "a-characters" in theHiroki Sato2013-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. Notes: svn path=/head/; revision=245177
* Provide a kboot.conf to allow powerpc64 install media to be booted onNathan Whitehorn2011-08-141-0/+3
| | | | | | | | | Playstation 3 consoles running kboot or petitboot. Approved by: re (bz) Notes: svn path=/head/; revision=224866
* Add an MBR to our release media to aid booting some IBM systems.Nathan Whitehorn2011-06-121-0/+2
| | | | Notes: svn path=/head/; revision=223001
* Fix pSeries/PAPR boot CD construction after actual testing. It seems thatNathan Whitehorn2011-05-121-9/+7
| | | | | | | | IBM SLOF is (a) case-sensitive and (b) accepts only booting files in certain subdirectories of the CD. Notes: svn path=/head/; revision=221825
* Add (somewhat speculative) bootable CD support for PAPR/pSeries-typeNathan Whitehorn2011-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. Notes: svn path=/head/; revision=221814
* Garbage collect some unused variables and stray debug code.Nathan Whitehorn2011-05-051-2/+0
| | | | | | | Submitted by: marius Notes: svn path=/head/; revision=221494
* Change the way powerpc bootable CDs are generated to work around a bugNathan Whitehorn2011-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. Notes: svn path=/head/; revision=221465
* Use labels to find release media instead of hard-coded device paths. ThisNathan Whitehorn2011-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 Notes: svn path=/head/; revision=219856
* Fix the overflowing livefs ISO by removing man pages from the HFS part ofNathan Whitehorn2010-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 Notes: svn path=/head/; revision=216469
* Replace an obsolete flag -L in an mkisofs(1) command line withHiroki Sato2010-10-031-1/+1
| | | | | | | | | -allow-leading-dots to fix "make release" for FreeBSD/powerpc. Reviewed by: marcel Notes: svn path=/head/; revision=213381
* Add files needed for PPC release ISOs. These are built with thePeter Grehan2004-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 Notes: svn path=/head/; revision=133950