summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Implement compiled-in config file handling a little better - nowjkh1997-01-182-2/+2
| | | | | that there's no filesystem on the boot.flp image we need to prompt for the configuration floppy.
* Be more aggressive about timeouts.jkh1997-01-172-3/+5
|
* Add timeout support to sysinstall's general media handling,jkh1997-01-175-12/+92
| | | | allow SIGINT to stand for "time out now!" in certain cases.
* Add device entries and documentation for Intel EtherExpress Pro/10 driver.jkh1997-01-173-4/+12
|
* Whoops! Fix an infinite loop I lovingly introduced into this codejkh1997-01-171-2/+5
| | | | with a previous commit.
* Pass LOAD_CONFIG_FILE variable through, if set (makes Paul Traina's lifejkh1997-01-172-3/+4
| | | | | easier). Only run install.cfg if running as init. It's something of a security hole otherwise. :)
* Now that I know which parts of the installation really need it (sincejkh1997-01-1714-66/+78
| | | | | there's no menu display bug to work around now), be far more selective in my use of DITEM_RECREATE (which is slow and involves much screen I/O).
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* Fix mishandling of extraction return status in commit.jkh1997-01-161-0/+2
|
* Cope with Open_Disk() failure much more gracefully.jkh1997-01-161-8/+10
|
* Damn! Forgot to update lynx also.jkh1997-01-161-1/+1
|
* Minor cleanup, adjust for latest version of apache web server.jkh1997-01-163-4/+3
|
* Clean up a long-standing bug in the scripting code. You could set variables,jkh1997-01-163-27/+44
| | | | | but you couldn't call functions! Now you can do both. Guard against whitespace pollution in variable names.
* Use a better dialog for flagging field validation errors.jkh1997-01-161-1/+1
| | | | Pointed-Out-By: msmith
* Keep our serial ports distinct so that first device is not found forjkh1997-01-155-7/+30
| | | | | | all (closes PR#2296). Print better FTP failure diagnostics Do better media failure checking in install.
* Put upgraded files in their own directory - using the suffix was a bad idea.jkh1997-01-151-8/+10
|
* Register SLIP/PPP devices properly again.jkh1997-01-152-96/+29
| | | | | Make the /etc resurrection more sensible for upgrade. No longer quite so annoying.
* Add some missing parameters to msgConfirm() which produced the effectsjkh1997-01-151-2/+2
| | | | noted in PR#2454
* Don't call systemShutdown() from signal handler so that the media devicejkh1997-01-151-2/+2
| | | | | is closed. The FTP library doesn't expect to be called recursively from an interrupt. :)
* Put this branch of docs back on the 3.0 SNAP track.jkh1997-01-155-85/+29
|
* Make upgrade allow reselection of failed media.jkh1997-01-151-12/+14
|
* Make the bindist-only checks actually work.jkh1997-01-152-22/+22
| | | | | | Add code which theoretically should let you get a disk up from start to finish while running multiuser, using your existing /dev entries.
* Make the FTP installation codepath a lot more defensive. Trapjkh1997-01-154-28/+62
| | | | | | bogus path and FTP I/O errors much earlier, offer retry possibilities at steps along the way so you don't have to resume from the very beginning again on a hard error.
* Fix several problems:jkh1997-01-155-6/+32
| | | | | | | 1. Bus mouse selection didn't show up properly in mouse menu. 2. U&G management screen didn't respect cancel properly. 3. Novice not prompted to add users or set root password during installation. 4. Username length changes screw up user management form.
* Set defaults more rationally through the item selection loop.jkh1997-01-151-19/+13
|
* Accept emacs-style editing keys for traversal and ESC as an abort character.jkh1997-01-153-0/+9
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1451-51/+51
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add more protection when running as init and don't do stupid things.jkh1997-01-122-4/+10
| | | | | Fix looping in fixit cdrom selection by adding a missing break. Move unmount of cdrom down to proper place.
* Add extra tweak for -current compilation and some debugging.jkh1997-01-061-2/+3
|
* Do a better job of CDROM detection.jkh1997-01-062-24/+33
| | | | | | Use consistent spelling throughout. Remove unmount in fixit_common() since that's bogus in the CDROM case and properly "shut down" the media device instead.
* Clean up device handling WRT slip and ppp devices. An incomplete transitionjkh1997-01-042-17/+33
| | | | from one convention to another had things pretty fouled up in here.
* Add a few strategic screen clears in network setup.jkh1997-01-042-3/+9
| | | | | | | | Disable saving of SCSI device parameters in userconfig saving in hopes of working around a reported problem in the no-device case; there's no point in saving this information here anyway. 2nd patch submitted-by: "Eric L. Hernes" <erich@lodgenet.com>
* Adjust the maximum displayed length.jkh1997-01-031-2/+2
| | | | Submitted-By: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp>
* Do something I've wanted to do for quite some time - collapse all thejkh1997-01-0316-871/+367
| | | | | common layout code into some work functions and make all the layout-using routine adopt them. Also reorganize includes and generally clean up.
* 1. Correct bogon in cdromInit when running multi-user which took cdrom offlinejkh1997-01-015-117/+126
| | | | | | | | | | if wrong version. 2. Make sure network device is initialized in ftpInit 3. Eliminate bogus size values in the menus. For now, we'll have to admit that nobody's added it up yet. In the future, these menus should be build dynamically anyway, not declared static. 4. Add more debugging to networking code to chase the mystery ppp device problem.
* Close PR#2341 - 2.1 -> 2.2jkh1997-01-011-5/+5
|
* Added the package catagories astro, chinese, mbone, and vietnamese;obrien1996-12-311-1/+5
| | | | along with applicable descriptions.
* Support the use of the 2nd CDROM as a fixit aid. Also put the EHSjkh1996-12-294-19/+142
| | | | | | | into a submenu in case you need to start it again (or at some other point in the installation). Submitted-By: joerg
* Add a "catpages" distribution for the catman stuff.jkh1996-12-293-3/+7
| | | | Submitted-By: joerg
* Fix some spelling errors.mpp1996-12-2615-43/+43
| | | | | Jordan, I'll let you merge this into 2.2o that I don't stomp on you.
* Documentation update.joerg1996-12-262-9/+70
| | | | | | | | | | | | | Remove a duplicate entry for ahc0 in hardware.hlp (closes PR # docs/2282), a few additions all over the place while i was at it. Tried to add as much of the important highlights for the new features in 2.2 into the release notes. I still think that many things are missing here, so folks, if you imported something great that's in 2.2 but not in 2.1.X, please review this section and send us your additions! Submitted by: seki@sysrap.cs.fujitsu.co.jp (for the ahc0 dup)
* Clean up some calls to close().jkh1996-12-261-6/+4
|
* Fix fixit floppy.jkh1996-12-261-9/+21
|
* Added comments on how to setup syscons to work on older ThinkPads.nate1996-12-171-1/+11
|
* 1. Engage brain. 2. Write macro. Previous commit attempted to performjkh1996-12-172-4/+4
| | | | 2 before 1.
* make note of which /etc files need upgrading in installUpgrade ratherjkh1996-12-157-80/+84
| | | | than asking the user to keep track of the list himself.
* Increase the size of the vector that is allocated for execv(). Jordanjoerg1996-12-151-3/+3
| | | | apparently forgot this when adding the password feature.
* Now that I've got my source tree sorted out, bring all the thingsjkh1996-12-148-61/+149
| | | | I've been committing into 2.2 directly all this time.
* To use the dosio library fully, I also (duh!) have to retain fulljkh1996-12-141-1/+1
| | | | | | | | | | use of stdio, I can't just go handing fileno(fp) around and expect that to work. Since this means I need to have sysinstall play pipeline on single file distributions now, that means I can also finally add a progress indicator for them. Change installation instructions to note that there's no dists directory anymore on CDROMs.
* Document the required procedure to install on an HP Netserver withjoerg1996-12-141-1/+25
| | | | | on-board EISA AIC7xxx controller, including a pointer to the respective FAQ entry.
OpenPOWER on IntegriCloud