summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Ooops, i've botched a backslash in my previous commit.joerg1996-02-131-7/+8
| | | | | Also, move the "ammunition" block above, so it's handled before the man pages are bing moved out to their own distribution.
* Special fixup to build and install the non-des ed(1) and init(8) intojoerg1996-02-131-1/+8
| | | | the "bin" distribution.
* Remove netns and netiso, whatever it did here in the first place...phk1996-02-101-11/+1
|
* ppp now requires -lmdphk1996-02-085-10/+10
|
* Add install script for doc, make bin install more intelligent.jkh1996-02-023-6/+22
|
* Understand about the doc distribution.jkh1996-02-023-6/+8
|
* Add the -u flag to the cpio's used to install the initial files, justjoerg1996-01-291-4/+4
| | | | | to make sure they will be overwritten even in cases where the've bogusly got more recent timestamps.
* Create symlinks for the MD5 libcrypt's in the bindist.joerg1996-01-241-1/+9
| | | | | | | | Jordan, this and my previous commit to lib/Makefile should re-establish the libcrypt for our releases now. :-) Well, not sure, perhaps init(8) is linked against the wrong libcrypt in the bindist. :-(
* Add an additional warning that a "dangerously dedicated" disk cannot havejoerg1996-01-231-2/+4
| | | | | | | | a boot selector in sector 0. Closes PR # conf/963: Using the... Submitted by: muir@idiom.com (David Muir Sharnoff)
* Upgrade to Apache 1.0.jkh1996-01-211-77/+133
| | | | Submitted by: Coranth Gryphon <gryphon>
* Make the reduction algorithm to tune the file system size lessjoerg1996-01-212-12/+36
| | | | | | | | | | | | | 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-212-2/+2
| | | | cylinder groups. :)
* Correct typos. "ubin usbin" instead of "subin susbin"jkh1996-01-161-1/+1
|
* Mount the disks we install on async, we might as well.phk1996-01-141-3/+3
| | | | Saves a lot of time.
* I belive this works now.phk1996-01-143-45/+40
|
* Don't try to swap to a disk that isn't selected.jkh1996-01-141-1/+3
|
* Shrink BOOTMFS kernel further. Make doFS.sh more intelligent.phk1996-01-133-12/+43
| | | | boot4.flp should work fine as far as I can tell.
* A new cleaned up Makefile.phk1996-01-111-66/+66
|
* Remember to make the kernels dir.phk1996-01-101-1/+2
|
* Don't make the fs-image in /dev :-)phk1996-01-102-2/+2
|
* Moved doFS into shell-script so we can be more smart about it.phk1996-01-083-185/+331
| | | | | 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.
* Use partition `a' for the vn device. Also vn-unconfig the vn devicejoerg1996-01-061-4/+5
| | | | | | | after usage. I think this has been the last show-stopper that prevented me from doing a successful ``make release''. Jordan, go for the 2.2-SNAP! :)
* Sheesh. I've added -lipx to the wrong crunch config file.joerg1996-01-038-16/+16
| | | | While i've been here, added the ``-s labels'' flag to vnconfig.
* Add the South African mirror sites (ftp{2}.za.free...) and correctmarkm1996-01-031-2/+10
| | | | | the name of the "other" master crypto site from storm.sea.<blah> to ftp2.internat.freebsd.org.
* Hopefully the last bogons that prevented me from running a successfuljoerg1995-12-313-6/+6
| | | | | | | | | | `make release': . the `doc' distribution was missing, so the FAQ and handbook files couldn't be installed (Q: why did the psd etc. files install, only that the dirs had the wrong ownership?) . the crunched binaries do need now -lipx
* 2.1.0R is over and out. Comment out the tags for it from the releasejoerg1995-12-301-6/+6
| | | | | | | | Makefile (so release builds in -current require to set it from the command line). Make the cleanup of ${CHROOTDIR} non-fatal. Otherwise, it stops immediately if the ${CHROTDIR} is on a separately mounted file system.
* recording cvs-1.6 file deathpeter1995-12-30144-13592/+0
|
* Add entry for Portugal. Clean up the US site list.jkh1995-12-191-7/+6
|
* Bring my changes forward from 2.1jkh1995-12-113-16/+12
|
* Updated #includes to the 1980's so that this compiles when <stdio.h>bde1995-12-101-5/+6
| | | | doesn't include <sys/types.h>.
* Update the -current sources from the 2.1 branch.peter1995-12-0774-5577/+5149
| | | | Approved (in spirit) by: jkh
* mountdbtab -> mountdtab; whoops!jkh1995-12-041-1/+2
| | | | A small extra diagnostic for loading packages.
* Ack. How embarassing. The PCNFSD and GATED config items were essentiallyjkh1995-11-171-4/+15
| | | | | no-ops up to now, and the samba configuration didn't bother to add the package either. Whoops!
* Warn the user extra special for /etc/sysconfig.jkh1995-11-171-2/+14
|
* Remove tabs, argh!jkh1995-11-171-38/+38
|
* Update list of Japanese sites to match installer's menu. Move Japanasami1995-11-161-30/+24
| | | | | into right place in alphabetical order (who thought it was after USA?). Ditto for Hong Kong (H is not exactly after I in my dictionary).
* More helpful error messages.jkh1995-11-122-9/+12
|
* Put HTML files into data/ instead of htdocs/jkh1995-11-121-4/+4
|
* Some additional cosmetic tweaks.jkh1995-11-121-3/+2
|
* Initialize ld.so.hints if necessary.jkh1995-11-121-1/+5
|
* Make editor start on right screen for anonFTP setup.jkh1995-11-122-4/+11
| | | | Don't clobber mediaDevice if post-configuring networking from CDROM.
* Add verbosity to add in tracking a mystery sig-11 with this..jkh1995-11-111-59/+43
|
* Fix some missing parameters to the anon ftp setup area.jkh1995-11-111-5/+5
|
* Various cosmetic tweaks.jkh1995-11-111-5/+5
|
* Write a quick help screen for this. Coranth seems to have an aversionjkh1995-11-111-0/+19
| | | | to writing help files.. :)
* Also set PKG_PATH when adding from media types other than FTP.jkh1995-11-101-6/+24
|
* Leave hints for pkg_add so that it can do dependency over FTP. Thisjkh1995-11-101-1/+8
| | | | | was formerly impossible due to the way pkg_add was insulated from where a package actually came from.
* Tweaks to anon ftp setup.jkh1995-11-101-2/+9
| | | | Submitted by: coranth
* o Now that Coranth has made the anonymous FTP configuration not use adduser,jkh1995-11-092-47/+492
| | | | | bring it back. o Simplify the vsystem() call by ripping out a good deal of the extraneous grot.
OpenPOWER on IntegriCloud