| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove vestiges of OLDCARD PC Card support. We haven't needed/used | imp | 2009-02-15 | 1 | -1/+0 |
* | Remove the offer to install Linux compatibility on i386 in the mainline | kensmith | 2008-12-12 | 1 | -6/+0 |
* | Begin the sysinstall cleanup. Remove the support for configuring OSF | kensmith | 2008-12-12 | 1 | -6/+0 |
* | Remove sysinstall's ability to adjust the tape block size. Installs from | kensmith | 2008-08-20 | 1 | -1/+0 |
* | Fix a number of documentation-lags-behind-reality bugs in sysinstall(8). | philip | 2007-06-25 | 1 | -1/+1 |
* | Remove a warning regarding disk entries in /dev. | ceri | 2006-11-11 | 1 | -2/+1 |
* | Fix typos in comments. | ceri | 2006-11-07 | 1 | -1/+1 |
* | If the user did not chose a distribution from the menu, a sensible | erwin | 2006-10-23 | 1 | -0/+2 |
* | Fix the output glitch. | ru | 2006-08-21 | 1 | -1/+1 |
* | Add FreeBSD version information to the menu title so it's possible to | simon | 2006-07-15 | 1 | -15/+3 |
* | Disable an SMP detection on pc98. | nyan | 2006-03-10 | 1 | -1/+1 |
* | missed a case that needs WITH_SMP | sam | 2006-03-09 | 1 | -0/+2 |
* | Revamp base system packaging of kernels to enable up/smp selection | sam | 2006-03-08 | 1 | -1/+35 |
* | An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout to | ceri | 2005-12-29 | 1 | -2/+2 |
* | Automatically switch to ttyv3 where the fixit shell is running when using | jhb | 2005-03-02 | 1 | -0/+2 |
* | - Fix a bug in sysinstall related to mounting CD-ROMs. If mount(2) fails | jhb | 2005-03-02 | 1 | -5/+23 |
* | Remove /stand when we are done with it. | obrien | 2005-02-07 | 1 | -0/+3 |
* | Removed bitrot. | ru | 2005-01-13 | 1 | -5/+2 |
* | Remove support for configuring the X server from sysinstall. General | kensmith | 2004-08-30 | 1 | -6/+0 |
* | o Save pointers to the chunks for root, home, swap, usr, var and tmp in | marcel | 2004-08-07 | 1 | -99/+65 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+1 |
* | ia64 specific: | marcel | 2004-08-04 | 1 | -21/+46 |
* | Move the inclusion of libdisk.h from sysinstall.h to the source files | marcel | 2004-08-02 | 1 | -0/+1 |
* | Mods for powerpc. | grehan | 2004-05-15 | 1 | -10/+20 |
* | Minor fixes for ia64 installs: | jhb | 2004-05-07 | 1 | -0/+6 |
* | Remove unused variables. | jhb | 2004-03-11 | 1 | -3/+0 |
* | In checkLabels(), deal with the fact that on ia64 we do not have a | marcel | 2004-01-30 | 1 | -0/+12 |
* | Teach the Fixit environment how to deal with a dynamic root. Symlink | scottl | 2003-12-21 | 1 | -6/+6 |
* | Remove security profiles from sysinstall. Currently, security profile | rwatson | 2003-11-28 | 1 | -11/+4 |
* | Various NFS-related bug fixes (mostly related to using variable_get() | des | 2003-10-19 | 1 | -0/+2 |
* | Add a new variable 'skipPCCARD'. This variable will cause sysinstall | imp | 2003-08-20 | 1 | -0/+1 |
* | Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled the | obrien | 2003-08-19 | 1 | -23/+0 |
* | Instead of unconditionally refusing to install if no swap partitions | das | 2003-08-10 | 1 | -3/+4 |
* | Teach sysinstall to recognize if acpi was turned off from the bootloader, | scottl | 2003-05-31 | 1 | -0/+9 |
* | Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc. | peter | 2003-05-24 | 1 | -1/+1 |
* | Reword the infamouse mouse dialog to ask if you have a PS/2, serial, or | jhb | 2003-05-13 | 1 | -1/+1 |
* | Throw the switch--change to UFS2 as our default file system format for | rwatson | 2003-04-20 | 1 | -1/+1 |
* | s/to try and retry/to retry/ | ceri | 2003-02-19 | 1 | -1/+1 |
* | - Rename installFixupBin to installFixupBase to finish up the 'bin' to | jhb | 2003-01-17 | 1 | -16/+3 |
* | Reformulate how sysinstall handles file system options in the label | rwatson | 2002-12-03 | 1 | -13/+78 |
* | Rename installX11package() to installPackage() and tweak it so that it | jhb | 2002-12-03 | 1 | -5/+3 |
* | ia64 specific. | marcel | 2002-12-02 | 1 | -3/+6 |
* | ia64: make link /boot->efi/boot relative. | marcel | 2002-11-30 | 1 | -1/+6 |
* | - Use WITH_SLICES to conditionalize the fdisk editor during install instead | jhb | 2002-11-27 | 1 | -6/+14 |
* | Create a link /boot -> /<efi>/boot, where <efi> is the mountpoint | marcel | 2002-11-18 | 1 | -0/+15 |
* | Add conditional code specific to ia64 to allow newfs(8)-ing FAT | marcel | 2002-11-14 | 1 | -1/+11 |
* | Also test for type efi everywhere we currently test for type fat. | marcel | 2002-11-13 | 1 | -1/+1 |
* | Confirmed kill: "Bogon #1" is dead, killed by DEVFS. | phk | 2002-10-25 | 1 | -38/+0 |
* | Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-) | phk | 2002-10-25 | 1 | -2/+2 |
* | Fix cut&paste mistake. | phk | 2002-10-23 | 1 | -2/+2 |