summaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow WPA PSKs up to 63 characters, the max length according toChristian Brueffer2011-09-131-1/+1
* Add ftp4.se.freebsd.org to the IPv4 and IPv6 mirror lists.Christian Brueffer2011-09-101-0/+1
* Correct a typo.Bjoern A. Zeeb2011-09-071-1/+1
* Fix two problems:Bjoern A. Zeeb2011-09-072-4/+8
* Swap FTP paths to be MACHINE/MACHINE_ARCH instead of MACHINE_ARCH/MACHINE.Nathan Whitehorn2011-08-301-1/+1
* Implement support for GRAID volumes in the installer partition editor,Nathan Whitehorn2011-08-214-17/+60
* Make messages about typos appear on the screen instead of in the log file.Nathan Whitehorn2011-08-212-2/+2
* Fix a bug that prevented docsinstall from being able to use DNS in mostNathan Whitehorn2011-08-181-1/+11
* Add back ftp4, a new machine has taken its place. ftp2 and ftp8 are both IPv6...Ollivier Robert2011-08-051-2/+3
* To inet or not two inet. Unbreak static IPv4 configuration. If you triedBjoern A. Zeeb2011-07-281-1/+1
* Add PS3 partitioning (and framework for future pseries support) to theNathan Whitehorn2011-07-161-2/+25
* Run newaliases at the end of the install process.Nathan Whitehorn2011-07-131-0/+4
* Per request of the docs team, install docs as packages, instead of viaNathan Whitehorn2011-07-093-4/+78
* Add an extra tab between fs_file and fs_vfstypeKevin Lo2011-07-071-1/+1
* I forgot what year it is, apparently.Nathan Whitehorn2011-06-121-1/+1
* Long-overdue man page for bsdinstall.Nathan Whitehorn2011-06-112-0/+188
* Remove TODO which is not longer needed and the default.Bjoern A. Zeeb2011-06-061-1/+0
* Fix resolv.conf search list creation:Bjoern A. Zeeb2011-06-041-3/+7
* Write the multi step netconfig to a temporary file and only move thatBjoern A. Zeeb2011-06-023-9/+10
* Empty the network configuration only after the user decided to pick anBjoern A. Zeeb2011-06-021-2/+2
* Fix opening a shell on the new system (prevent the shell's stderr fromNathan Whitehorn2011-06-021-1/+1
* Contrary to the rc.conf framework, when manualy enabling IPv6 we haveBjoern A. Zeeb2011-05-301-1/+1
* While doing it right for current configuration, fix the entry for rc.confBjoern A. Zeeb2011-05-301-1/+1
* Split netconfig into three parts:Bjoern A. Zeeb2011-05-294-43/+351
* Fix shell-based partitioning.Nathan Whitehorn2011-05-281-1/+1
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-3/+0
* Fix mirror selection, which was broken by stderr redirection.Nathan Whitehorn2011-04-192-2/+2
* Update to reflect net install changes.Nathan Whitehorn2011-04-171-12/+44
* Make the keymap script continue to work now that stderr is beingNathan Whitehorn2011-04-111-1/+2
* Rename the "Reboot" option to "Exit", which reflects what it actuallyNathan Whitehorn2011-04-091-1/+1
* Check correctly for whether there are any available wireless networks. ThisNathan Whitehorn2011-04-051-1/+1
* Improve logging by always sending stderr to the installation log file.Nathan Whitehorn2011-04-051-1/+3
* Committing while tired is never a good idea. Remove an unconditional errorNathan Whitehorn2011-03-281-2/+0
* Improve error handling.Nathan Whitehorn2011-03-281-5/+4
* Add mirror selection for FTP installs. To support TBEMD installsNathan Whitehorn2011-03-273-4/+235
* Mark any distfiles with no checksum entries in the manifest "Skipped"Nathan Whitehorn2011-03-231-5/+11
* Allow setting of parameters for file systems (e.g. softupdates), turn onNathan Whitehorn2011-03-232-20/+121
* Turn on softupdates by default. We need a UI to set filesystem parameters.Nathan Whitehorn2011-03-151-1/+1