aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-2164/+0
| | | | | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Notes: svn path=/head/; revision=225937
* Remove the quotas option from the Startup Services menu.Rebecca Cran2011-02-191-2/+0
| | | | | | | | | | | GENERIC has no support for quotas so this option has no effect. PR: bin/123237 Submitted by: Lawrence Mayer <lawmay3 at i12.com> MFC after: 3 days Notes: svn path=/head/; revision=218840
* In the distribution list, 'A' is listed as the key to press to select bothRebecca Cran2011-02-191-2/+2
| | | | | | | | | | | | 'All' and 'Minimal'. Update the keys for Minimal and Custom to avoid the conflict. PR: bin/153809 Submitted by: Janne Snabb <snabb at epipe.com> MFC after: 3 days Notes: svn path=/head/; revision=218839
* Add missing comma to unbreak the PC98 build.Rebecca Cran2011-01-171-1/+1
| | | | Notes: svn path=/head/; revision=217492
* Reduce the amount of text users need to read on each screen. Also try andRebecca Cran2011-01-171-14/+7
| | | | | | | | | | make it more relevant to modern systems: for example users will be familiar with the MBR but possibly less so with MS-DOS. After installation has finished don't return to the main menu but exit. Notes: svn path=/head/; revision=217491
* Add an option to disable the screensaver.Rebecca Cran2010-12-221-2/+4
| | | | Notes: svn path=/head/; revision=216651
* Update the serial port device names. They changed in 8.0 because the defaultRebecca Cran2010-11-291-12/+12
| | | | | | | | | | | driver is now uart(4). PR: bin/140887 Submitted by: Joe Barbish <fbsd1 at a1poweruser.com> MFC after: 3 days Notes: svn path=/head/; revision=216052
* ntpdate(8) hosts are now configured in rc.conf via ntpdate_hosts.Rebecca Cran2010-11-141-151/+151
| | | | | | | | | PR: bin/148350 Submitted by: Joel FAEDI <joel.faedi at gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=215290
* Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected.Rebecca Cran2010-11-141-1/+1
| | | | | | | | | PR: bin/128587 Submitted by: Mehmet Kose <mehmet.kose at gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=215286
* Add ftp4.se.freebsd.org to the set of mirrors.Rebecca Cran2010-11-131-0/+2
| | | | | | | | | PR: bin/150552 Submitted by: Niclas Zeising <zeising at lysator.liu.se> MFC after: 3 days Notes: svn path=/head/; revision=215263
* We still support PLIP devices, so mention them in addition to ethernet.Rebecca Cran2010-11-131-1/+1
| | | | Notes: svn path=/head/; revision=215224
* Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasNathan Whitehorn2010-10-031-1/+1
| | | | | | | | | | | | a lib32 distribution, and that the GENERIC kernel is named GENERIC64. More modifications will be required later for installations from ftp due to the shared platform name with 32-bit powerpc, but this is enough for snapshot CDs to work. Reviewed by: brucec Notes: svn path=/head/; revision=213386
* FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuringRebecca Cran2010-07-161-7/+2
| | | | | | | | | | | and installing via such devices from sysinstall. Reviewed by: randi Approved by: rrs (mentor) MFC after: 1 month Notes: svn path=/head/; revision=210175
* Revert r209787 pending further discussion.Randi Harper2010-07-081-0/+2
| | | | | | | Approved by: cperciva (mentor) Notes: svn path=/head/; revision=209832
* Remove the ability to upgrade via sysinstall. This feature has been flakyRandi Harper2010-07-081-2/+0
| | | | | | | | | | | and broken for a number of years. freebsd-update now provides a reasonable way to handle upgrades, so keeping this functionality in sysinstall only serves to mislead users. Approved by: cperciva (mentor) Notes: svn path=/head/; revision=209787
* Simplify the wording of the console configuration dialogs since we nowRebecca Cran2010-07-061-10/+9
| | | | | | | | | | only have a single video console driver. Approved by: rrs (mentor) MFC after: 1 month Notes: svn path=/head/; revision=209748
* Make the "Q = Finish" text visible when running sysinstall as a normalRebecca Cran2010-04-211-10/+6
| | | | | | | | | | | application. Reword the boot manager screen to try and avoid confusion. Reviewed by: randi Approved by: rrs (mentor) MFC after: 1 week Notes: svn path=/head/; revision=207005
* Add an entry for the old Beastie logo saver and re-sort.Jung-uk Kim2010-04-071-11/+13
| | | | Notes: svn path=/head/; revision=206368
* Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) andDag-Erling Smørgrav2009-11-101-4/+0
| | | | | | | | | | | | | | | | | | offer to install an SMP kernel. The way this worked was: on supported platforms, code to read ACPI tables and BIOS MP tables was compiled into sysinstall, and if an SMP kernel config was present in the source tree when sysinstall was built, code that called it was also compiled. Since we haven't had SMP kernel configs in years, the latter was never compiled and the former never ran. This only removes dead and unreachable code; it does *not* remove the NCpus variable, nor the code that sets it to 1, nor the code that asks the user to select a kernel from a list. Discussed with: re@, randi@ and others Notes: svn path=/head/; revision=199133
* Spell Israel correctly.Ed Schouten2009-09-181-1/+1
| | | | | | | | Submitted by: Alexey Savartsov <asavartsov gmail com> PR: bin/138580 Notes: svn path=/head/; revision=197308
* Add support for using a livefs from a USB disk.Colin Percival2009-07-081-3/+4
| | | | | | | | Submitted by: randi Approved by: re (kensmith) Notes: svn path=/head/; revision=195442
* - release/* update to use freebsd-doc-* packages instead of buildingMarc Fonvieille2009-06-281-2/+79
| | | | | | | | | | | | | | | FreeBSD docset during 'make release' this will speed up release builds; - sysinstall(8) has also been updated to use these packages with a new menu allowing people to choose what localized doc to install; - mention in UPDATING that docs from the FreeBSD Documentation project are now installed in /usr/local/share/doc/freebsd instead of /usr/share/doc. Approved by: re (kensmith) Notes: svn path=/head/; revision=195132
* Make sysinstall search for /dev/daXa and register such devices as USB disks.Colin Percival2009-06-241-0/+12
| | | | | | | | | | | | This covers the common case of unsliced USB drives, and makes it possible to select them as installation source media. PR: 61152, 115197, 135016 Submitted by: randi MFC after: 1 month Notes: svn path=/head/; revision=194931
* Add an entry for the French macbook keyboard layout.Ollivier Robert2009-04-171-0/+1
| | | | Notes: svn path=/head/; revision=191200
* Add menus to read install.cfg from any disk device sysinstall can seeGreg Lehey2009-03-131-2/+15
| | | | | | | | | | | | | (eg USB key, CD) rather than just floppy. Handle \r\n line termination in a cfg file. Add keeprcconf variable. Submitted by: Daniel O'Connor Notes: svn path=/head/; revision=189754
* Remove vestiges of OLDCARD PC Card support. We haven't needed/usedWarner Losh2009-02-151-8/+0
| | | | | | | this since 5.x. Notes: svn path=/head/; revision=188631
* Explicitly tell the users what a "down side" to using the boot managerKen Smith2008-12-311-8/+11
| | | | | | | | | | | is, consistently call it the boot manager, and switch the order the options are presented so no boot manager is first in the list (and hence more or less the default). This area will probably be rototilled more before 8.0 comes out. Notes: svn path=/head/; revision=186657
* As threatened a while ago, remove support for tape media. Reports varyKen Smith2008-12-171-16/+0
| | | | | | | but most people believe it stopped working a while ago. Notes: svn path=/head/; revision=186202
* Stop treating Xorg as a distribution in the mainline portion of sysinstallKen Smith2008-12-161-44/+4
| | | | | | | | and leave it to be handled in the packages section (or post-install completely) along with all the other packages. Notes: svn path=/head/; revision=186152
* Remove the offer to install Linux compatibility on i386 in the mainlineKen Smith2008-12-121-4/+0
| | | | | | | | portion of sysinstall. Leave it to be treated as a regular package along with all the other packages... Notes: svn path=/head/; revision=185982
* Begin the sysinstall cleanup. Remove the support for configuring OSFKen Smith2008-12-121-4/+0
| | | | | | | binary compatibility. Notes: svn path=/head/; revision=185981
* Catch up with the removal of /usr/src/compat.Ken Smith2008-08-141-2/+0
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=181731
* Remove ftp.hk.super.net, the DNS isn't pointing to anything at the moment.Remko Lodder2008-04-081-3/+0
| | | | | | | | | | | | | | I tested this as well as the submitter and couldn't resolve this either, since I dont want to "announce" dead mirrors, I'll remove it from the list. PR: 122567 Submitted by: vs Approved by: imp (mentor, implicit for trivial changes) MFC after: 1 week Notes: svn path=/head/; revision=178020
* - Add new NTP servers provided by NIC.br (http://www.ntp.br)Marcus Alves Grando2008-01-221-7/+10
| | | | | | | | | | | - Remove nonfunctional servers PR: 119884 Approved by: simon MFC after: 3 days Notes: svn path=/head/; revision=175572
* Change sysinstall's handling of X11 stuff. Doing it in pieces wasKen Smith2008-01-011-196/+1
| | | | | | | | | | | | | | | | | | | | probably the right thing to do a while ago but xorg has progressed to the point that for novice users (who are the ones expected to think installing X11 during an install...) it's best to just install the whole x11/xorg metaport for them. This removes the X11 sub-menus and sets it up so you just select whether or not you want X11. While here garbage collect an X11 configuration menu I missed removing when I removed support for attempting xorg configuration from inside sysinstall a while ago. Discussed with: rwatson, kris No objection from: re Release build tested by: rwatson MFC after: 1 week Notes: svn path=/head/; revision=175029
* xorg-printserver still exists in the ports tree but it's marked asKen Smith2007-11-101-2/+0
| | | | | | | | | | depreciated and scheduled to be removed. Confirmed by: kris MFC after: 3 days Notes: svn path=/head/; revision=173510
* Teach source installation shell script and sysinstall(8) aboutRuslan Ermilov2007-11-091-0/+2
| | | | | | | | | the 'scompat' source dist that holds src/compat/. Reported by: Mars G Miro Notes: svn path=/head/; revision=173498
* Update X11 dists for xorg-7.3 layout.Ken Smith2007-11-081-5/+1
| | | | | | | X-MFC-after: Insta-MFC may be coming so this can get into 6.3-BETA2. Notes: svn path=/head/; revision=173453
* Disconnect the soon-to-be removed installation notes from sysinstall(8)Bruce A. Mah2007-08-141-17/+15
| | | | | | | | | menus. Approved by: re (blanket for installation notes removal) Notes: svn path=/head/; revision=171834
* Remove reference to 'phosphor' in the screensaver menu as this is lessMurray Stokely2007-06-291-1/+1
| | | | | | | | | | meaningful in the LCD world. Submitted by: Ben Kaduk <minimarmot@gmail.com> Approved by: re (kensmith) Notes: svn path=/head/; revision=171090
* Teach sysinstall about the 'scddl' source dist.John Baldwin2007-06-281-0/+2
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=171081
* o Fix typo: firwalling -> firewalling.Maxim Konovalov2007-05-191-1/+1
| | | | | | | | | PR: docs/112776 Submitted by: asmodai MFC after: 1 week Notes: svn path=/head/; revision=169738
* Add a new turkish mirrorErwin Lansing2006-12-101-0/+4
| | | | | | | | | Submitted by: Evren Yurtesen <yurtesen@ispro.net> Reviewed by: simon MFC after: 3 days Notes: svn path=/head/; revision=165083
* Add ftp.il.freebsd.org to the IPv6 server section.Erwin Lansing2006-12-021-0/+2
| | | | | | | | | Submitted by: Rostislav Krasny <rosti.bsd@gmail.com> Reviewed by: simon (also previous commit) MFC: 3 days Notes: svn path=/head/; revision=164822
* - Add israeli mirror [1]Erwin Lansing2006-12-011-1/+6
| | | | | | | | | | - Add an IPv6 main site now both ISC and TDC have IPv6 Submitted by: Rostislav Krasny <rosti.bsd@gmail.com> [1] MFC: 3 days Notes: svn path=/head/; revision=164813
* Fix minimal installation check. 'X' was not displayed when it was selected.Jung-uk Kim2006-04-141-1/+1
| | | | | | | | Reported by: Ian J. Hart <ianjhart at ntlworld dot com> Pieter de Goeje <pieter at degoeje dot nl> Notes: svn path=/head/; revision=157759
* Revamp base system packaging of kernels to enable up/smp selectionSam Leffler2006-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. Notes: svn path=/head/; revision=156436
* Add new NTP servers for Taiwan.Ceri Davies2006-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 Notes: svn path=/head/; revision=156169
* - Autogenerate a menu containing a list of countries and keymaps supportedJohn Baldwin2006-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 Notes: svn path=/head/; revision=156118
* Correct a user-visible typo.Ceri Davies2006-02-051-1/+1
| | | | Notes: svn path=/head/; revision=155348