summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new variable 'skipPCCARD'. This variable will cause sysinstallimp2003-08-201-0/+1
* Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled theobrien2003-08-191-23/+0
* Instead of unconditionally refusing to install if no swap partitionsdas2003-08-101-3/+4
* Teach sysinstall to recognize if acpi was turned off from the bootloader,scottl2003-05-311-0/+9
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.peter2003-05-241-1/+1
* Reword the infamouse mouse dialog to ask if you have a PS/2, serial, orjhb2003-05-131-1/+1
* Throw the switch--change to UFS2 as our default file system format forrwatson2003-04-201-1/+1
* s/to try and retry/to retry/ceri2003-02-191-1/+1
* - Rename installFixupBin to installFixupBase to finish up the 'bin' tojhb2003-01-171-16/+3
* Reformulate how sysinstall handles file system options in the labelrwatson2002-12-031-13/+78
* Rename installX11package() to installPackage() and tweak it so that itjhb2002-12-031-5/+3
* ia64 specific.marcel2002-12-021-3/+6
* ia64: make link /boot->efi/boot relative.marcel2002-11-301-1/+6
* - Use WITH_SLICES to conditionalize the fdisk editor during install insteadjhb2002-11-271-6/+14
* Create a link /boot -> /<efi>/boot, where <efi> is the mountpointmarcel2002-11-181-0/+15
* Add conditional code specific to ia64 to allow newfs(8)-ing FATmarcel2002-11-141-1/+11
* Also test for type efi everywhere we currently test for type fat.marcel2002-11-131-1/+1
* Confirmed kill: "Bogon #1" is dead, killed by DEVFS.phk2002-10-251-38/+0
* Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-)phk2002-10-251-2/+2
* Fix cut&paste mistake.phk2002-10-231-2/+2
* Remove more private MAKEDEV kludges.phk2002-10-221-3/+3
* Give a real error on failure to mount DEVFS.phk2002-10-221-19/+5
* Pick up a prototyp from libdisk.h instead of having our own.phk2002-10-221-1/+0
* DEVFS has been nmountified, so use nmount(2) to mount it.phk2002-10-211-2/+14
* * Negative #if's are harder to read as they don't tell exactly what archobrien2002-10-111-7/+7
* Create symlink for /etc/group. MAKEDEV file will use this file (group namematusita2002-09-281-0/+1
* Switch to using XFree86 version 4. We do this thru installing the package,obrien2002-04-021-0/+17
* Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp.obrien2002-04-011-1/+1
* Reword the ``Please remove the FreeBSD fixit CDROM now.'' tobrian2002-02-081-1/+1
* Unbreak installation for the CD-ROM and possiblhy other media types.green2002-01-141-2/+2
* Revert rev 1.316 now that the bootstrap issues with filesystems usingsheldonh2002-01-141-4/+0
* According to jhb, the alpha bootstrap code depends on the rootsheldonh2002-01-071-0/+4
* Update the default newfs block and fragment sizes from 8192/1024 tosheldonh2001-12-111-1/+1
* Fix the mouse question again to only run the mouse menu if a user doesn'tjhb2001-12-101-1/+1
* Add auto-fill-on-delete. When deleting an 'A'uto created partitiondillon2001-12-091-12/+12
* Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonabledillon2001-12-091-9/+53
* Sysinstall cleanups for installation:matusita2001-12-021-19/+28
* Remove kget() feature, which is removed from 5-current kernel.matusita2001-12-011-9/+0
* Remove the ``-c 22'' option from newfs command line. Changes in newfs(8)roberto2001-10-201-1/+1
* DTRT in the restart casejkh2001-10-121-1/+1
* Silence more warnings.murray2001-09-221-1/+1
* Add missing {}. This made most/all scripted installs fail.phk2001-09-141-1/+2
* Update the inetd configuration prompt for clarity.murray2001-09-051-1/+1
* Revisions 1.117 and 1.118 of tcpip.c fixed the logic dealing with DHCPmurray2001-09-041-2/+0
* Since we now install sysinstall in /usr/sbin, encourage the user torwatson2001-09-041-1/+1
* o Improve terminology consistency for security profile functionality:rwatson2001-08-151-1/+1
* Compensate for default disabling of network services in inetd.conf(5)rwatson2001-08-021-0/+4
* Add ability to configure console terminal type in /etc/ttysache2001-07-171-0/+1
OpenPOWER on IntegriCloud