summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix PC98 build.delphij2006-08-091-1/+1
| | | | Spotted by: make universe
* Partitions are only meaningful for i386 and amd64 architectures, so disabledelphij2006-08-081-0/+2
| | | | these code on other architectures.
* Make sade(8) WARNS=3 clean.delphij2006-08-081-15/+8
|
* Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and ↵netchild2006-08-071-2223/+9
| | | | | | | | | | | | disklabel part of sysinstall. So sysinstall may retire now, we have the important non-install part of it covered. ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches to change this and to clean it up internally are more than welcome. Submitted by: mami@nyitolap.hu
* Fix minimal installation check. 'X' was not displayed when it was selected.jkim2006-04-141-1/+1
| | | | | Reported by: Ian J. Hart <ianjhart at ntlworld dot com> Pieter de Goeje <pieter at degoeje dot nl>
* Revamp base system packaging of kernels to enable up/smp selectionsam2006-03-081-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | at runtime and to support distributing additional kernels: o remove kernel from the base tarball o add new kernel tarballs o build + package both SMP and GENERIC kernels when an <arch>/conf/SMP config file is present o add sysinstall support for multiple kernels o update sysinstall to probe for the number of cpus on a system and auto-select smp/up kernel accordingly o add a post-kernels install hook to fixup /boot/kernel o add -ldevinfo to boot crunch for sysinstall's cpu probing logic Notes: 1. On HEAD this code is not currently used because GENERIC kernels include SMP. This work is mainly intended for RELENG_6 where the GENERIC kernel is UP. If HEAD changes to match then just enable WITH_SMP in sysinstall/Makefile. 2. The cpu probing support is done with acpi and MPTable; this means some systems will require work for auto-detection to work. 3. The handling of /boot/kernel may need to be revisited; for now we rename one kernel at the last moment (SMP if installed, otherwise GENERIC). There are other, possibly better, approaches. Lots of help from ru, emaste, scottl, and jhb.
* Add new NTP servers for Taiwan.ceri2006-03-011-0/+15
| | | | | | | PR: bin/92160 Submitted by: Jose Liang <jose at jose dot idv pinkt tw> Approved by: jhb MFC After: 2 days
* - Autogenerate a menu containing a list of countries and keymaps supportedjhb2006-02-281-2/+6
| | | | | | | | | | | | | | | by syscons. - If we are running as init, popup the country menu before the main menu. If a non-default country is chosen, then a second menu is brought up to let the user choose a keymap. By default the default keymap for the country that was selected is highlighted. If the user chooses the default country, then the default keymap is just assumed and the user is not presented with the keymap menu. Currently the default country is set to "United States" except for PC98 which assumes "Japan". PR: bin/93853 Submitted by: Seth Kingsley sethk at magnesium dot net MFC after: 3 days
* Correct a user-visible typo.ceri2006-02-051-1/+1
|
* Add ntp.cgi.cz.ceri2006-01-151-0/+3
| | | | | | | PR: bin/90095 Submitted by: Jakub Chromy <hicks at cgi dott cz> Approved by: jhb (proxy mentor) MFC after: 3 days
* Remove usbd(8) and all references to it. It is no longer necessaryiedowse2005-12-151-4/+0
| | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry
* - Remove NTP servers which do not resolve in DNS.rodrigc2005-08-241-87/+69
| | | | | | | | | | - Use pool.ntp.org servers where possible, thanks to Chuck Swiger <cswiger at mac dot com> . - Update list of Swedish NTP servers, thanks to Fredrik Lindberg <fli+freebsd-current at shapeshifter dot se> . PR: bin/75479 MFC after: 1 day
* Provide 32-bit runtime support on amd64 as a separate distribution, lib32.ru2005-06-161-0/+4
| | | | | | Prodded by: obrien Nodded by: peter Approved by: re
* The current NTP servers for .nl do not work with ntpdate, so switch tojhb2005-05-061-6/+6
| | | | | | | | using the servers provided by nl.net instead. PR: bin/80659 Submitted by: Jilles Tjoelker jilles at stack dot nl MFC after: 3 days
* Add ntp.jst.mfeed.ad.jp and ntp1.v6.mfeed.ad.jp (IPv6 only) tomatusita2005-05-011-0/+6
| | | | | | | | | | | the NTP server list. The servers are by Internet Multifeed Co., and connected to their IX service JPNAP. It would be a good NTP server for machines in Japan. See also http://www.jst.mfeed.ad.jp/ for more details (Japanese only). Reviewed by: nork
* Change the Romania NTP server to point to a working server.jhb2005-03-281-2/+2
| | | | | Submitted by: Ion-Mihai Tetcu itetcu at people dot tecnik93 dot com MFC after: 3 days
* Add Central European and Slovak keymaps to sysinstall.murray2005-03-191-0/+2
| | | | | PR: misc/78701 MFC after: 1 week
* Add "NTP pool servers" to the list, including Worldwide, Asia, Europe,matusita2005-01-251-0/+15
| | | | | | | Oceania, and North America. Obtained from: http://ntp.isc.org/bin/view/Servers/NTPPoolServers MFC after: 1 week
* ntp.cyber-fleet.net is not in DNS database, remove it.matusita2005-01-251-3/+0
| | | | Reported by: sarumaru at ReichaNet IRC, users-jp@jp.FreeBSD.org, etc.
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-191-12/+12
| | | | | PR: 73878 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Add ftp8.de.freebsd.orgjosef2004-11-061-0/+2
| | | | | Requested by: vs Approved by: ssouhlal
* Revert rev. 1.351 of this file, which allowed users to read thebmah2004-09-181-9/+7
| | | | | (now obsolete and disconnected on HEAD) Early Adopters Guide from within sysinstall.
* Remove support for configuring the X server from sysinstall. Generalkensmith2004-08-301-4/+0
| | | | | | | | | concensus seems to be that is best left for doing post-install. Discussed on: freebsd-current@ Tested with: make release Approved by: re@ MFC after: 3 days
* Start the de-orbital burn of our previous FreeBSD version compat libsobrien2004-08-291-16/+0
| | | | | | living in usr/src. We need to use them from ports to record dependencies. Discussed with: re(scottl)
* No longer do special handling of Perl. FreeBSD users have all of 5.xobrien2004-08-251-2/+0
| | | | | | | | | | to get used to the fact that Perl is no longer part of the base system. It is practically impossible to install any useful package and not get Perl automatically pulled in as a dependency. So the typical user will get their Perl. This change greatly reduces the amount of manual labor in building the miniinst.iso in release building.
* Add snapshots.se.freebsd.org to list of available ftp mirrors.josef2004-08-241-1/+3
| | | | | Dont forget to use X-LATEST as Release Name (where X is version major number) when you choose a snapshot server.
* Teach sysinstall about the "srescue" distribution, which contains thecperciva2004-08-101-0/+2
| | | | | | | | contents of /usr/src/rescue. Until now, the files were shipped with releases but sysinstall would ignore them (resulting in a non-buildable source tree). Sanity checked by: jhb
* Initial pass at shifting sysinstall(8) to install X.org instead of XFree86.kensmith2004-08-101-72/+79
| | | | | | | There are still a few nits to work out (graphical config non-functional). Patches by: anholt@, adapted slightly Reviewed by: 'make release'
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-14/+8
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* Add latinamerican.iso.accache2004-06-011-1/+2
|
* lat-amer -> latinamerican keymapache2004-06-011-1/+1
| | | | PR: 67365
* Pressing 's' in the initial menu should result in selecting the 'Standard'kensmith2004-05-181-1/+1
| | | | | | | | | | | | installation as far as most people are concerned but both 'Standard' and 'Select' begin with S and 'Select' is winning. This makes it so 'Select' is not select-able using a keystroke but that is probably for the best and the text on the screen adequately describes how to move back and forth between 'Select' and 'Exit'. Adapted from work by: josef@ PR: i386/37999 MFC after: 1 week
* Sync list of FTP sites with current reality.kensmith2004-04-121-12/+10
| | | | | MFC after: 1 day Approved by: rwatson (mentor)
* Fixed assorted misuses of NULL in integer context.bde2004-03-111-1/+1
|
* - Add new FTP mirror site in Turkey (first/only one).kensmith2003-12-211-0/+3
| | | | Approved by: murray (re@)
* Replace the KDE and GNOME 2 desktops with KDE (Lite Edition) and GNOME 2marcus2003-12-021-2/+2
| | | | | | | | (Lite Edition) respectively. These "lite" packages are streamlined to provide users with the core essentials for each desktop and to fit on the release disc 1. Approved by: re (scottl)
* Spell SSHd as sshd.rwatson2003-12-011-1/+1
| | | | | Requested by: jhb Approved by: re (jhb)
* Add a Securelevel sub-menu to the Security configuration menu,rwatson2003-11-291-0/+24
| | | | | | | | | | | | | permitting the administrator to select a securelevel top operate at. Include a helpfile summarizing some of the information from init(8). This allows for explicit configuration of securelevels, which was previously implicit in Security Profile selection. Currently, there are no checkboxes for the active securelevel, because sysinstall's facilities for deriving "current settings" from rc.conf may use only one variable, not two, and I opted for the simplest approach at this point. Approved by: re (scottl)
* Remove security profiles from sysinstall. Currently, security profilerwatson2003-11-281-17/+1
| | | | | | | | | | | | | | | | | selection is used to drive two configuration parameters: (1) Default enable/disable for sshd (2) Default enable/disable for securelevels Replace this with an explicit choice to enable/disable sshd. A follow-up commit will add a configuration option to the Security post-install configuration menu to set the securelevel in rc.conf explicitly. This should reduce the level of foot-shooting associated with accidental enabling of securelevels, make the nature and implications of the securelevel configuration options more explicit, as well as make the choice to enable/disable sshd more explicit. Approved by: re (scottl)
* - Drop down to one snapshots FTP site since that's all we have nowkensmith2003-11-241-16/+20
| | | | | | | - Adjust names of IPv6 FTP hosts a bit - Sync list of FTP sites with reality Approved by: rwatson (re@)
* Add Greek keymaps to sysinstall.jhb2003-11-201-0/+3
| | | | | | PR: bin/59078 Submitted by: Panagiotis Astithas <past@noc.ntua.gr> Approved by: re (rwatson)
* When we pass a string as auxillary data (type long), be sure to convertpeter2003-10-261-1/+2
| | | | it to a suitable type for the initialization.
* - Another update to list of FTP siteskensmith2003-09-281-0/+17
| | | | Approved by: murray
* Update list of FTP sites.kensmith2003-09-241-124/+117
| | | | Approved by: jhb
* Name moderate security settings "Moderate", not "Medium"eivind2003-09-181-1/+1
|
* Referring to FreeBSD versions later than 2.0R as "fairly recent" is prettyphk2003-09-181-2/+1
| | | | | | | archaic at this point in time. Pretend nobody runs FreeBSD 1.x anymore in order to not confuse people needlessly. Laplink support probably doesn't even work at this point in time anyway...
* Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled theobrien2003-08-191-171/+0
| | | | | | installing XFree86 (version 3.3.6 and before). Reviewed by: jhb
* Give users the ability to select an alternative MTA during the installation.trhodes2003-07-121-17/+22
| | | | | | | | This option adds Postfix and Exim to the list, however, qmail is not added due to license restrictions. Collaborated with: Simon L. Nielsen <simon@nitro.dk> Reviewed by: jhb, re@, -audit.
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.peter2003-05-241-1/+1
| | | | | Approved by: re (murray) Obtained from: obrien
* The "krb5" distribution was merged with "crypto", record the death.ru2003-05-221-2/+0
| | | | | Reviewed by: jhb Approved by: re (jhb)
OpenPOWER on IntegriCloud