summaryrefslogtreecommitdiffstats
path: root/release/ia64/mkisoimages.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Put the ispfw.ko module on the EFI boot partition when creating amarcel2004-08-291-0/+1
| | | | | | | | | | bootable ISO. HP machines (like the rx2600) that (also) have isp(4) may have a non-standard firmware on the controller. Our isp(4) driver is not able to work with those and even panics. This makes installing FreeBSD rather impossible. By adding the ispfw.ko module, we give the user a chance to upload a certified firmware onto the card and so make it possible to either use the isp(4) successfully or otherwise avoid the panic.
* Favor building the cdrtools port over fetching the package. Theremarcel2004-08-101-24/+22
| | | | | | | hasn't been any package build for ia64 for a long time and in this case it means that the cdrtools package on the FTP sites is one that doesn't have mkisofs. This breaks the release build. By trying to build the port first, we protect ourselves a bit more against this.
* 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-3/+3
| | | | This will be instantly MFC'ed.
* - Removed vestiges of the IA64 boot floppy support.ru2003-08-031-4/+4
| | | | | | | - Fixed the bootable CD-ROM support for IA64. Reviewed by: marcel Tested by: marcel
* Make IA64 a second port that comes with NO_FLOPPIES.ru2003-07-291-21/+15
| | | | Reviewed by: marcel
* Double the size of the EFI boot image. 5MB is not enough. The kernelmarcel2002-11-111-1/+1
| | | | is not compressed.
* Make bootable ISO images by either 1) extacting the EFI partitionmarcel2002-11-101-31/+63
| | | | | | | we created for the boot floppy, or 2) construct an EFI partition by copying bits from /boot. The first approach creates a bootable CD image that loads a memory disk and starts sysinstall, the second approach creates a generic bootable CD.
* Shamelessly copy the files over from the sparc64 port. Since theremarcel2002-11-021-0/+70
was no history to speak of, a repocopy would not have bought us anything. Versions copied: ../sparc64/boot_crunch.conf,v 1.3 2002/11/01 15:29:35 jhb ../sparc64/dokern.sh,v 1.1 2002/10/13 18:36:06 jake ../sparc64/mkisoimages.sh,v 1.1 2002/10/13 18:36:06 jake obtained from: jake, jhb chapeau: jkh (mkisoimages.sh)
OpenPOWER on IntegriCloud