summaryrefslogtreecommitdiffstats
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to the crypto distribution.jkh2000-03-211-3/+5
|
* The best way to remove IPv6 things is to remove lines with the patterngreen2000-02-271-6/+2
| | | | | | 'IPv6', and it's not necessary to do it explicitly per entry. Approved by: jkh
* Elide INET6 related options for boot floppies.jkh2000-02-261-0/+6
|
* s/pass0/pass/ so the passthrough device is removed from BOOTMFS.peter2000-01-251-2/+2
|
* kernel space savings allow reactivation of NFS installs.jkh2000-01-031-1/+0
|
* Sacrifice, for now, NFS and NETGRAPH on the alpha boot floppyjkh1999-12-251-3/+26
| | | | | so that we can get it back onto 1.44MB boot media again. This does not affect the i386 class build.
* don't mknod stuff without making sure it's not there first.jkh1999-12-161-0/+1
|
* Make it possible to make release on archaic kernels.phk1999-11-271-4/+8
|
* Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKETbrian1999-11-201-0/+3
| | | | to the release kernel.
* Correct the Crypto dist's name in a string.markm1999-10-101-2/+2
| | | | Get the KerberosIV dist from the correct files.
* Don't need to add bpf anymore.jkh1999-09-141-3/+0
|
* Preserve permissions through tar pipelines.jkh1999-09-113-7/+13
|
* Bump maxusers in installation kernel down to something more low-memoryjkh1999-09-081-0/+4
| | | | friendly.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Link libcrypt_p.a to the DES profiled library, if this library is present.jkoshy1999-08-191-0/+5
| | | | | | PR: misc/7759 Submitted by: Carl Mascott <cmascott@world.std.com> Reviewed by: jkh
* Rename bpfilter to bpf.des1999-07-061-1/+1
|
* Various edits to shrink fixit and enable dhcp-clientjkh1999-06-091-0/+3
|
* MFS.obrien1999-05-101-0/+8
|
* Add script to install the compat3x distribution.obrien1999-04-201-0/+8
|
* 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
|
OpenPOWER on IntegriCloud