aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
Commit message (Expand)AuthorAgeFilesLines
* If no resolv.conf has been made for the new system already and the installNathan Whitehorn2013-01-271-0/+5
* Properly quote argument.Nathan Whitehorn2013-01-271-1/+1
* Improve error handling and remove an unnecessary check on geom providerNathan Whitehorn2013-01-223-17/+17
* Improve documentation of BSDINSTALL_DISTSITE and mdoc.Nathan Whitehorn2013-01-221-5/+24
* Clarify that the setup script is optional.Nathan Whitehorn2013-01-221-2/+4
* Update change date.Nathan Whitehorn2013-01-221-2/+2
* Document bsdinstall scripting as it currently operates. It may change inNathan Whitehorn2013-01-221-4/+118
* Remove some debugging code that snuck in.Nathan Whitehorn2013-01-211-3/+1
* Add a scripting frontend. Documentation and release(7) support coming later.Nathan Whitehorn2013-01-212-1/+88
* If no partition configuration is specified in {}, use the automatic setupNathan Whitehorn2013-01-203-5/+11
* Add a simple scripted partitioner. Documentation and more scripting supportNathan Whitehorn2013-01-204-3/+222
* Make "Finish" the default choice in the partition editor. This lets youNathan Whitehorn2013-01-201-1/+1
* Note that cpufreq(4) is not available on all hardware.Nathan Whitehorn2013-01-121-1/+1
* Remove EOL whitespace.Joel Dahl2013-01-121-1/+1
* Make sade actually be a symlink to partedit, as per the commit message inNathan Whitehorn2013-01-021-1/+2
* Add a man page for the new sade(8), which is mostly the same uninformativeNathan Whitehorn2012-12-302-1/+76
* Replace sade the extracted piece of sysinstall with sade the extractedNathan Whitehorn2012-12-301-1/+1
* If invoked as sade, don't complain about having a filesystem on / alreadyNathan Whitehorn2012-12-301-2/+6
* Add missed BETA* to list.Glen Barber2012-12-091-1/+1
* Get 'uname -r' earlier, so it can be used to determine what branch isGlen Barber2012-12-091-1/+12
* Remove snapshots.jp.freebsd.org. It stopped working years ago.Joel Dahl2012-12-041-1/+0
* - Remove snapshots.se.freebsd.org [1]Joel Dahl2012-12-031-1/+1
* Fix bug introduced by r241902 (MANIFEST uses TAB delimiter).Devin Teske2012-10-271-1/+1
* Optimize syntax to use builtins and reduce unnecessary forking where possible.Devin Teske2012-10-222-14/+10
* Fix "unexpected operator" error when passed multi-word first-argumentDevin Teske2012-08-211-4/+3
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-192-8/+1
* Add the IPv6 tag to ftp4.fr.freebsd.org.Ollivier Robert2012-05-101-1/+1
* Fix typo.Nathan Whitehorn2012-04-041-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* mdoc: document title should be all caps.Joel Dahl2012-03-251-1/+1
* Make the chroot shell more functional by providing devfs.Nathan Whitehorn2012-03-051-0/+1
* Fix segfault if distfetch and distextract binaries are run standaloneNathan Whitehorn2012-02-262-2/+16
* Fix a whitespace nitKevin Lo2012-01-311-1/+1
* Experimental support for booting CHRP-type PowerPC systems from hard disks.Nathan Whitehorn2012-01-251-1/+3
* Warn if trying to install over an existing partition, which usually failsNathan Whitehorn2012-01-181-4/+22
* Prevent user astonishment by providing the shell option at the end, afterNathan Whitehorn2011-12-021-12/+11
* Add a screen that asks if the user would like to enable crash dumps,Ken Smith2011-12-021-0/+14
* Plug memory leaks and fix open(2) error check.Kevin Lo2011-11-283-1/+3
* Provide an error message and error handling if there are no networkNathan Whitehorn2011-10-251-0/+7
* Provide an error message instead of silent failure if no disks are presentNathan Whitehorn2011-10-251-4/+13
* Avoid some "Invalid argument" errors in the installer.Nathan Whitehorn2011-10-231-3/+20
* Escape the newline so we get a proper line continuation. Without thisKen Smith2011-10-181-1/+1
* Avoid magicking into existence sub-partitions due to leftover blocks whenNathan Whitehorn2011-10-081-11/+22
* Usability enhancements: do not allow setting a mountpoint on bsdlabelNathan Whitehorn2011-10-081-1/+30
* Work around some behavior of gpart that I absolutely do not understand inNathan Whitehorn2011-10-074-62/+42
* Move "Exit" to the first entry in the list, so that it is the defaultNathan Whitehorn2011-10-061-2/+2
* Ask if you want to set the keymap before invoking kdbmap to preventNathan Whitehorn2011-10-061-0/+2
* Inquire about terminal type if starting from a serial console and doNathan Whitehorn2011-09-171-6/+4
* Fix a typo introduced in r219892 that prevented file system options fromNathan Whitehorn2011-09-161-1/+1
* Fix WPA setup broken by changes to shell argument passing inside theNathan Whitehorn2011-09-161-0/+1