summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
Commit message (Expand)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is onenwhitehorn2011-10-031-1349/+0
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Reduce the amount of text users need to read on each screen. Also try andbrucec2011-01-171-4/+7
* Ignore any failures with the "local" distribution since it's not presentbrucec2010-12-061-1/+1
* "Web" should not be all upper-case because it's not an acronym.brucec2010-11-141-1/+1
* We still support PLIP devices, so mention them in addition to ethernet.brucec2010-11-131-1/+1
* Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasnwhitehorn2010-10-031-1/+1
* To restart, sysinstall calls execl. Since it will create a new process, webrucec2010-08-171-1/+1
* FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuringbrucec2010-07-161-1/+1
* Revert r209787 pending further discussion.randi2010-07-081-5/+15
* Remove the ability to upgrade via sysinstall. This feature has been flakyrandi2010-07-081-15/+5
* Make it easier to cancel a failing installation by only attempting tobrucec2010-06-231-2/+4
* When installing on a machine which doesn't have a VGA card installed, enablebrucec2010-06-231-0/+29
* Fix build breakages on ia64 introduced some commits ago.marcel2010-06-131-2/+0
* Unbreak the build on less common architectures.ed2010-06-131-1/+6
* Make sysinstall WARNS=2 clean.randi2010-06-111-1/+0
* Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) anddes2009-11-101-14/+1
* Fix references to the kernel distributions to use the correct namesjhb2009-08-121-1/+1
* Add support for using a livefs from a USB disk.cperciva2009-07-081-0/+27
* Refactor code from installFixitCDROM into a new function, fixit_livefs_common.cperciva2009-07-081-49/+70
* Remove vestiges of OLDCARD PC Card support. We haven't needed/usedimp2009-02-151-1/+0
* Remove the offer to install Linux compatibility on i386 in the mainlinekensmith2008-12-121-6/+0
* Begin the sysinstall cleanup. Remove the support for configuring OSFkensmith2008-12-121-6/+0
* Remove sysinstall's ability to adjust the tape block size. Installs fromkensmith2008-08-201-1/+0
* Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).philip2007-06-251-1/+1
* Remove a warning regarding disk entries in /dev.ceri2006-11-111-2/+1
* Fix typos in comments.ceri2006-11-071-1/+1
* If the user did not chose a distribution from the menu, a sensibleerwin2006-10-231-0/+2
* Fix the output glitch.ru2006-08-211-1/+1
* Add FreeBSD version information to the menu title so it's possible tosimon2006-07-151-15/+3
* Disable an SMP detection on pc98.nyan2006-03-101-1/+1
* missed a case that needs WITH_SMPsam2006-03-091-0/+2
* Revamp base system packaging of kernels to enable up/smp selectionsam2006-03-081-1/+35
* An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout toceri2005-12-291-2/+2
* Automatically switch to ttyv3 where the fixit shell is running when usingjhb2005-03-021-0/+2
* - Fix a bug in sysinstall related to mounting CD-ROMs. If mount(2) failsjhb2005-03-021-5/+23
* Remove /stand when we are done with it.obrien2005-02-071-0/+3
* Removed bitrot.ru2005-01-131-5/+2
* Remove support for configuring the X server from sysinstall. Generalkensmith2004-08-301-6/+0
* o Save pointers to the chunks for root, home, swap, usr, var and tmp inmarcel2004-08-071-99/+65
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+1
* ia64 specific:marcel2004-08-041-21/+46
* Move the inclusion of libdisk.h from sysinstall.h to the source filesmarcel2004-08-021-0/+1
* Mods for powerpc.grehan2004-05-151-10/+20
* Minor fixes for ia64 installs:jhb2004-05-071-0/+6
* Remove unused variables.jhb2004-03-111-3/+0
* In checkLabels(), deal with the fact that on ia64 we do not have amarcel2004-01-301-0/+12
* Teach the Fixit environment how to deal with a dynamic root. Symlinkscottl2003-12-211-6/+6
* Remove security profiles from sysinstall. Currently, security profilerwatson2003-11-281-11/+4
* Various NFS-related bug fixes (mostly related to using variable_get()des2003-10-191-0/+2
OpenPOWER on IntegriCloud