summaryrefslogtreecommitdiffstats
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
* MF3: SYSVMSG addition, fluff with release notes.jkh1999-02-141-0/+1
|
* Don't strip out stuff from boot.flp now that it's twice the size.jkh1999-01-311-51/+9
|
* Nuke pnp0 from boot.flpjkh1999-01-281-0/+1
|
* 1. Adjust fs sizes to get floppies back under control.jkh1999-01-262-5/+14
| | | | | 2. Viciously slash all CD support out of boot.flp. It's basically just a net boot floppy now.
* NO_LKM is deprecatedjkh1999-01-261-1/+0
|
* swap support is actually pretty important; put it backjkh1999-01-221-1/+0
| | | | CVS: ----------------------------------------------------------------------
* More floppy size adjustments - I thought I'd already committed these, whoops!jkh1999-01-161-0/+2
|
* Replace /mnt with ${MNT}msmith1999-01-121-2/+2
| | | | | PR: misc/7965 Submitted by: Junji SAKAI sakai@jp.freebsd.org
* Remove some remaining references to LKM's. Snaps were trying to unpackpeter1999-01-061-2/+2
| | | | slkm* etc, among other things.
* Hammer on the boot floppy generation bits some more. This is lookingjkh1999-01-051-14/+14
| | | | a little better.
* Update this to deal with new boot block placement.jkh1999-01-021-10/+1
| | | | Reported by: "John W. DeBoskey" <jwd@unx.sas.com>
* Shuffle the exclusion list for boot.flp in an effort to get sizesjkh1998-12-061-3/+2
| | | | down again.
* Put mfsroot.gz on yet another filesystem so that the boot blocksjkh1998-12-061-1/+5
| | | | | can really read it. Hmm. I have no idea *how* this worked in our earlier tests on the x86. :)
* Null commit to commemorate the momentous occasion of the repositoryjdp1998-12-051-1/+1
| | | | | | | | copying of these files from the parent directory. Let us all now observe a brief moment of silence. OK, that's long enough. Jordan will adjust the Makefiles appropriately and then "cvs rm" the originals.
* Simplify call to dokern.sh - now the no MFS case is the default.jkh1998-11-121-6/+6
|
* Boy, two typos in one day. Time to go back to bed.jkh1998-11-121-1/+1
|
* Elimintate gratuitous backslashjkh1998-11-121-1/+1
|
* Add MATH_EMULATE back to kern.flp. Now at least the FPU-less have *some*jkh1998-11-111-1/+0
| | | | way to install 3.0.x.
* We've overflowed boot.flp again. Go to a boot.flp which containsjkh1998-11-111-0/+49
| | | | | | a bit less legacy hardware support, that all still remaining a supported option with kern.flp (and a two-floppy install). This will be documented in the release notes, I promise.
* adjust to match current times.jkh1998-10-181-2/+2
|
* Updates for Alpha.jkh1998-10-131-4/+4
|
* Whoops, correct brain-o.jkh1998-10-031-1/+1
|
* Add a tweak for the alpha.jkh1998-10-031-4/+8
|
* Fix proflibs again.jkh1998-09-231-2/+2
|
* Allow the use of ${DESTDIR} in the enviroment to optionally getjkh1998-09-2217-27/+36
| | | | these various collections to install someplace else.
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
|
* Add BINFORMAT awareness.jkh1998-08-161-2/+2
|
* Add the whatis database to catpages toojkh1998-04-261-1/+1
|
* Make the vn device that is being used to build the floppies configurable.jhay1998-03-221-1/+3
| | | | | | You can now do something like "make release VNDEVICE=vn1". This makes it possible to do something else with vn0, for instance building another release.
* Add script for properly breaking out the doc dist.jkh1998-01-241-0/+8
|
* Support crypto and kerberos src dists.jkh1997-10-041-1/+2
|
* iso codes need to be in bin distribution for tzsetuppst1997-07-081-1/+1
|
* Split section 6 catpages/manpages out into games dist.jkh1997-07-021-0/+14
|
* Merge from 2.2pst1997-06-291-3/+1
|
* Fix bogus patch (my fault)pst1997-06-281-1/+1
|
* Properly make directory before moving things into it.jkh1997-06-281-1/+3
| | | | Submitted by: pst
* Yeesh! Some of this stuff I yanked out of the makefiles withoutjkh1997-06-242-4/+4
| | | | | reviewing closely enough (and, as a result, proflibs and dict suffered). Fix.
* Shut up catman output.jkh1997-06-211-1/+1
|
* New build scripts for these distributions.jkh1997-06-216-0/+70
|
* Add support for ports collection distribution.jkh1997-03-111-0/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* 1. Sync ABOUT.TXT changes.jkh1997-02-051-2/+1
| | | | | 2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks were just too non-functional for other things.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add an install file to go with this new distribution.jkh1997-01-021-0/+8
|
* Bring these up-to-date with Peter's compat distribution changes.jkh1996-12-243-3/+3
|
* Another fixit improvement: add a lame script that pretends to bejoerg1996-12-081-0/+120
| | | | | | | tar(1), but actually uses cpio(1). Many people are getting confused about the lack of a tar on the fixit floppy, and simply don't know that cpio can basically handle tar format fine (or they simply don't know how to invoke cpio).
* Simplify the disklabel trickery, and thus avoid the dreadedjoerg1996-12-011-2/+2
| | | | | | ``Operation not supported by device''. Requested by: jkh
* Try to impreve DD mode.phk1996-11-271-1/+3
| | | | Try to make 4Mb floppies work again.
* Purely cosmetic cleanup.jkh1996-11-091-32/+0
|
* Ahem. It might be nice if I included /usr/src/contrib in with the otherjkh1996-10-101-3/+10
| | | | | src dists. This alone is a good reason to re-roll the SNAP before putting it on CD.
OpenPOWER on IntegriCloud