Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bogon I introduced into dist extraction code last night. | jkh | 1995-05-28 | 5 | -70/+58 |
| | | | | Update to Poul's latest gripe list fixes. | ||||
* | Remove a needless complication - parent directory already has a trailing /. | jkh | 1995-05-28 | 1 | -4/+3 |
| | |||||
* | Try again to redirect the console back before rebooting. | jkh | 1995-05-28 | 1 | -3/+5 |
| | |||||
* | Sync up with Poul. | jkh | 1995-05-28 | 9 | -143/+310 |
| | |||||
* | cdrom.c: try "cdrom/%s" then "cdrom/dists/%s" | phk | 1995-05-28 | 2 | -3/+6 |
| | | | | dist.c: fix an error message to make more sense. | ||||
* | Reduce the size of the MFS filesystem by 250 Kbyte. | phk | 1995-05-28 | 1 | -22/+22 |
| | | | | Use && instead of ; a lot of places. | ||||
* | Humanize Poul-Henning's code. Status values should be properly | jkh | 1995-05-28 | 9 | -225/+62 |
| | | | | respected now. | ||||
* | 1. Make this compile again after Poul's changes to the get() strategy | jkh | 1995-05-27 | 2 | -4/+4 |
| | | | | | | routine. 2. Improve the tcpip menu slightly. | ||||
* | Major cleanup. Mediaroutines now get asked about a file. All the | phk | 1995-05-27 | 11 | -217/+224 |
| | | | | | | | 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. | ||||
* | As Gary would say: "eeek! I introduced a wee bug." | jkh | 1995-05-27 | 1 | -2/+2 |
| | | | | Fix it. | ||||
* | Move /etc/protocols, /etc/services and /etc/sysconfig onto boot floppy. | jkh | 1995-05-27 | 1 | -3/+3 |
| | |||||
* | 1. Try to work around a bodge in the ftp extraction loop where FtpEOF() was | jkh | 1995-05-27 | 1 | -14/+17 |
| | | | | | | being called more than once. Also fix a problem where the URL was getting smashed in the environment by copying it to a temporary area before we jump up and down on it. | ||||
* | 1. Remove slattach from the root_crunch floppy and stick it on the boot | jkh | 1995-05-27 | 6 | -13/+13 |
| | | | | | | | | floppy (for slip install). 2. Try to work around a bodge in the ftp extraction loop where FtpEOF() was being called more than once. Also fix a problem where the URL was getting smashed in the environment by copying it to a temporary area before we jump up and down on it. | ||||
* | Add ping to the boot floppy; it's too useful for problem diagnosis to | jkh | 1995-05-27 | 5 | -10/+10 |
| | | | | leave off. | ||||
* | Commit parts of reorg that were diffs. Substantially re-engineer the | jkh | 1995-05-27 | 7 | -53/+222 |
| | | | | extraction and mediaGetFTP() handshaking to solve some unexpected complexities. | ||||
* | Things were getting seriously hard to find. Do a quick reorg pass over | jkh | 1995-05-27 | 9 | -0/+1150 |
| | | | | the code and split things into more logical groupings. | ||||
* | Add a little more debugging to the lowlevel ftp stuff. | phk | 1995-05-27 | 1 | -2/+4 |
| | |||||
* | Remove fixit floppy (release.10) from targets until Poul fixes it. | jkh | 1995-05-26 | 1 | -3/+3 |
| | |||||
* | Change XFree86 dist names to upper case again. | jkh | 1995-05-26 | 1 | -30/+30 |
| | |||||
* | Netmask is unused now - we can delete it. | jkh | 1995-05-26 | 1 | -2/+1 |
| | |||||
* | Crunch Poul's changes down to fit on a floppy again. gah. | jkh | 1995-05-26 | 1 | -2/+2 |
| | |||||
* | Bring in Poul's patch to make the boot floppy more stand-alone in nature. | jkh | 1995-05-26 | 1 | -56/+86 |
| | |||||
* | Don't add the default route in ppp - we'll only add it again later. | jkh | 1995-05-26 | 1 | -7/+1 |
| | |||||
* | Fix a few bogons. | jkh | 1995-05-26 | 1 | -4/+9 |
| | |||||
* | Move ppp back to root floppy; we need it to load the cpio floppy, | jkh | 1995-05-26 | 6 | -17/+17 |
| | | | | potentially. | ||||
* | Put the console back on ttyv0 before rebooting. | jkh | 1995-05-26 | 1 | -2/+7 |
| | |||||
* | Put out variable names in quotes. | jkh | 1995-05-26 | 1 | -3/+3 |
| | |||||
* | Remove tabs and shorten line length to fit. | jkh | 1995-05-26 | 2 | -30/+32 |
| | |||||
* | Clean up the variable handling code a little. | jkh | 1995-05-26 | 3 | -25/+29 |
| | | | | Write /etc/hosts in the right place. | ||||
* | Ask name of "other" ftp site in correct place. | jkh | 1995-05-26 | 5 | -23/+23 |
| | | | | | Make TIOCCONS redirection for console messages work properly; we no longer open /dev/console for all I/O - we use the VTYs directly. | ||||
* | Add Spanish usage instructions. | jkh | 1995-05-26 | 2 | -0/+114 |
| | | | | Submitted by: Hector Gonzalez Jaime <cacho@eureka.gdl.iteso.mx> | ||||
* | Clean up the configuration stuff a bit more - we should now populate | jkh | 1995-05-26 | 7 | -33/+125 |
| | | | | | | /etc with good things(tm). Fire off ppp with all the proper initial options set. | ||||
* | This should fix the last of the ftp path problems. | jkh | 1995-05-26 | 3 | -20/+26 |
| | | | | It was all a bit more complex than it first looked. | ||||
* | This should enable use to find the info files properly over ftp. | jkh | 1995-05-26 | 2 | -4/+4 |
| | |||||
* | Swap args to deviceGet(). Whoops! | jkh | 1995-05-26 | 1 | -2/+2 |
| | |||||
* | be nice and tell the user when the installation has completed successfully | jkh | 1995-05-26 | 1 | -1/+2 |
| | | | | | 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. | ||||
* | Fix a bug in the /etc populating copy. | jkh | 1995-05-26 | 3 | -45/+85 |
| | | | | | | | | | | | | | | | Change root.flp from a new format CPIO archive to a tar archive. Unless we're willing to change the main tarballs from tar format to "newc" (or, even better, "crc") cpio format, we need to use one common one for all and that's tar for now. Install will now grab "root floppy" from an ftp site if that's what you've got set. Fix even more gripes from Poul's list. P.S. As soon as I get the distfiles copied over to freefall tomorrow morning, those of you wishing to test minimal installs over ftp should be able to do so by grabbing the boot floppy and nothing else. Keep your eyes open for my announcement. | ||||
* | Fix a bug in the /etc populating copy. | jkh | 1995-05-26 | 1 | -2/+2 |
| | | | | | | | | | | Change root.flp from a new format CPIO archive to a tar archive. Unless we're willing to change the main tarballs from tar format to "newc" (or, even better, "crc") cpio format, we need to use one common one for all and that's tar for now. Install will now grab "root floppy" from an ftp site if that's what you've got set. Fix even more gripes from Poul's list. | ||||
* | Tighten up the TCP/IP dialog a little. | jkh | 1995-05-26 | 2 | -4/+5 |
| | | | | Simply install procedure a bit. | ||||
* | Totally revamp the TCP/IP dialog; now network selection makes a bit more sense. | jkh | 1995-05-26 | 11 | -413/+311 |
| | | | | | | | | 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. | ||||
* | Add CRC checking to sysinstall. | jkh | 1995-05-25 | 1 | -2/+3 |
| | | | | Submitted by: gpalmer | ||||
* | Bring in all my fixes to Poul's gripe list as of last night. | jkh | 1995-05-25 | 12 | -88/+167 |
| | |||||
* | Rename boot.flp to root.flp | jkh | 1995-05-25 | 6 | -32/+37 |
| | |||||
* | The cpio floppy is dead. All hail the root floppy. | jkh | 1995-05-25 | 1 | -0/+37 |
| | | | | | | | | | | | Basically, this is just a simple name change. People were historically confused by the "cpio floppy", having no clear idea as to what it was (even if they knew what "cpio" stood for) given that the name gives one absolutely no indication as to what it's FOR. It's about as content free as calling it a "data floppy". Root floppy isn't much better, but it's got some historical weight (Linux divides their set into boot and root floppies) and is reasonably descriptive for a floppy that comprises the beginnings of a stand-alone root filesystem. | ||||
* | media_strategy.c: Add explanation for URL. | phk | 1995-05-25 | 2 | -13/+20 |
| | | | | ftp.c: Clean up debug, improve error handling. | ||||
* | Remove Ontrack special from All_FreeBSD(). | phk | 1995-05-25 | 3 | -8/+9 |
| | | | | Add chunk->disk pointer. | ||||
* | Fix boot.flp and floppies targets. | phk | 1995-05-25 | 1 | -4/+5 |
| | | | | Make cpio floppy to temp file first. | ||||
* | Cleanup. | jkh | 1995-05-25 | 3 | -5/+7 |
| | |||||
* | Eliminate much redundant cruft from cpio floppy. | jkh | 1995-05-25 | 2 | -10/+9 |
| | | | | Make more vty devices for us to use. | ||||
* | Put back some changes that were smashed in yesterday's release tree | jkh | 1995-05-25 | 6 | -20/+52 |
| | | | | shoot-down. |