summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a local distribution under the "costum distribution" menu.sos1999-08-051-1/+3
| | | | This allows to add local additions on install time..
* Add the 'Swiss' font, which refers to the name of the font, not the locale.billf1999-07-291-1/+3
| | | | Apologies To: Dan Nelson <dan@emsphone.com>
* Don't show fdisk choice on Alpha.jkh1999-07-291-1/+5
| | | | Suggested by: obrien
* Disable more PC98isms on the Alphajkh1999-07-231-1/+9
|
* More changes for the Alpha X support - don't list PC98 servers since they makejkh1999-07-231-1/+6
| | | | no sense here but list the TGA server, since it does.
* Add slovakian ftp mirror.jkh1999-07-201-1/+3
| | | | Submitted by: "Tomas TPS Ulej" <tps@ti.sk>
* More Alpha ifdefage.jkh1999-07-201-1/+11
|
* Update for XFree86 3.3.4jkh1999-07-191-7/+7
|
* Don't offer compat dists on alpha since it makes no sense to do so.jkh1999-07-161-1/+3
| | | | Suggested by: msmith
* Don't ask about Linux emulation on the alpha (for now).jkh1999-07-061-1/+3
|
* Add an option for more fully enabling linux compatibility.jkh1999-07-061-2/+4
|
* Eliminate dead ntp servers.jkh1999-06-231-7/+1
| | | | Submitted by: mharo
* Remove apple.com from time server list.jkh1999-06-091-6/+3
| | | | Submitted by: Mike Haro
* ftp3.fr.freebsd.org (UVSQ, Versailles, France) has been available for a longroberto1999-05-211-1/+3
| | | | | | time. Submitted by: Rémy Card <Remy.Card@csi.uvsq.fr>
* Add ftp5.uk.freebsd.orgjkh1999-05-191-1/+3
| | | | Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
* o Prevent alpha installs from grabbing x86 bits and vice-versa, at leastjkh1999-05-151-2/+2
| | | | | | | | | | | | | | on CDs and FTP sites. o Collapse some redundant code. o Fix typo'd menu. o Restrict searches properly to packages rather than categories. o Small tweaks to signal handling. All RELENG_3 candidates.
* Yikes! I almost left out the 3D Labs server. :)jkh1999-05-141-3/+3
|
* Update norwegian time server.jkh1999-05-121-3/+3
| | | | Noted by: dag
* We don't bundle the XFree86 release notes on the floppies anymore; take itjkh1999-05-121-13/+13
| | | | out of the appropriate menus.
* Fix a couple of bogons in the X server/desktop setup menus.jkh1999-05-121-4/+6
|
* Make KDE the "default" desktop.jkh1999-05-111-4/+4
|
* Another round of updates for -current and 3.2jkh1999-05-051-2/+6
|
* Shuffle source selection menu items to make it a little easier to use.jkh1999-05-011-6/+6
|
* o Make package matching for specific package loading use the Latest/jkh1999-04-271-2/+27
| | | | | | | | feature of packages now so that no version info is embedded. o Add a default X desktop menu offering afterstep, enlightenment, KDE, GNOME and Windowmaker desktops instead of the boring twm(1) based one if the user so chooses. This will require a little testing.
* Remove the registration stuff; we're redoing this and the emailedjkh1999-04-241-3/+1
| | | | registrations have a high failure rate for various reasons.
* Add compat3x to the mix.obrien1999-04-211-1/+5
| | | | Reviewed by: jkh
* Offer an X Kern Developer collection, by user request (it's also morejkh1999-03-191-86/+95
| | | | | | | | | orthogonal to the other entries). Clean up X selection code a bit. Choose proper architecture subdirectories on mirror sites now that we've gone fully to the new multi-arch directory scheme.
* o Use larger minimum root size on alpha.jkh1999-03-091-4/+10
| | | | | | o Use proper architecture subdir when fetching bits from snapshot servers. Submitted by: Doug Rabson <dfr@nlsystems.com>
* Put a convenient marker in rc.conf to show updates.jkh1999-02-141-3/+3
| | | | Better screen saver descriptions.
* Include all the recent screen savers.jkh1999-02-141-2/+10
|
* Add spanish mirrors to FTP menu.jkh1999-02-111-1/+5
|
* SMAILCF distro no longer exists.jkh1999-02-071-4/+2
|
* Reshuffle a number of menus to be more navigable. Delete extrajkh1999-02-061-21/+20
| | | | Root Password entry (PR#9291 - Jack O'Neill).
* Ack! Correct a typo which crept into here and reshuffle the index backjkh1999-02-061-2/+2
| | | | into alphabetical order.
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-051-1/+2
| | | | | | | | Now we know which variables are internal and which need to be backed to /etc/rc.conf.site. rc.conf is not touched now. Also kget kernel change information back properly and set up a loader.rc file to use it.
* Update snapshot build machine names.jkh1999-02-051-4/+4
|
* Indicate that we're using XFree86 3.3.3.1jkh1999-02-051-7/+7
|
* Add a lot of additional keymaps to the appropriate menu.jkh1999-02-041-1/+10
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Add compat22 distribution in anticipation of its appearance.jkh1999-02-041-1/+3
|
* Adapt sysinstall more fully to the alpha (deal with proper boot signatures,jkh1999-01-081-1/+8
| | | | | | don't present label editor, etc). Submitted by: dfr
* Remove some remaining references to LKM's. Snaps were trying to unpackpeter1999-01-061-3/+1
| | | | slkm* etc, among other things.
* Remove previous cast again - it triggers a compiler bug on the Alphajkh1998-12-251-2/+2
| | | | | which prevents sysinstall from building. We'll just have to live with the warning on the x86. :(
* Collapse the "get" code substantially by combining common functions.jkh1998-12-221-11/+9
| | | | | Also make mountpoint for each media type easier to change. Also reshuffled some menus for easier usage.
* Stop erroneously claiming that we're installing booteasy.jkh1998-12-091-2/+2
|
* Update for XFree86 3.3.3jkh1998-12-021-7/+7
|
* Add new Korean FTP mirror sites.jdp1998-11-271-1/+7
|
* Adios version.h / RELEASE_NAME hack. Do this right.jkh1998-11-241-4/+4
|
* Deal with both foo.hlp and FOO.TXT files.jkh1998-11-031-9/+9
|
* Small cleanup.jkh1998-09-301-2/+2
|
* various bits of overdue cleanup.jkh1998-09-301-5/+1
|
OpenPOWER on IntegriCloud