summaryrefslogtreecommitdiffstats
path: root/release/sparc64
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
* Keep each prog on its own line so that diffs between variousru2004-10-011-7/+23
| | | | *_crunch.conf files are easier to read.
* Take away unused libraries.ru2004-10-011-1/+1
|
* Back out previous commit. Colin's fix to md makes the extra sleepkensmith2004-08-251-2/+0
| | | | here unnecessary. Thanks Colin. :-)
* Found another one. Why does mdconfig hate me? Add a "sleep 5" tokensmith2004-08-221-0/+2
| | | | | | | | | | | this script, without it sparc64 ISO building was consistently failing because the /dev/md0 device name was not present when the commands following mdconfig ran. Apparently there is the possibility of a delay between when mdconfig finishes and the names become visible in /dev. Yes, we could code this better than an unconditional call to "sleep 5" but IMHO we should fix the underlying problem instead. MFC after: 3 days
* 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.
* Put slattach(8), camcontrol(8), usbd(8), and usbdevs(8) onto theru2004-01-281-3/+3
| | | | | MFS root file system now that these architectures always use the GENERIC kernel for installs.
* - Use the correct boot/boot1 and boot/loader files.ru2003-08-111-4/+3
| | | | | | - Use the newfs command similar to that in doFS.sh. Reviewed by: jake, jhb
* Embed a simplistic version of the dokern.sh script directly intoru2003-07-301-6/+0
| | | | | | | | release/Makefile. Reviewed by: marcel The original patch also removed ia64/dokern.sh, but this was OBE.
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.ru2003-05-171-1/+1
| | | | | | | | Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl)
* tunefs now requires -lufs.ru2003-01-231-1/+1
|
* Revert previous untested commit. I installed an ultra60 this morningjhb2002-11-011-1/+1
| | | | using sysinstall from a release built via 'make release'.
* sparc64 does not yet support sysinstall(8).ru2002-11-011-1/+1
|
* Add beginnings of sparc64 release magic.jake2002-10-133-0/+105
OpenPOWER on IntegriCloud