summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix fstab sequence number bug.jkh1997-08-183-6/+13
| | | | | Add a few more strategic screen clears. Fix registration form bug.
* Work around potential state machine bogon with FILL. This needsjkh1997-08-181-3/+3
| | | | to be scrapped, ultimately, and it will be.
* 2nd round doc cleanup.jkh1997-08-181-28/+28
|
* Sync with rc.conf change for weak_mountd_authenticationjkh1997-08-171-2/+2
|
* "addendum" -> "errata"jkh1997-08-141-3/+3
|
* Add a SEE ALSO for install.cfg sample script.jkh1997-08-111-1/+6
|
* Make some changes to the way the label editor reads script variablesjkh1997-08-116-62/+877
| | | | | | | | | | | | | | | so you don't need to re-enter it for each and every filesystem. Heads up! This change is incompatible with the previous scripting format, so those folks (all 2 of you) using config files should take a look at the changes to the sample install.cfg file for the diskLabelEditor's new calling syntax. Finally write a man page for this thing, documenting all of the above and more. I can't drive a stake through this thing's heart without properly documenting it first, so please consider this step #1 in that process (to be honest, sysinstall will also live on for some time in the 2.2. branch since it's unlikely that the new install tools will ever make it over there - they're strictly 3.0 material).
* Remove the notixe about top(1) since it's now also part of 2.2.x.joerg1997-08-091-3/+5
| | | | | Add the information that we've got VM86 support and dosemu(1) now, which John D. has apparently fogotten. :)
* Mention the fix for CA-97.17.joerg1997-08-081-0/+3
|
* Back out the changes to set the resolver timeout. All they seem to dojkh1997-08-011-25/+0
| | | | | | | is _break_ dns lookups entirely, and since reading the relevant docs and source code does not enlighten for now, I'll remove this until more basic research has been done into controlling the resolver's timeout values.
* Fiddle with DNS options so that queries are also controlled byjkh1997-07-311-1/+26
| | | | | | | the MEDIA_TIMEOUT variable. Just -current for now on this one as I'm still wanting to play with this a bit and see what the ramifications of doing this are. Requested by: pst
* Make serial console based installs actually work by:jkh1997-07-314-9/+81
| | | | | | | | | | | 1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've booted with the -h flag and you have a VGA card also. 2. Adding an extra "menu" for selecting terminal type and adding ANSI to the list of compiled-in terms. 3. Opening the proper file descriptors before disowning ourselves. Requested by: pst
* Whups - use a slightly more up-to-date version.jkh1997-07-311-8/+30
|
* Make README.TXT for floppies reference work.jkh1997-07-312-2/+13
|
* Touch a default kernel.config file to shut the boot blocks up about itjkh1997-07-311-1/+2
| | | | when not present.
* Add -lm since "ping" now requires the math library for itsjkh1997-07-292-4/+4
| | | | furlong-per-fortnight calculations of ping time.
* YAMF22 - /boot.foo fixups.jkh1997-07-231-1/+10
| | | | | Also close PR#4151 by running newaliases (forgot to mention this in my RELENG_2_2 commit, but it's there).
* Turn off doc.1 distribution until we figure out what we're going to do withjkh1997-07-231-1/+3
| | | | it.
* update the floppies directory to work betterjulian1997-07-2218-204/+210
|
* Repair missing quote.jkh1997-07-161-2/+2
|
* ln /compat to /usr/compat on initial installation; this willjkh1997-07-161-1/+5
| | | | prevent the later addition of compat libs from overflowing /
* Eliminate Samba configuration. Sorry, but this was another one ofjkh1997-07-167-182/+6
| | | | | | | | | | | | | those ideas that, like the Apache server setup, was well-intentioned but doomed to fail in the face of change. That and the fact that it shouldn't be part of the installation tool, it should be part of the post-installation setup tool (which we need to write). Combining the two utilities into one utility was my first conceptual mistake. Apologies also to Coranth Gryphon, who worked hard on the Apache and Samba server setup code. These features were quite useful for awhile, if that's any consolation, I just simply had the wrong ideas about where to put them. :-(
* OK, *this* is how the ports stuff should have been built to beginjkh1997-07-131-17/+7
| | | | with. ;-)
* Move ports distribution copying for ftp dist into the correct place.jkh1997-07-091-4/+5
|
* iso codes need to be in bin distribution for tzsetuppst1997-07-081-1/+1
|
* YAMF22jkh1997-07-041-0/+1
|
* Split section 6 catpages/manpages out into games dist.jkh1997-07-022-2/+16
|
* Allow distSetByName() to process all the relevant entries.jkh1997-07-011-5/+2
| | | | Submitted by: msmith
* Protect against CVSROOT not being set.jkh1997-06-291-3/+3
| | | | Submitted by: fenner
* Merge from 2.2pst1997-06-291-3/+1
|
* Fix bogus patch (my fault)pst1997-06-281-1/+1
|
* endif -> .endif (from BOOT_CONFIG changes).jkh1997-06-281-2/+2
|
* Reorder things and import NOSHARED.pst1997-06-281-4/+7
|
* Properly make directory before moving things into it.jkh1997-06-281-1/+3
| | | | Submitted by: pst
* YAMF22jkh1997-06-241-3/+13
| | | | 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.
* Do ports.1 earlier.jkh1997-06-231-2/+3
|
* Argh - 3rd time's a charm. Move doc even further in the distribution chain.jkh1997-06-221-2/+2
|
* The doc dist was being made too early - move it.jkh1997-06-221-11/+19
|
* Bag previous behavior of making all BIN_DISTS get a set of /etc files.jkh1997-06-221-4/+2
| | | | | If a bindist clone wants etc files, it can clone them from bin. If it doesn't, now it won't. :)
* Adjust my installation script to more closely match reality.jkh1997-06-224-13/+36
| | | | | | | Add a system command to script mechanism (so you can call things like tzsetup from scripts). Add noError variable for causing script errors to be ignored.
* Reshuffle some of the distribution names to make themjkh1997-06-221-7/+6
| | | | easier to remember & allow overrides.
* Make docs go to the right place finally.jkh1997-06-211-2/+2
|
* Shut up catman output.jkh1997-06-211-1/+1
|
* Whoops, get the proper rev of this.jkh1997-06-211-3/+3
|
* Change the way that X configuration method is selected.jkh1997-06-215-10/+18
|
* New build scripts for these distributions.jkh1997-06-216-0/+70
|
* Change the way distributions are built such that they can be builtjkh1997-06-211-75/+33
| | | | | either in the Makefile or by an external script. Move some of the existing stuff into scripts.
* Add a couple of strategic screen clears.jkh1997-06-201-1/+4
|
* 1. Add a noWarn flag so that scripts can turn warnings off.jkh1997-06-185-8/+16
| | | | 2. If hostname not set from script, bring up interactive dialog anyway.
OpenPOWER on IntegriCloud