Commit Graph

805 Commits

Author SHA1 Message Date
jkh
e2427bd869 Deal with the case where an FTP connection has been left so long, it
times out.

Make sure that anon ftp's home directory exists before calling adduser
or it (adduser) will have kittens.
1995-11-04 17:00:10 +00:00
jkh
79aa178bc7 Fix the anon ftp installation to use the correct init function (doh!).
Some more error message reform, since I'm here.
1995-11-04 15:08:23 +00:00
jkh
1456a3f689 Move MBR selection to write/quite stage of disk editor for a more logical
grouping.

Don't print geometry warning in "all disk" case.

Clean up some unnecessary newlines in confirmation messages.
1995-11-04 11:09:16 +00:00
jkh
cca1a24274 Various tweaks to adjust things more to my liking. Also bring in Rich's
changes to update XFree86 to 3.1.2-S.
1995-11-04 08:47:33 +00:00
jkh
c41fb99a39 Lots-o-cleanup(tm):
1. Fix the bogon I introduced that made some root filesystems fail to be
   made with `unable to make filesystem on sd1s1a' or some such error
   message.

2. Latest installment in the never-ending chapter on making FTP do the right
   thing on a cruel internet.

3. Make `express install' a truly express install and split off what it used
   to do into a `novice install' that's even more geared to the novice
   by asking questions in order, rather than forcing them through the menu
   interface.

4. Make anonymous FTP setup truly DTRT.

5. Build lndir directly into sysinstall and make the novice install offer
   to set up the ports tree.  Also make the ports setup truly explanatory
   about what it's doing, and always link the ports destination to /usr/ports
   if necessary so that bsd.port.mk doesn't need to be tweaked.
1995-11-03 12:02:45 +00:00
jkh
a5fb896f48 Merge in Coranth's latest Apache setup fixes.
Add support for wcd0 back in.
Incorporate some of Frank Durda's doc fixes.
Other miscellany.
Submitted by:	SNAP testers & myself.
1995-10-30 08:04:58 +00:00
jkh
da3af90de4 Some last few tweaks - now the sample home page comes up properly by
default.
1995-10-27 17:31:03 +00:00
jkh
e86ff82ea3 Change the script-driven custom distribution selection mechanism. This is
a bit simpler.
1995-10-27 17:00:27 +00:00
jkh
ebbfd7c768 Retrofit Apache server setup to use "Powered by FreeBSD" logo at the bottom
of the sample page it sets up.
1995-10-27 05:16:46 +00:00
jkh
60b3a16772 Add the power logo to the root floppy. 1995-10-27 05:03:26 +00:00
jkh
6fdc857833 Be more aggressive about writing out configuration files. 1995-10-27 03:59:38 +00:00
jkh
4f0e01e39b Last minute nits. 1995-10-27 03:07:14 +00:00
jkh
865bb9f87b Clean up some last bogons with the WEB server setup (now that I'm far
enough along to worry about such things!).
1995-10-27 02:12:58 +00:00
jkh
3eab55251f Fix the bug I introduced with /etc/sysconfig not being updated
properly.
Make some cosmetic doc changes here and there in response to user
feedback.
1995-10-27 01:22:58 +00:00
jkh
24fbdefb1b Sync up for this snapshot. 1995-10-26 08:56:18 +00:00
jkh
225dc64bb4 Import my laptop's installation configuration file, just as a working example. 1995-10-26 08:21:48 +00:00
jkh
aa9adb3fbe o Fix installUpgrade to start the holographic shell as well.
o  Lots of documentation fixes.
o  Rename FTP active to "FTP" and explain passive mode better.
o  Make tcpip screen a bit more friendly.
o  Literally dozens of nits.
1995-10-26 08:11:24 +00:00
jkh
7a864810a8 Make upgrades actually work (thanks, Julian).
Many other bug fixes.
1995-10-24 02:18:23 +00:00
jkh
57492c6e3b Reshuffle the network config code a little so that it's actually
usable.  Also fix the package extraction code.
1995-10-23 13:19:51 +00:00
jkh
e4ec88fb50 Don't use tar to add packages, use cpio in tar mode. Works better.
Make the apache setup try to load the package first..
1995-10-22 23:20:45 +00:00
jkh
c0fdbd4bef 1. Add Coranth Gryphon's Apache WWW server setup screen.
2. Fix an infinite recursion bug in FTP retry.  Tricky, this FTP install!
3. Add messaging routines for scripts.
4. Fix yet more bogons.  I think I'm fixing them faster than they're growing,
   but it's hard to say.  I'm really glad we're throwing this code away for
   2.2!
1995-10-22 20:15:07 +00:00
jkh
adc8dfe933 Second round of screen update changes. Now handle the yes/no dialogs
as well as the confirmation dialogs.
1995-10-22 17:39:29 +00:00
jkh
212c8f1ba7 Style changes. Clear the screen before a lot of error dialogs so that they
don't bogusly restore the screen to the message that was the cause of the
abort.  That resulted in lots of weird flickering dialog boxes that appeared
to be displayed out of sequence.
1995-10-22 17:18:36 +00:00
jkh
4859036a7b Just fixin' them bugs as fast as they pop up.
Also add instrumentation for adding packages from scripts.
1995-10-22 12:04:12 +00:00
jkh
938267d18f Fix a bug in dist extraction when a dist was missing.
Allow instrumentation for adding packages from scripts.
1995-10-22 11:32:58 +00:00
jkh
2c6ce48211 Add more knobs to the preconfiguration stuff. 1995-10-22 10:25:20 +00:00
jkh
1d0b031279 Style police throughout.
Fix the ppp startup code.
Make the disklabel and fdisk screens "automatable"
1995-10-22 01:33:02 +00:00
jkh
348c10ffc0 Error message reform. Make an unnecessarily fatal error a warning. 1995-10-21 20:03:07 +00:00
jkh
be2e2bc70b Fix a couple of things I broke while fixing them. 1995-10-21 16:44:24 +00:00
jkh
893cc720a8 1. Of course, the day after you roll the snapshots is the day you realize
that the FTP install doesn't deal with timeouts and hasn't since it was
   written.  Fixed.

2. Totally eliminate the OptionFlags.  I only had to work harder to
   sync them with configuration variables, so why not simply always use
   configuration variables?  This has actually greatly simplified areas
   of the code.
1995-10-21 14:07:02 +00:00
jkh
e22d8066c4 Change the pkg_info check back - it was correct before! 1995-10-20 22:36:06 +00:00
jkh
7ff70f7b18 Slip some fixes under the wire. Mostly cosmetic cleanup and
an attempt to make the package installer a little more robust (it's
still a little shakey, but will improve between now and the release)..
1995-10-20 20:10:49 +00:00
jkh
a868693912 Now I can do all the TCP and FTP configuration from config files. 1995-10-20 16:49:50 +00:00
jkh
51d3361abc Split the preconfiguration code off into its own location.
Make it possible to preconfigure TCP setup.
1995-10-20 15:40:52 +00:00
jkh
1379346bb9 Sync for Westhill build. 1995-10-20 14:26:15 +00:00
jkh
ce5e985289 Fix fix. 1995-10-20 10:38:49 +00:00
jkh
1436cd028d Document this a little bit better. 1995-10-20 10:01:39 +00:00
jkh
a988dc2f52 More bug fixing, make debug settable two ways, put more meat into
the upgrade.
1995-10-20 10:01:26 +00:00
jkh
16c38b4771 Finally split this off from system.c, as intended. 1995-10-20 07:03:40 +00:00
jkh
5cfb4aca37 Too many bugs fixed to mention. This code just seems to BREED them.
Many interfaces were also simplified or generally cleaned up in an
attempt to curb this problem.
1995-10-20 07:02:53 +00:00
jkh
6d13f9a708 Sync. 1995-10-19 18:37:50 +00:00
jkh
45cf2943d0 Drat! Forgot the adds.. 1995-10-19 16:15:43 +00:00
jkh
26765522ce Sync with today's sources:
o Implement the 2.0.5->2.1 upgrade procedure (gah).
o Bring in Coranth's support for configuration of anon ftp and Samba
  plus some changes of my own.
o More attempts to actually write the documentation in english.
o Update docs to contain more 2.1-centric information.
1995-10-19 15:57:23 +00:00
jkh
def622e32a Some rethinks on the way the attribute interface worked (now that
I'm really, truly using it).  Allow distribution fetch to get .info
files from the root.flp OR the distribution in question, allowing us
to add flexibility to the scheme.  At some point, perhaps soon, the
cached copy should probably go away entirely!
1995-10-18 05:02:02 +00:00
jkh
858000205b Almost snapshot time..
Merge today's work.

Now support an attributes file loaded at startup (true front-loaded install).
Add fuller debugging support to all device I/O routines.
Lots-o-bug fixes.
1995-10-18 00:12:55 +00:00
jkh
960af83a64 Sync with me in prep for snapshot. 1995-10-17 02:57:11 +00:00
jkh
9d3a820b8f Sync to my current development srcs. I'm about to go off the air here for
awhile wwhile they work on my phone lines.
1995-10-16 23:02:35 +00:00
jkh
1c55fdbaae Fix many more bogons, add some stuff to make the docs folk happy. 1995-10-16 15:14:28 +00:00
jkh
e512cf13ce Switch to fds from FILE *'s. Fix a problem with FTP media device
and INDEX file.
1995-10-16 09:25:22 +00:00
jkh
a9da06366d Sync up to today's development snapshot for the other folks working on this. 1995-10-16 07:31:11 +00:00
jkh
d2a0962cf2 Fix the selection routine. 1995-10-15 17:22:24 +00:00
jkh
ad11483a50 Sync. Split into more rational package support functions and clients
of those functions.
1995-10-15 12:41:09 +00:00
jkh
7078458b3e Substantially simplify the package install code by running pkg_add in
slave mode.
1995-10-15 04:37:07 +00:00
jfieber
ffc014168b Migration from src/share/FAQ/Text. 1995-10-15 01:41:51 +00:00
jkh
774c7413ab Sync up to today's cleanup work. 1995-10-14 19:13:35 +00:00
jkh
37c68af85f Sync with my development sources, smashing an annoying bug and making
the options editor a little less pathological.
1995-10-14 09:30:53 +00:00
jkh
c061c53f75 Fix a couple of doc or appearance nits.
Remove the ATAPI kernel hack.
Remove the now-unnecessary work-around for booting root off a slice; it
appears to work just fine now and will confuse a lot fewer folks.
1995-10-11 09:57:30 +00:00
jkh
b643998e85 Tweak a message to be a bit more clear.
Declare missing fd.
Fix options bug where old text was still weird shades of blue when you came back.
1995-10-11 00:54:01 +00:00
jkh
cdc977f421 Syncronize with my current sources. pkg installer not quite in final
form yet, but close.
1995-10-09 11:14:56 +00:00
jkh
940e07f570 Whole mass of changes from first code review. Eliminate some
long-standing bogons, try to make things more fault tolerant
in general, bring in the first version of my new package installation
menu.
1995-10-07 11:55:37 +00:00
jkh
3440967abc Properly repaint an option in reverse video after changing its value. 1995-10-06 11:14:43 +00:00
jkh
8d810f90d3 Make descriptions stand-out a bit more. 1995-10-06 08:47:40 +00:00
jkh
8b107cd7a8 General cleanup - sanitize use of variables.
Do more rational things in a number of other instances.
1995-10-04 12:08:27 +00:00
jkh
61393d63ff o Search much more aggressively for distributions in all extraction
methods.  This should make the process rather more robust in the face
  of entropy.
o Let tape cpio extract guess type of tape format.
o Hide cursor better in options screen.
1995-10-04 10:34:08 +00:00
jkh
30fbd6eb55 Make the release name to load a configurable parameter.
Don't gratuitously shutdown network after NFS or FTP install.
Centralize release version string to one location included by everyone.
Bring in new options screen.
1995-10-04 07:55:05 +00:00
peter
89e0ab3dba This mega-commit brings in Jordan's latest sysinstall version..
This looks like it was developed offline, and is being spammed over the
top of the existing.  "That's fine by me!  I dont really care how you do
it, just get it in there..." said Jordan in a conversation a short while
ago...
1995-09-18 16:53:06 +00:00
dg
b87f24347c Brought in changes from rev 1.14.2.1 into main branch. 1995-08-26 04:57:03 +00:00
jkh
1aab1eb4fd Sync this again with Mark M's changes so that he and I can diagnose
the common problems.
1995-07-25 19:13:20 +00:00
rgrimes
1b1ee55538 Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
jkh
b1a97daa1e Update Walnut Creek's information in the release notes. 1995-06-10 09:56:30 +00:00
jkh
cc562c6b89 The WD7000 is a SCSI controller. 1995-06-10 02:40:11 +00:00
jkh
b1575ecd69 Adjust description of ethernet cards.
Submitted by:	Masahiro SEKIGUCHI <seki@sysrap.cs.fujitsu.co.jp>
1995-06-10 02:38:55 +00:00
jkh
45650a0025 Some very small tweaks to hardware.hlp.
Submitted by:	joerg & jkh
1995-06-10 01:25:28 +00:00
jkh
6f85f1aaed Correct very minor typo. 1995-06-09 13:29:19 +00:00
jkh
c300d31255 German installation guide.
Submitted by:	joerg
1995-06-09 08:29:53 +00:00
jkh
d7e52e5a8e Add another failure mode I've seen. 1995-06-09 08:29:16 +00:00
jkh
31157bb6cd Norwegian updates.
Submitted by:	lars
1995-06-09 07:34:33 +00:00
jkh
0ff96174da Translation of latest paragraph I added.
Submitted by:	joerg
1995-06-09 07:26:00 +00:00
jkh
8fbe69d102 Minor tweak: Change name of "Master partition editor" to "FDISK partition
editor" here and in the docs.  People have come to understand "FDISK"
as a more generic term and have been complaining that they didn't
equate the "master" partition editor with the old fdisk stage and were
confused.
1995-06-08 09:49:07 +00:00
jkh
a6104a79f1 Add note about looking in the FAQ directory. Nobody will bother
to read it, of course, but I can only try! :-)
1995-06-08 09:12:55 +00:00
jkh
34030fc18c More German docs.
Submitted by:	joerg
1995-06-08 08:08:39 +00:00
jkh
1bf2807442 A large collection of patches committed from the top to make it easier
on me:

1. Mark Murray's eBones patches.
2. Joerg's German docs + fixes.
3. Various sysinstall bug fixes from me + Mark's eBones menu changes.
4. Steven G. Kargl's doc fixes.
Submitted by:	markm, joerg, jkh, kargl@troutmask.apl.washington.edu
1995-06-07 05:52:05 +00:00
jkh
7f9f33680b It took a non-native speaker of English to show me that I couldn't
speak english.  In this doc I say that "2.0.5 fills a much needed
gap between 2.0R and 2.1."  No wonder the translators were confused!
I'm trying to say that we _wanted_ a gap between 2.0.5 and 2.1?  That
such gaps are much needed?  Wurgh!  Not what I was trying to say at
all!  It should have (and now does) read: "2.0.5 fills a critical
gap between 2.0R and 2.1."  Critical gap, not much needed. :-)
Translators:  You may wish to adjust your own translations as
well if you tried to translate my original botch!  Send me diffs
as soon as you can.  Thanks!
Submitted by:	me
1995-06-06 09:44:42 +00:00
jkh
99e37d1e75 Document experimental and commercial distributions. 1995-06-06 07:57:47 +00:00
jkh
d4469471aa Delete all references in all languages (except Russian, which I can't read
well enough to edit! :-) to the "ESC to start a shell" feature.  It's
been removed for days now, replaced by the emergency holographic shell
on VTY4.
1995-06-06 04:27:08 +00:00
jkh
76816c5a06 Add plug for Linux DOOM compatibility for Soren.. :-) 1995-06-06 02:15:16 +00:00
jkh
669a87847b Nits. 1995-06-06 01:38:46 +00:00
jkh
c130292ad9 German RELNOTES! Boy, I wasn't expected _these_
to be translated!
Submitted by:	joerg
1995-06-06 01:24:51 +00:00
jkh
d4b8eb1761 Joerg's cleanup.
Submitted by:	joerg
1995-06-06 01:21:36 +00:00
jkh
9844b07134 Fixes and additions.
Submitted by:	"Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
1995-06-06 00:55:25 +00:00
jkh
44a45681b1 Untabify. Amazing how those TABs just keep creeping in! 1995-06-05 23:57:38 +00:00
jkh
4f84f440b8 Gary's distribution help screen.
Submitted by:	gpalmer
1995-06-05 22:26:45 +00:00
jkh
f7f01676bc My options menu help. 1995-06-05 22:18:35 +00:00
jkh
274fd28299 Realign after detabification. 1995-06-05 20:05:34 +00:00
jkh
5e95f7eba8 Various stylistic changes.
Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
1995-06-05 19:45:48 +00:00
jkh
a5c2d68346 My style and doc changes. 1995-06-05 15:26:38 +00:00
jkh
2bef0f79d3 Document tape limitations. 1995-06-05 15:17:54 +00:00
jkh
9f4156fa67 Untabify. 1995-06-05 15:17:40 +00:00
jkh
18818e4b00 Whoops! I didn't check and spammed one author's
changes over another!  Bad form, and I thought  they
were both coming from the same author or I wouldn't have done
it.  Revert to original author's version until the two Spanish
translators figure out who's doing what.. :-)
1995-06-05 11:51:10 +00:00
jkh
0706d30c57 Spanish updates.
Submitted by:	Andres Vega Garcia <Andres.Vega_Garcia@sophia.inria.fr>
1995-06-05 11:45:03 +00:00