aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.David Christensen2011-03-141-0/+1
| | | | | | | | | (BCM57710, BCM57711, BCM57711E) MFC after: One month Notes: svn path=/head/; revision=219647
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
| | | | | | | | | PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days Notes: svn path=/head/; revision=218909
* Allow users to create ufs1 filesystems via the noninteractive install.cfgRebecca Cran2011-02-191-0/+2
| | | | | | | | | | system. PR: bin/113979 MFC after: 3 days Notes: svn path=/head/; revision=218841
* 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
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.Navdeep Parhar2011-02-181-0/+1
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=218792
* 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-172-18/+14
| | | | | | | | | | 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
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-121-3/+3
| | | | | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog Notes: svn path=/head/; revision=217309
* Add vte(4) to the list of supported network interface.Pyun YongHyeon2010-12-311-0/+1
| | | | Notes: svn path=/head/; revision=216830
* Add an option to disable the screensaver.Rebecca Cran2010-12-221-2/+4
| | | | Notes: svn path=/head/; revision=216651
* USB probing often takes a long time and finishes finding devices after initRebecca Cran2010-12-131-1/+1
| | | | | | | | | | | has started. In the case of sysinstall, this means that it has already built its list of devices before probing finishes. Add a hint for users who have booted from a USB stick only to find that sysinstall can't find it. MFC after: 3 days Notes: svn path=/head/; revision=216407
* Ignore any failures with the "local" distribution since it's not presentRebecca Cran2010-12-062-2/+5
| | | | | | | | | | | | on release CDs and so will normally fail. installCommit() returns a DITEM_ value, not a Boolean. distExtractAll() returns a Boolean, not a DITEM_ value. Reported by: kensmith MFC after: 3 days Notes: svn path=/head/; revision=216243
* If no floppy drive is installed kldBrowser() can generate an error early on.Rebecca Cran2010-11-291-2/+2
| | | | | | | | | | | | Initialize menu and count so the cleanup code doesn't try and use their uninitialized values. PR: bin/152270 Submitted by: Remi LAURENT <cloud at madpowah.org> MFC after: 3 days Notes: svn path=/head/; revision=216053
* Update the serial port device names. They changed in 8.0 because the defaultRebecca Cran2010-11-292-13/+13
| | | | | | | | | | | 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
* dispatch_add_command:Rebecca Cran2010-11-211-9/+23
| | | | | | | | | | | | | | | | | Modify the logic so there's only one exit point instead of two. Only insert valid (non-NULL) values into the queue. dispatch_free_command: Ensure that item is not NULL before removing it from the queue and dereferencing the pointer. NULL out free'd pointers to catch any use-after-free bugs. PR: bin/146855 Submitted by: gcooper MFC after: 3 days Notes: svn path=/head/; revision=215637
* ipv6_enable has been obsoleted in favour of ipv6_activate_all_interfaces.Rebecca Cran2010-11-141-1/+1
| | | | Notes: svn path=/head/; revision=215314
* Fix use of CD_VERSION=any in cdrom.inf by calling strcmp instead ofRebecca Cran2010-11-141-1/+1
| | | | | | | | | | | variable_cmp. PR: bin/142960 Submitted by: G. Paul Ziemba <p-fbsd-bugs at ziemba.us> MFC after: 1 week Notes: svn path=/head/; revision=215296
* Remove support for cpioVerbose=medium because bsdcpio doesn't support theRebecca Cran2010-11-143-7/+2
| | | | | | | | | | | "-V" flag. PR: bin/151821 Submitted by: Devin Teske <dteske at vicor.com> MFC after: 1 week Notes: svn path=/head/; revision=215291
* ntpdate(8) hosts are now configured in rc.conf via ntpdate_hosts.Rebecca Cran2010-11-144-159/+159
| | | | | | | | | PR: bin/148350 Submitted by: Joel FAEDI <joel.faedi at gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=215290
* "Web" should not be all upper-case because it's not an acronym.Rebecca Cran2010-11-141-1/+1
| | | | | | | | | PR: bin/130366 Submitted by: Royce Williams <royce at alaska.net> MFC after: 1 week Notes: svn path=/head/; revision=215287
* 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-132-2/+2
| | | | Notes: svn path=/head/; revision=215224
* Use the RFC2606 domain example.com in examples.Rebecca Cran2010-10-131-2/+2
| | | | Notes: svn path=/head/; revision=213763
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasNathan Whitehorn2010-10-035-6/+12
| | | | | | | | | | | | 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
* MFtbemd:Warner Losh2010-08-231-1/+1
| | | | | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. Notes: svn path=/head/; revision=211725
* To restart, sysinstall calls execl. Since it will create a new process, weRebecca Cran2010-08-176-28/+51
| | | | | | | | | | | | | | can't check to see if sysinstall is running as init just by checking if the PID is 0. Introduce a new option that sets the RunningAsInit flag, and update the code to check RunningAsInit intstead of getpid(). PR: bin/38854 Submitted by: Peter Sedeffow <peter at trumanbrewery.com> Approved by: rrs (mentor) MFC after: 1 month Notes: svn path=/head/; revision=211417
* Correctly spell janice and jimmy as janis and jimi (assumingJens Schweikhardt2010-08-141-14/+14
| | | | | | | the famous rock stars meant were Miss Joplin and Mr Hendrix.) Notes: svn path=/head/; revision=211318
* Fix a couple of typos.Ulrich Spörlein2010-07-301-1/+1
| | | | | | | | | PR: docs/148891 Submitted by: olgeni MFC after: 1 week Notes: svn path=/head/; revision=210641
* If a size suffix isn't entered, just use the value entered. This fixesRebecca Cran2010-07-221-0/+3
| | | | | | | | | | | | | a bug caused by r209235 where entering a number of blocks after previously entering a size in MB/GB would result in the size of the previous partition being used. PR: bin/148266 Submitted by: jpaetzel Approved by: rrs (mentor) Notes: svn path=/head/; revision=210381
* - Add Latinamerican keymaps to sysinstall's Makefile so that it canGabor Kovesdan2010-07-191-2/+3
| | | | | | | | | | | | find them [1] - While here, also add a missing Spanish entry PR: bin/67365 [1] Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1] Approved by: delphij (mentor) Notes: svn path=/head/; revision=210255
* FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuringRebecca Cran2010-07-164-262/+4
| | | | | | | | | | | 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-087-6/+551
| | | | | | | Approved by: cperciva (mentor) Notes: svn path=/head/; revision=209832
* Remove the ability to upgrade via sysinstall. This feature has been flakyRandi Harper2010-07-087-551/+6
| | | | | | | | | | | 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
* Add support for remote logging to syslogd via an install.cfg variable.Randi Harper2010-07-073-6/+82
| | | | | | | | Approved by: cperciva (mentor) MFC after: 3 weeks Notes: svn path=/head/; revision=209782
* Add further documentation for netDev in install.cfg to reflect the newRandi Harper2010-07-071-0/+1
| | | | | | | | | | usage. Approved by: cperciva (mentor) MFC after: 3 days Notes: svn path=/head/; revision=209778
* Increase the default and minimum partition sizes.Rebecca Cran2010-07-071-7/+7
| | | | | | | | | | | | | | | | | | | Bump / to 1GB, /var to 4GB and /tmp to 1GB. A 512MB root partition is now too small to hold two kernels, so to prevent installkernel failing 1GB is a better default. Likewise, applications are storing more data in /var so 4GB is more reasonable on a modern machine. The previous minimum partition sizes were too small to hold a minimal installation, and have been adjusted accordingly. Discussed with: rwatson, simon Approved by: rrs (mentor) MFC after: 1 week Notes: svn path=/head/; revision=209764
* 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
* Update the man page to reflect the changes to the netDev configurationRandi Harper2010-06-231-6/+4
| | | | | | | | | | variable. Approved by: cperciva (mentor) MFC after: 3 days Notes: svn path=/head/; revision=209481
* Make it easier to cancel a failing installation by only attempting toRebecca Cran2010-06-232-9/+19
| | | | | | | | | | | | extract distributions once. If a distribution fails to fetch/extract and the user doesn't want to retry, abort the installation. Reviewed by: randi Approved by: rrs (mentor) MFC after: 1 month Notes: svn path=/head/; revision=209468
* When installing on a machine which doesn't have a VGA card installed, enableRebecca Cran2010-06-231-0/+29
| | | | | | | | | | | | | | a getty on the serial port so that it's possible to login when the system is rebooted. PR: bin/23098 Submitted by: Doug Ambrisko <ambrisko at whistle.com> Reviewed by: randi Approved by: rrs (mentor) MFC after: 1 month Notes: svn path=/head/; revision=209467
* Remove unnecessarily inflammatory commentary.Randi Harper2010-06-221-3/+0
| | | | | | | Approved by: cperciva (mentor) Notes: svn path=/head/; revision=209446
* Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note thatRandi Harper2010-06-204-5/+5
| | | | | | | | | | the "aux" value in libdialog is really an opaque pointer, but libdialog stores it as a long for historical reasons. Approved by: cperciva (mentor) Notes: svn path=/head/; revision=209359
* * Allow partial MB/GB values to be entered in the slice and label editors.Rebecca Cran2010-06-163-20/+39
| | | | | | | | | | | | | | | * Don't strdup the name when calling deviceRegister because the string is copied within new_device. * Use a subtype of 165, not 3, when creating a slice in noninteractive mode. PR: bin/135333 PR: bin/66350 Approved by: rrs (mentor) MFC after: 1 month Notes: svn path=/head/; revision=209235
* Further unbreak powerpc & sparc64.Marcel Moolenaar2010-06-141-1/+3
| | | | Notes: svn path=/head/; revision=209172
* Fix build breakages on ia64 introduced some commits ago.Marcel Moolenaar2010-06-132-36/+37
| | | | Notes: svn path=/head/; revision=209143
* Unbreak the build on less common architectures.Ed Schouten2010-06-131-1/+6
| | | | | | | Submitted by: Andreas Tobler <andreast list fgznet ch> Notes: svn path=/head/; revision=209123
* Clean up code by removing pre-C99 struct hack preprocessor magic.Colin Percival2010-06-111-6/+0
| | | | | | | Approved by: randi (maintainer) Notes: svn path=/head/; revision=209072