Commit Graph

31 Commits

Author SHA1 Message Date
ats
ab431133f1 Submitted by: Philippe Charnier
Corrected two typos in the specification of the french freebsd site.
freeBSD -> FreeBSD.
1994-11-27 13:03:00 +00:00
jkh
fda7f58172 Make the UFS stuff try to be a little less clever. 1994-11-24 20:52:16 +00:00
jkh
81645a4f2f Only get CD/NFS/UFS/... subdirs if they're really necessary. 1994-11-24 20:49:58 +00:00
jkh
c02b11da47 More completely integrate Garrett's doc changes. I didn't read them
closely enough the first time.
1994-11-23 11:04:00 +00:00
jkh
4066c0cb0f Fix stupid NFS bug reported by David Rivers
Fix doc bug reported by Garrett Wollman.
A new cpio floppy should probably be rolled from these changes.
1994-11-23 11:01:41 +00:00
jkh
79f6c3892f Correct a really stupid bug that broke NFS installs. SIGH!!!!! 1994-11-23 10:52:30 +00:00
jkh
eb30966165 Fix an obscure message that went off the right hand side. 1994-11-21 11:18:48 +00:00
jkh
fc61cb3f6e Delete packages from list of options - we don't handle it properly
anyway.  Clip the XFree86 prompt down to size.
1994-11-21 07:25:27 +00:00
jkh
a13e3f4f9e Add XFree86 distribution to list of possibles. 1994-11-21 06:45:01 +00:00
jkh
894a717f36 Redirect cd errors properly to /dev/ttyv1 1994-11-21 06:18:30 +00:00
jkh
b4b53f4e50 Make David happy. 1994-11-21 06:15:30 +00:00
jkh
fc824c3ace Wasn't unmounting media in-between extractions. Fixed. 1994-11-21 05:36:01 +00:00
jkh
85e72fb755 More last minute midnight formatting. 1994-11-21 04:47:28 +00:00
jkh
7dd9faed0a Remove extra-space braindamage. 1994-11-21 04:35:26 +00:00
jkh
96efb2c4fa Add ref.tfs.com to mirrors now that wcarchive is temporarily down and
we'd like to do the BETA.
1994-11-20 15:18:56 +00:00
jkh
f15738db45 Eliminate a couple of the last remaining bogons. 1994-11-20 12:16:48 +00:00
jkh
5adbef2d80 Add Russian mirror site to list. 1994-11-20 05:44:16 +00:00
jkh
120c518a0e Some fields overflowed. Fix 'em up. 1994-11-18 19:09:33 +00:00
jkh
e2a3478c86 Whoops! Missed a quote. 1994-11-18 17:36:11 +00:00
jkh
ee06324f95 Don't set NFS options unless there really ARE some. 1994-11-18 16:48:57 +00:00
jkh
86fa009e27 Grrrr! Dialog menus just bail out without saying anything when the
menu items aren't unique enough.  After half an hour of head-scratching,
here are the disgusting convolutions required to work around the problem.
Sigh..
1994-11-18 16:27:54 +00:00
jkh
41bcf67037 More miscellaneous fixes.
Sigh.  It's hard to test something that screws up a running system when
it works, so I have to do most of this through the rather laborious process
of making boot floppies! ;-(
1994-11-18 14:55:12 +00:00
jkh
73ca3ec1b8 Some of my menus were hosed by late-night tired braincells. Do it
right now.
1994-11-18 13:56:57 +00:00
jkh
0694d388b9 1. Unify my coding style.
2. Fix a couple of errors that kept media_install_set from working.
3. Fix another error that disabled media_select_distribution
1994-11-18 12:54:45 +00:00
jkh
a7ca701dd5 1. Use dynamic sizing code throughout.
2. Add support for *dist menu to have an up-to-date idea of how big each
   distribution is going to be.
1994-11-18 11:01:33 +00:00
jkh
26dafa244c 1. Use cpio instead of tar again. Bruce's comments made me paranoid.
2. Invoke sub-scripts using absolute paths.
1994-11-18 10:05:47 +00:00
jkh
0728be3c1e Add another mirror site and adjust the menu to note that not all
sites are created equal.
1994-11-17 16:18:35 +00:00
jkh
88b5df039d Yow! Ok, distributions should now be fully auto-checksumming, provided
that Poul builds the rest of the dists properly.  I'll run this over the
XFree86 dist, but the rest will be up to him.  Check bindist rule for
the single line to add - it's trivial.
1994-11-17 15:20:04 +00:00
jkh
bffbeb9aa2 Add extra scripts to the Makefile. Add another mirror site to
instdist.sh
1994-11-17 14:18:02 +00:00
jkh
403695a4c2 Eliminate the use of cpio in extraction. The stupid thing whines too much,
and it doesn't support --unlink.  I think it's time to nuke cpio completely
out of the installation process, unless someone can think of a really good
reason to keep it (and don't say multiple volume extraction since we a) don't
use it anywhere anyway, and b) tar supports that too, now).
1994-11-17 11:53:14 +00:00
jkh
6f2263602c 1. Split these scripts into smaller distinct functional units that will
be callable _after_ installation in 2.1's system admin tools.  This is
   almost totally revamped now.

2. Support installation from DOS partition or floppy.

3. Many stray bogons eliminated.  Perhaps a few introduced.  One more
   rev should fix this up, once I've spammed my test machine a couple of
   times.

4. Installation from CD now *really* possible.

5. Allow user to specify arbitary subdirectories for NFS mountpoints -
   UFS, NFS and CD distributions now share many common elements.
1994-11-16 07:51:45 +00:00