summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/install.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 196147: Fix references to the kernel distributions to use the correctJohn Baldwin2009-08-121-1/+1
* Add support for using a livefs from a USB disk.Colin Percival2009-07-081-0/+27
* Refactor code from installFixitCDROM into a new function, fixit_livefs_common.Colin Percival2009-07-081-49/+70
* Remove vestiges of OLDCARD PC Card support. We haven't needed/usedWarner Losh2009-02-151-1/+0
* Remove the offer to install Linux compatibility on i386 in the mainlineKen Smith2008-12-121-6/+0
* Begin the sysinstall cleanup. Remove the support for configuring OSFKen Smith2008-12-121-6/+0
* Remove sysinstall's ability to adjust the tape block size. Installs fromKen Smith2008-08-201-1/+0
* Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).Philip Paeps2007-06-251-1/+1
* Remove a warning regarding disk entries in /dev.Ceri Davies2006-11-111-2/+1
* Fix typos in comments.Ceri Davies2006-11-071-1/+1
* If the user did not chose a distribution from the menu, a sensibleErwin Lansing2006-10-231-0/+2
* Fix the output glitch.Ruslan Ermilov2006-08-211-1/+1
* Add FreeBSD version information to the menu title so it's possible toSimon L. B. Nielsen2006-07-151-15/+3
* Disable an SMP detection on pc98.Yoshihiro Takahashi2006-03-101-1/+1
* missed a case that needs WITH_SMPSam Leffler2006-03-091-0/+2
* Revamp base system packaging of kernels to enable up/smp selectionSam Leffler2006-03-081-1/+35
* An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout toCeri Davies2005-12-291-2/+2
* Automatically switch to ttyv3 where the fixit shell is running when usingJohn Baldwin2005-03-021-0/+2
* - Fix a bug in sysinstall related to mounting CD-ROMs. If mount(2) failsJohn Baldwin2005-03-021-5/+23
* Remove /stand when we are done with it.David E. O'Brien2005-02-071-0/+3
* Removed bitrot.Ruslan Ermilov2005-01-131-5/+2
* Remove support for configuring the X server from sysinstall. GeneralKen Smith2004-08-301-6/+0
* o Save pointers to the chunks for root, home, swap, usr, var and tmp inMarcel Moolenaar2004-08-071-99/+65
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+1
* ia64 specific:Marcel Moolenaar2004-08-041-21/+46
* Move the inclusion of libdisk.h from sysinstall.h to the source filesMarcel Moolenaar2004-08-021-0/+1
* Mods for powerpc.Peter Grehan2004-05-151-10/+20
* Minor fixes for ia64 installs:John Baldwin2004-05-071-0/+6
* Remove unused variables.John Baldwin2004-03-111-3/+0
* In checkLabels(), deal with the fact that on ia64 we do not have aMarcel Moolenaar2004-01-301-0/+12
* Teach the Fixit environment how to deal with a dynamic root. SymlinkScott Long2003-12-211-6/+6
* Remove security profiles from sysinstall. Currently, security profileRobert Watson2003-11-281-11/+4
* Various NFS-related bug fixes (mostly related to using variable_get()Dag-Erling Smørgrav2003-10-191-0/+2
* Add a new variable 'skipPCCARD'. This variable will cause sysinstallWarner Losh2003-08-201-0/+1
* Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled theDavid E. O'Brien2003-08-191-23/+0
* Instead of unconditionally refusing to install if no swap partitionsDavid Schultz2003-08-101-3/+4
* Teach sysinstall to recognize if acpi was turned off from the bootloader,Scott Long2003-05-311-0/+9
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.Peter Wemm2003-05-241-1/+1
* Reword the infamouse mouse dialog to ask if you have a PS/2, serial, orJohn Baldwin2003-05-131-1/+1
* Throw the switch--change to UFS2 as our default file system format forRobert Watson2003-04-201-1/+1
* s/to try and retry/to retry/Ceri Davies2003-02-191-1/+1
* - Rename installFixupBin to installFixupBase to finish up the 'bin' toJohn Baldwin2003-01-171-16/+3
* Reformulate how sysinstall handles file system options in the labelRobert Watson2002-12-031-13/+78
* Rename installX11package() to installPackage() and tweak it so that itJohn Baldwin2002-12-031-5/+3
* ia64 specific.Marcel Moolenaar2002-12-021-3/+6
* ia64: make link /boot->efi/boot relative.Marcel Moolenaar2002-11-301-1/+6
* - Use WITH_SLICES to conditionalize the fdisk editor during install insteadJohn Baldwin2002-11-271-6/+14
* Create a link /boot -> /<efi>/boot, where <efi> is the mountpointMarcel Moolenaar2002-11-181-0/+15
* Add conditional code specific to ia64 to allow newfs(8)-ing FATMarcel Moolenaar2002-11-141-1/+11
* Also test for type efi everywhere we currently test for type fat.Marcel Moolenaar2002-11-131-1/+1