summaryrefslogtreecommitdiffstats
path: root/release/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Installation cleanup, round II.jkh1996-10-011-18/+6
|
* Some release changes I've had to make in dealing with the floppy spacejkh1996-07-091-28/+33
| | | | crisis.
* Automatically add install.sh scripts to dists.jkh1996-06-121-0/+8
|
* Various fixes, take power.uu out as it was causing overflows. We'lljkh1996-06-071-5/+6
| | | | | need to fetch it dynamically rather than keep it in the source tree (subject of a follow-up commit).
* Add install script for doc, make bin install more intelligent.jkh1996-02-023-6/+22
|
* Make the reduction algorithm to tune the file system size lessjoerg1996-01-211-6/+18
| | | | | | | | | | | | | aggressive, in order to avoid /mnt: file system full problems. Introduce a deadlock counter. Turn off echoing again, it's cluttering the screen/log. Gross hack to avoid the `vn0: invalid primary partition table: no magic' warning. Seems that doFS.sh is now doing the job...
* Remove phk's errr... interesting idea of slicing a floppy into 10joerg1996-01-211-1/+1
| | | | cylinder groups. :)
* Correct typos. "ubin usbin" instead of "subin susbin"jkh1996-01-161-1/+1
|
* I belive this works now.phk1996-01-141-17/+15
|
* Shrink BOOTMFS kernel further. Make doFS.sh more intelligent.phk1996-01-131-3/+17
| | | | boot4.flp should work fine as far as I can tell.
* Don't make the fs-image in /dev :-)phk1996-01-101-1/+1
|
* Moved doFS into shell-script so we can be more smart about it.phk1996-01-081-0/+82
| | | | | make two boot floppies, one without help files for 4MB systems. Mine's loading one now. :-) -O2 may be needed.
* Check in the shell scripts I used for the 2.1-RELEASE CDROM. Thesejkh1996-01-0813-0/+131
| | | | | | | | | are provided simply as easy short-cuts for users who are prowling through the dists structure and decide to install something directly from there. There still needs to be some glue stuck into release/Makefile to copy these into the appropriate homes following a full `make release', but I'll wait until phk is done in there.
* recording cvs-1.6 file deathpeter1995-12-3020-1627/+0
|
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-0/+5
|
* Jordan forgot this in his last sync commit. It's a wee shell scriptgpalmer1995-05-241-0/+2
| | | | to help generate the .inf info files I use during the extract process.
* DES -> des. Sigh!jkh1995-05-111-0/+19
|
* secure -> DES.jkh1995-05-091-0/+19
|
* Add a "set -e" to all of these, to catch failures.phk1995-04-207-7/+14
|
* The tmpdir cleaning routine _still_ wasn't right! :-(gpalmer1995-04-131-8/+3
| | | | I think this truly fixes it.
* tell people what we do at the end, since it can take a little while.phk1995-04-132-3/+6
| | | | | use "set -e" when extracting bindist make src dists extract.
* Do another pass over the delete code. This is better. Now we don'tjkh1995-04-091-7/+9
| | | | try to expand a wildcard to delete the entire contents.
* Try and see if I can make the remove function work..jkh1995-04-091-2/+2
|
* Remove preservation of myname and defaultrouter files - they're deprecatedjkh1995-04-091-15/+1
| | | | anyway.
* Add lnc0 ethernet driver.jkh1995-04-081-1/+2
|
* Added zp0 and eg0 to interface menu. Dropped all the "at 0xfoo" comments.phk1995-04-081-8/+10
|
* Various changes:phk1995-04-071-2/+2
| | | | | tip removed from cpio.flp (!) crunch chokes on it after the latest changes. source for secure & eBones moved into securedist.
* Save /etc/sysconfig from destruction.phk1995-03-281-1/+17
| | | | | Don't put termcap.db and vgrinddefs.db in the tarballs when they are so easy to generate and take up so much space...
* They mystery of the recursive /sys/sys/ solved.phk1995-03-281-1/+2
|
* mkdir /usr/src if it doesn't exist.phk1995-03-251-1/+3
|
* Add sysconfig to list of cpio floppy targets.jkh1995-03-251-3/+3
|
* Fix a bogon.phk1995-03-241-7/+3
|
* A whole slew of changes relating to the generation of src-dists.phk1995-03-242-8/+8
|
* Tolerate both ways of doing the src-dists.phk1995-03-241-1/+5
|
* Set hostname properly in /etc/sysconfigjkh1995-03-241-2/+3
|
* set SHELL for ftp.phk1995-03-241-2/+2
|
* Name juggling, make things a little clearer.jkh1995-03-242-7/+7
|
* Add a missing ${DIST}/phk1995-03-241-3/+4
|
* Remove gratuitous remove and make it an ln -fsjkh1995-03-211-3/+2
|
* Add "ix0" Intel EtherExpress.phk1995-03-181-2/+3
|
* Add entry for Sound Blaster/Matsushita CDROMjkh1995-03-021-2/+7
|
* Give user a change to read startx messages.jkh1995-02-161-1/+4
| | | | Suggested by: David Muir Sharnoff <muir@idiom.com>
OpenPOWER on IntegriCloud