jkh
7078458b3e
Substantially simplify the package install code by running pkg_add in
...
slave mode.
1995-10-15 04:37:07 +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
rgrimes
1b1ee55538
Merge RELENG_2_0_5 into HEAD
1995-06-11 19:33:05 +00:00
rgrimes
bb2ad2880b
Remove trailing whitespace.
1995-05-30 08:29:07 +00:00
jkh
6de57e42c2
Whoops! Fix things so that the root.flp also comes over NFS, not just
...
the distfiles.
1995-05-30 05:50:53 +00:00
jkh
1ad0770266
NFS installation was broken - try to fix it.
1995-05-30 05:13:24 +00:00
jkh
19dcd1c0c9
Some floating-point trickery to make the gauge come out right. Also
...
make it a little longer.
1995-05-29 14:38:31 +00:00
jkh
0d033a083c
1. Fix a looping bogon in configFstab().
...
2. Fix the gauge.
3. Don't shut down the media device gratuitously after getting the root
floppy - it saves work later.
1995-05-29 13:37:43 +00:00
jkh
24012abaf9
A small tweak to layout.
1995-05-29 12:32:41 +00:00
jkh
7b81005ba2
Add a bunch of missing help files.
1995-05-29 11:58:16 +00:00
jkh
4bc5a2dda3
Sync up my work for the night. This should implement ALL possible
...
installation methods and provide a fairly robust set of menu options.
This should also fix a few more bugs on Poul-Henning's latest gripe
list.
1995-05-29 11:01:42 +00:00
phk
91f5f82dab
Get help files form /stand/help.tgz
1995-05-29 02:13:31 +00:00
jkh
79d387438f
Make the emergency holographic shell (on VTY4) actually work with job
...
control and signals and such. Thanks, Gary!
Clean up some miscellaneous bogons for Poul.
1995-05-29 01:43:20 +00:00
jkh
0fe7556fa5
Shrink the boot floppy by removing all extraneous stuff. Also increase
...
number of inodes.
Fix various bugs reported by Poul. Implement VTY switching.
1995-05-29 00:50:05 +00:00
jkh
3af08455be
Add various missing seat belts.
1995-05-28 23:12:09 +00:00
jkh
3e10e5e8e2
Fix bogon I introduced into dist extraction code last night.
...
Update to Poul's latest gripe list fixes.
1995-05-28 20:28:15 +00:00
jkh
a18e016a4c
Remove a needless complication - parent directory already has a trailing /.
1995-05-28 09:43:36 +00:00
jkh
06c34bfded
Try again to redirect the console back before rebooting.
1995-05-28 09:36:06 +00:00
jkh
6c1387e54c
Sync up with Poul.
1995-05-28 09:31:44 +00:00
phk
999c6a51c7
cdrom.c: try "cdrom/%s" then "cdrom/dists/%s"
...
dist.c: fix an error message to make more sense.
1995-05-28 07:05:21 +00:00
jkh
f6adc3d0cb
Humanize Poul-Henning's code. Status values should be properly
...
respected now.
1995-05-28 03:05:06 +00:00
jkh
35e4765fd5
1. Make this compile again after Poul's changes to the get() strategy
...
routine.
2. Improve the tcpip menu slightly.
1995-05-27 23:52:55 +00:00
phk
46125ba2ed
Major cleanup. Mediaroutines now get asked about a file. All the
...
multi part stuff centralized.
The final check is backwards or something so it always said it failed,
even it it didn't.
Fixed tcpip address check to not be stupid, 10.0.255.1 is legal.
1995-05-27 23:39:35 +00:00
jkh
bd92125032
Commit parts of reorg that were diffs. Substantially re-engineer the
...
extraction and mediaGetFTP() handshaking to solve some unexpected complexities.
1995-05-27 10:47:44 +00:00
jkh
7811628c58
Things were getting seriously hard to find. Do a quick reorg pass over
...
the code and split things into more logical groupings.
1995-05-27 10:39:04 +00:00
phk
db93988ce5
Add a little more debugging to the lowlevel ftp stuff.
1995-05-27 06:19:59 +00:00
jkh
587120f23b
Change XFree86 dist names to upper case again.
1995-05-26 22:22:20 +00:00
jkh
b6c268967e
Netmask is unused now - we can delete it.
1995-05-26 22:08:59 +00:00
jkh
3548f9343a
Don't add the default route in ppp - we'll only add it again later.
1995-05-26 21:37:53 +00:00
jkh
7495e5c9ee
Fix a few bogons.
1995-05-26 21:16:02 +00:00
jkh
116eaef148
Put the console back on ttyv0 before rebooting.
1995-05-26 21:00:43 +00:00
jkh
af8d655cd2
Put out variable names in quotes.
1995-05-26 20:55:11 +00:00
jkh
2c1aa198eb
Clean up the variable handling code a little.
...
Write /etc/hosts in the right place.
1995-05-26 20:45:20 +00:00
jkh
9a596693ad
Ask name of "other" ftp site in correct place.
...
Make TIOCCONS redirection for console messages work properly; we no longer
open /dev/console for all I/O - we use the VTYs directly.
1995-05-26 20:31:02 +00:00
jkh
6b747bddcf
Clean up the configuration stuff a bit more - we should now populate
...
/etc with good things(tm).
Fire off ppp with all the proper initial options set.
1995-05-26 19:28:06 +00:00
jkh
e6ff7ba685
This should fix the last of the ftp path problems.
...
It was all a bit more complex than it first looked.
1995-05-26 11:21:53 +00:00
jkh
b91802a259
This should enable use to find the info files properly over ftp.
1995-05-26 10:58:51 +00:00
jkh
55fd8ca345
Swap args to deviceGet(). Whoops!
1995-05-26 10:34:44 +00:00
jkh
cdf1cf6240
be nice and tell the user when the installation has completed successfully
...
so they don't just come back to a menu again 2 hours later with no idea
what happened with the operation(s) they had in progress.
1995-05-26 10:32:28 +00:00