summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
AgeCommit message (Collapse)Author
2011-10-03Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn
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
2011-06-24Remove duplicated header filesKevin Lo
Notes: svn path=/head/; revision=223492
2011-03-14- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.David Christensen
(BCM57710, BCM57711, BCM57711E) MFC after: One month Notes: svn path=/head/; revision=219647
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days Notes: svn path=/head/; revision=218909
2011-02-19Allow users to create ufs1 filesystems via the noninteractive install.cfgRebecca Cran
system. PR: bin/113979 MFC after: 3 days Notes: svn path=/head/; revision=218841
2011-02-19Remove the quotas option from the Startup Services menu.Rebecca Cran
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
2011-02-19In the distribution list, 'A' is listed as the key to press to select bothRebecca Cran
'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
2011-02-18cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.Navdeep Parhar
MFC after: 3 weeks Notes: svn path=/head/; revision=218792
2011-01-17Add missing comma to unbreak the PC98 build.Rebecca Cran
Notes: svn path=/head/; revision=217492
2011-01-17Reduce the amount of text users need to read on each screen. Also try andRebecca Cran
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
2011-01-12Update dialog to version 20100428. This changes the license under whichNathan Whitehorn
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
2010-12-31Add vte(4) to the list of supported network interface.Pyun YongHyeon
Notes: svn path=/head/; revision=216830
2010-12-22Add an option to disable the screensaver.Rebecca Cran
Notes: svn path=/head/; revision=216651
2010-12-13USB probing often takes a long time and finishes finding devices after initRebecca Cran
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
2010-12-06Ignore any failures with the "local" distribution since it's not presentRebecca Cran
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
2010-11-29If no floppy drive is installed kldBrowser() can generate an error early on.Rebecca Cran
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
2010-11-29Update the serial port device names. They changed in 8.0 because the defaultRebecca Cran
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
2010-11-21dispatch_add_command:Rebecca Cran
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
2010-11-14ipv6_enable has been obsoleted in favour of ipv6_activate_all_interfaces.Rebecca Cran
Notes: svn path=/head/; revision=215314
2010-11-14Fix use of CD_VERSION=any in cdrom.inf by calling strcmp instead ofRebecca Cran
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
2010-11-14Remove support for cpioVerbose=medium because bsdcpio doesn't support theRebecca Cran
"-V" flag. PR: bin/151821 Submitted by: Devin Teske <dteske at vicor.com> MFC after: 1 week Notes: svn path=/head/; revision=215291
2010-11-14ntpdate(8) hosts are now configured in rc.conf via ntpdate_hosts.Rebecca Cran
PR: bin/148350 Submitted by: Joel FAEDI <joel.faedi at gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=215290
2010-11-14"Web" should not be all upper-case because it's not an acronym.Rebecca Cran
PR: bin/130366 Submitted by: Royce Williams <royce at alaska.net> MFC after: 1 week Notes: svn path=/head/; revision=215287
2010-11-14Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected.Rebecca Cran
PR: bin/128587 Submitted by: Mehmet Kose <mehmet.kose at gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=215286
2010-11-13Add ftp4.se.freebsd.org to the set of mirrors.Rebecca Cran
PR: bin/150552 Submitted by: Niclas Zeising <zeising at lysator.liu.se> MFC after: 3 days Notes: svn path=/head/; revision=215263
2010-11-13We still support PLIP devices, so mention them in addition to ethernet.Rebecca Cran
Notes: svn path=/head/; revision=215224
2010-10-13Use the RFC2606 domain example.com in examples.Rebecca Cran
Notes: svn path=/head/; revision=213763
2010-10-08mdoc: drop redundant .Pp and .LP callsUlrich Spörlein
They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
2010-10-03Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasNathan Whitehorn
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
2010-08-23MFtbemd:Warner Losh
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
2010-08-17To restart, sysinstall calls execl. Since it will create a new process, weRebecca Cran
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
2010-08-14Correctly spell janice and jimmy as janis and jimi (assumingJens Schweikhardt
the famous rock stars meant were Miss Joplin and Mr Hendrix.) Notes: svn path=/head/; revision=211318
2010-07-30Fix a couple of typos.Ulrich Spörlein
PR: docs/148891 Submitted by: olgeni MFC after: 1 week Notes: svn path=/head/; revision=210641
2010-07-22If a size suffix isn't entered, just use the value entered. This fixesRebecca Cran
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
2010-07-19- Add Latinamerican keymaps to sysinstall's Makefile so that it canGabor Kovesdan
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
2010-07-16FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuringRebecca Cran
and installing via such devices from sysinstall. Reviewed by: randi Approved by: rrs (mentor) MFC after: 1 month Notes: svn path=/head/; revision=210175
2010-07-08Revert r209787 pending further discussion.Randi Harper
Approved by: cperciva (mentor) Notes: svn path=/head/; revision=209832
2010-07-08Remove the ability to upgrade via sysinstall. This feature has been flakyRandi Harper
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
2010-07-07Add support for remote logging to syslogd via an install.cfg variable.Randi Harper
Approved by: cperciva (mentor) MFC after: 3 weeks Notes: svn path=/head/; revision=209782
2010-07-07Add further documentation for netDev in install.cfg to reflect the newRandi Harper
usage. Approved by: cperciva (mentor) MFC after: 3 days Notes: svn path=/head/; revision=209778
2010-07-07Increase the default and minimum partition sizes.Rebecca Cran
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
2010-07-06Simplify the wording of the console configuration dialogs since we nowRebecca Cran
only have a single video console driver. Approved by: rrs (mentor) MFC after: 1 month Notes: svn path=/head/; revision=209748
2010-06-23Update the man page to reflect the changes to the netDev configurationRandi Harper
variable. Approved by: cperciva (mentor) MFC after: 3 days Notes: svn path=/head/; revision=209481
2010-06-23Make it easier to cancel a failing installation by only attempting toRebecca Cran
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
2010-06-23When installing on a machine which doesn't have a VGA card installed, enableRebecca Cran
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
2010-06-22Remove unnecessarily inflammatory commentary.Randi Harper
Approved by: cperciva (mentor) Notes: svn path=/head/; revision=209446
2010-06-20Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note thatRandi Harper
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
2010-06-16* Allow partial MB/GB values to be entered in the slice and label editors.Rebecca Cran
* 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
2010-06-14Further unbreak powerpc & sparc64.Marcel Moolenaar
Notes: svn path=/head/; revision=209172
2010-06-13Fix build breakages on ia64 introduced some commits ago.Marcel Moolenaar
Notes: svn path=/head/; revision=209143