aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
* Fix links to the FAQ and the HandbookMarc Fonvieille2002-08-011-2/+2
* enable fdisk for ia64 as well as i386Peter Wemm2002-07-241-2/+2
* Only install the mbr code on i386.. not ia64. This changes it fromPeter Wemm2002-07-241-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-5/+9
* Diff-reduce with 4-stable: 4.x has a compat4x package.John Baldwin2002-07-021-1/+1
* Call the 4.x snap server "releng4.freebsd.org" instead ofJohn Baldwin2002-07-021-2/+2
* Alpha does indeed have a COMPAT4X distribution on current. 4-stableJohn Baldwin2002-07-021-0/+2
* Add lge(4) to the list of drivers. It was present in 4-stable but not inJohn Baldwin2002-07-021-0/+1
* Change our default XF86Config location from /etc/ to /etc/X11/,David E. O'Brien2002-06-102-2/+3
* Fix a bug where request_part_size() was hard-coded to check the rootSizeJohn Baldwin2002-06-071-1/+1
* o Remove ftp.freebsd.org from the USA servers and add to theChris D. Faulhaber2002-06-051-3/+5
* Add information about setting up media to use the multi-volume supportMurray Stokely2002-06-051-0/+60
* Backout revision 1.2 since it didn't work and replace it with a fix thatJohn Baldwin2002-06-031-6/+2
* Fix handling of the 'noError' variable. According to the code comments,John Baldwin2002-06-031-12/+11
* Add a 'mediaClose' script command to close the open media. An example useJohn Baldwin2002-06-032-0/+14
* Brush up descriptions of sendmail menu last added.Makoto Matsushita2002-06-011-2/+4
* Add 'Sendmail' menu to set sendmail_enable variable.Makoto Matsushita2002-06-012-1/+22
* Don't load a module from /stand/modules in the MFS root if it is already inJohn Baldwin2002-05-311-0/+4
* Fix integer overflow causing disk/partition size display wrappingPierre Beyssac2002-05-311-3/+3
* - Document the new `diskInteractive' variable.John Baldwin2002-05-311-0/+17
* If 'netInteractive' is set to true in an installation script, thenJohn Baldwin2002-05-311-0/+18
* Add a 'diskInteractive' variable that can be set to interactively partitionJohn Baldwin2002-05-313-4/+9
* The ports collection now contains over 7000 applications and consumesMurray Stokely2002-05-271-2/+2
* Add two FTP mirrors in France:Ollivier Robert2002-05-201-0/+4
* MFS: Extend a buffer size so that packages with particularily deep dependencyBrian Somers2002-05-171-1/+1
* Add the ability to use Bzip'ed packages.David E. O'Brien2002-04-305-18/+37
* Change the name of the 'bin' distribution to 'base'.David E. O'Brien2002-04-235-22/+22
* Add support for an additional field to the packages/INDEX file. IfMurray Stokely2002-04-131-8/+45
* Read the CD_VOLUME property from the cdrom.inf file and use it toMurray Stokely2002-04-131-0/+7
* Add the concept of a volume to the device and package structures. IfMurray Stokely2002-04-131-0/+2
* Add comment to supplement my last commit.Murray Stokely2002-04-071-0/+8
* GCC >= 3 and C99 handle zero-length arrays differently than olderMurray Stokely2002-04-071-0/+6
* Remove some last vestages of _interactiveHack.David E. O'Brien2002-04-071-6/+1
* Add "xf86cfg -textmode" to the list of options for configuring XFree86Murray Stokely2002-04-061-5/+9
* Teach sysinstall the difference between a command line, and anMurray Stokely2002-04-061-3/+8
* Switch to using XFree86 version 4. We do this thru installing the package,David E. O'Brien2002-04-026-70/+98
* Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp.David E. O'Brien2002-04-014-5/+5
* Fix /dev/acdNc minor device number. This bug prevents installing FreeBSDMakoto Matsushita2002-03-301-1/+1
* Only build and link the pccard module on architectures that support it (andMurray Stokely2002-03-295-1/+14
* Tidy up CLEANFILES.Ruslan Ermilov2002-03-281-1/+1
* Teach sysinstall(8) how to read boot managers out of /bootRuslan Ermilov2002-03-282-50/+17
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* Modernize my email addressPoul-Henning Kamp2002-03-251-1/+1
* Add the ERRATA file to the documentation menu and index.Bruce A. Mah2002-03-181-1/+3
* Add wireless devices to device_names array. Now that ifconfig can setMurray Stokely2002-03-171-0/+3
* Embed boot images built as part of buildworld rather than theRuslan Ermilov2002-03-151-9/+37
* Don't use temporary file to generate makedevs.c -- it's okayRuslan Ermilov2002-03-151-21/+19
* Update number of ports available.Murray Stokely2002-03-111-1/+1
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-0/+1
* o No longer mount /proc by default on newly installed systems. AlmostRobert Watson2002-02-101-4/+0