Rodney W. Grimes
e5370bd7fe
Remove trailing whitespace.
1995-05-30 08:29:07 +00:00
Jordan K. Hubbard
62cdf450b8
A small tweak to layout.
1995-05-29 12:32:41 +00:00
Jordan K. Hubbard
8fdde019ad
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
Jordan K. Hubbard
15671a7ba8
Add various missing seat belts.
1995-05-28 23:12:09 +00:00
Jordan K. Hubbard
87b9e01a01
Sync up with Poul.
1995-05-28 09:31:44 +00:00
Jordan K. Hubbard
337bd0b846
Humanize Poul-Henning's code. Status values should be properly
...
respected now.
1995-05-28 03:05:06 +00:00
Jordan K. Hubbard
ae71ab7fd4
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
Poul-Henning Kamp
25fce75ee4
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
Jordan K. Hubbard
a2e871cc98
Netmask is unused now - we can delete it.
1995-05-26 22:08:59 +00:00
Jordan K. Hubbard
11033b2a7f
Don't add the default route in ppp - we'll only add it again later.
1995-05-26 21:37:53 +00:00
Jordan K. Hubbard
c2192cfe88
Fix a few bogons.
1995-05-26 21:16:02 +00:00
Jordan K. Hubbard
a7f54e2e75
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
Jordan K. Hubbard
2d7d54b2b4
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
Jordan K. Hubbard
3c4d1d3edb
Tighten up the TCP/IP dialog a little.
...
Simply install procedure a bit.
1995-05-26 08:58:35 +00:00
Jordan K. Hubbard
223705ba7e
Totally revamp the TCP/IP dialog; now network selection makes a bit more sense.
...
Root floppy (which actually may be able to go completely away at some point
soon!) is now loadable from ftp/nfs/dos as well as CDROM and (of course)
floppy.
Fix more problems on Poul's Gripe List.
1995-05-26 08:41:52 +00:00
Jordan K. Hubbard
4537793804
Bring in all my fixes to Poul's gripe list as of last night.
1995-05-25 18:48:33 +00:00
Jordan K. Hubbard
a3028ab123
Cleanup.
1995-05-25 01:52:04 +00:00
Jordan K. Hubbard
9b03310b0c
Add a final configuration menu and the beginnings of the backing code
...
for it. The ftp installation method is working well enough to test.
Many more bug fixes, says Gary.
1995-05-24 01:27:15 +00:00
Jordan K. Hubbard
7b61dc31a2
Add my first cut at TCP/IP device configuration. If this works, the
...
ftp installation method should now function. We'll know as soon as my
make release builds the floppies. I'm just committing this out of my
release tree now so that it doesn't get clobbered again.
1995-05-23 18:06:16 +00:00
Jordan K. Hubbard
23cb914708
1. Start syncing up the network strategy code so that folks like Poul and
...
Justin can see it.
2. Attempt to fix the redisplay problems in label.c some more. Not clearing
the screen each time is certainly faster, but it's causing all sorts of
problems.
1995-05-21 15:40:54 +00:00
Gary Palmer
a3bbb2ff49
Dispose of old, #if 0'd, out code which has been proved to be no longer needed.
1995-05-18 16:44:41 +00:00
Gary Palmer
3890483652
Correct a conditional which could cause a off-by-one error in certain
...
circumstances.
1995-05-18 16:36:14 +00:00
Jordan K. Hubbard
690e60d830
1. Add serial devices to list of possible network device candidates.
...
2. Rework tcpip.c a bit so that devices which have been configured also
have the enabled flag set.
1995-05-18 13:18:35 +00:00
Jordan K. Hubbard
4d7b3c6f96
1. Primitive bad144 support (I believe an additional command is needed, but
...
won't know until Poul wakes up again).
2. Make vsystem() put its output on the debugging fd.
3. DTRT with root filesystem placement - now I see how this has to work
(thanks, Poul).
4. Many miscellaneous spelling errors fixed and general cleanup.
1995-05-18 09:02:06 +00:00
Jordan K. Hubbard
d0eeafc570
Commit my latest so that Gary can sync up - this version should also
...
be the grounds for our first round of testing in the release I'm rolling.
It doesn't load the distributions yet, but it should do everything else.
1995-05-17 14:40:00 +00:00
Gary Palmer
dfa4c76f74
Hopefully the last version of this file. Add a lot more comments, and
...
actually give the data back to sysinstall in a coherent fashion now.
1995-05-17 12:09:11 +00:00
Gary Palmer
4ea606879a
Oops - Jordan managed to grab my ``work in progress file'' which
...
doesn't even come close to compiling. This file compiles, and should
work.
1995-05-16 20:00:51 +00:00
Jordan K. Hubbard
b2d228d3d7
This will now compile and even scribble helpfully on your disks.
...
It remains to be seen how successfully. The distribution loading code
is still not here yet, but the partition/newfs/mount/cpio-extract cycle
is as complete as it's ever going to get, modulo possible bug fixes.
The TCP/IP setup screen is also sort of here, albeit in a highly-changing
state due to the fact that per-interface information isn't being kept
right now but is being added (thanks, Gary!).
1995-05-16 11:37:27 +00:00
Jordan K. Hubbard
3dee6615c7
This does _not yet compile_; I'm simply bringing in my changes from
...
this weekend in order to more easily sync with my CVS tree at home.
Another commit relative to these changes will follow shortly.
1995-05-16 02:53:31 +00:00