summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove an extraneous ".kbd" that crept in for the Swiss Germanjoerg1997-11-261-2/+2
| | | | | | keyboard map. Submitted by: georg.wagner@ubs.com
* MFS.obrien1997-11-051-3/+3
|
* Since doc no longer contains the Handbook, stop saying that it does.jkh1997-11-041-2/+2
| | | | Submitted by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
* Fix typo in startup menu.jkh1997-10-251-2/+2
| | | | Submitted by: max
* Add a new startup variables menu for tweaking rc.conf variables in morejkh1997-10-141-5/+56
| | | | | | detail (also added more of them to the networking services menu). Add new dmenuISetVariable() function for interactive setting of non-boolean flags.
* Allow access to options editor from media screen (sometimes you need itjkh1997-10-131-1/+2
| | | | there!).
* Whups! Missed a spot in the kerberos src changes.jkh1997-10-041-4/+6
|
* Add ftp4.uk.freebsd.orgjkh1997-09-291-1/+3
|
* Much better dispatch code and scripting support.jkh1997-09-161-3/+3
| | | | Submitted by: pst
* Update to XFree86 3.3.1jkh1997-09-101-7/+7
|
* Eliminate Samba configuration. Sorry, but this was another one ofjkh1997-07-161-4/+1
| | | | | | | | | | | | | those ideas that, like the Apache server setup, was well-intentioned but doomed to fail in the face of change. That and the fact that it shouldn't be part of the installation tool, it should be part of the post-installation setup tool (which we need to write). Combining the two utilities into one utility was my first conceptual mistake. Apologies also to Coranth Gryphon, who worked hard on the Apache and Samba server setup code. These features were quite useful for awhile, if that's any consolation, I just simply had the wrong ideas about where to put them. :-(
* Change the way that X configuration method is selected.jkh1997-06-211-2/+2
|
* YAMF22jkh1997-06-131-23/+46
|
* Incorporate an ancient typo fix that never made it over from 2.2.jkh1997-06-131-2/+2
|
* 1. Make it possible to set up all the TCP/IP values from a script.jkh1997-06-091-7/+7
| | | | 2. Update to XFree86 3.3
* Correct SNAP server paths.jkh1997-05-271-4/+4
| | | | Bring in CDE fixes.
* Merge from 2.2 - XiG support updates.jkh1997-05-231-2/+5
|
* Adjust config variables to more closely match rc.confjkh1997-05-221-8/+9
|
* Actually, rethink last commit and simply remove the apache configurationjkh1997-05-221-4/+1
| | | | | entirely, as promised earlier (it's outdated now and doesn't really belong in sysinstall).
* Add SNAP servers to list of FTP sites.jkh1997-05-141-2/+8
|
* Sync with 2.2 and clean up some tortured english that was added.jkh1997-04-201-10/+34
|
* YAMF22jkh1997-03-271-2/+2
|
* YAMF22jkh1997-03-251-4/+4
|
* Add Iceland.jkh1997-03-211-1/+3
|
* Some of my pending merge changes, Paul Traina's more flexible configjkh1997-03-191-17/+29
| | | | | file loading code. Submitted by: pst
* o Remove obsolete references in XFree86 menujkh1997-03-141-2/+2
| | | | o Add version information to registration (suggested by David)
* YAMF22jkh1997-03-111-4/+4
|
* YAMF22jkh1997-03-111-2/+1
|
* Sync with 2.2.jkh1997-03-101-3/+5
|
* Update russian mirrors.jkh1997-03-101-2/+2
|
* Add a registration screen so we can finally start counting our little userjkh1997-03-091-3/+7
| | | | puppies.
* YAMF22jkh1997-03-081-8/+11
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Add Label & Partition to configuration menu so you don't have tojkh1997-02-181-0/+4
| | | | go to one of the installs for that (now that it works multi-user).
* Don't nuke localtime and timezone files so aggressively now.jkh1997-02-161-2/+2
| | | | | This is tzsetup's job (and only if you don't cancel out, which is why having sysinstall remove them was so bogus).
* Save /etc/sysconfig data at the very very end, so that it can bejkh1997-02-101-2/+2
| | | | | | used post-install time as a configuration tool as well. Update comments about a kernel recompile being necessary for PS/2 mice.
* Don't stomp wall_cmos_clock file.jkh1997-02-101-2/+2
|
* Update Russian FTP sites according to Mikhail A. Sokolov's currentjkh1997-01-291-1/+3
| | | | configuration.
* Add new Portugal mirror.jkh1997-01-271-2/+4
|
* Allow both types of XFree86 setup script to be run at user choice.jkh1997-01-241-0/+19
|
* I need to learn to read man pages more closely. readlink() does NOT nulljkh1997-01-241-8/+4
| | | | | | append the return string (bleah!) so you need to do it yourself. This explains why Bus and PS/2 meece weren't displayed in the Mouse selection menu.
* OK, I've got two ideas to file in the "really seemed like a good ideajkh1997-01-241-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | at the time, but on further reflection..." bucket with these changes. 1. Checking the media before frobbing the disks was a fine idea, and I wish it could have worked, but that leads to a rather difficult situation when you need to mount the media someplace and you're about to: a) Chroot away from your present root. b) Newfs the root to be. You're basically screwed since there's no place to stick the mount point where it will be found following the newfs/chroot (and eliminating the chroot in favor of just using the "root bias" feature would work great for the distributions but not the pkg_add calls done by the package installer). 2. Automatic timeout handling. I don't know why, but alarm() frequently returns no residual even when the alarm didn't go off, which defies the man page but hey, since when was that so unusual? Take out timeouts but retain the code which temporarily replaces the SIGINT handler in favor of a more media-specific handler. This way, at least, if it's hanging you can at least whap it. I think the timeout code would have been losing over *really slow* links anyway, so it's probably best that it go. This should fix NFS, tape & CDROM installs again (serves me right for getting complacent and using just the FTP installs in my testing).
* Update russian mirrors.jkh1997-01-241-2/+4
|
* Rearrange the timeout code and also (whoops) provide for timeouts duringjkh1997-01-201-0/+2
| | | | file opens, not just during file reads.
* Minor cleanup, adjust for latest version of apache web server.jkh1997-01-161-2/+2
|
* Fix several problems:jkh1997-01-151-1/+1
| | | | | | | 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.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* 1. Correct bogon in cdromInit when running multi-user which took cdrom offlinejkh1997-01-011-104/+104
| | | | | | | | | | 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.
* Support the use of the 2nd CDROM as a fixit aid. Also put the EHSjkh1996-12-291-3/+23
| | | | | | | 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-291-1/+3
| | | | Submitted-By: joerg
OpenPOWER on IntegriCloud