summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
Commit message (Collapse)AuthorAgeFilesLines
* Fix a whitespace nitkevlo2012-01-311-1/+1
| | | | Reviewed by: bz
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-251-1/+3
|
* Warn if trying to install over an existing partition, which usually failsnwhitehorn2012-01-181-4/+22
| | | | | | | anyway due to libarchive not being able to overwrite schg flags. PR: bin/164278 MFC after: 4 days
* Prevent user astonishment by providing the shell option at the end, afternwhitehorn2011-12-021-12/+11
| | | | | | | | | any installer-provided configuration files have been copied. This allows users to edit their fstab, if desired, and to see what the installer has placed in rc.conf. Requested by: phk MFC after: 1 day
* Add a screen that asks if the user would like to enable crash dumps,kensmith2011-12-021-0/+14
| | | | | | | | | | giving them a very brief description of the trade-offs. Whether the user opts in or out add an entry to what will become /etc/rc.conf explaining what dumpdev is and how to turn on/off crash dumps. The folks who handle interacting with users submitting PRs have asked for this. Reviewed by: nwhitehorn MFC after: 1 day
* Plug memory leaks and fix open(2) error check.kevlo2011-11-283-1/+3
| | | | | Reviewed by: nwhitehorn MFC after: 3 days
* Provide an error message and error handling if there are no networknwhitehorn2011-10-251-0/+7
| | | | | | | | interfaces in the system. This is a non-fatal error except when doing a network installation. PR: bin/161950 MFC after: 3 days
* Provide an error message instead of silent failure if no disks are presentnwhitehorn2011-10-251-4/+13
| | | | | | | in the system. PR: bin/161950 MFC after: 3 days
* Avoid some "Invalid argument" errors in the installer.nwhitehorn2011-10-231-3/+20
| | | | | PR: bin/161926 MFC after: 5 days
* Escape the newline so we get a proper line continuation. Without thiskensmith2011-10-181-1/+1
| | | | | | | the text of the menu selections doesn't get displayed properly and it makes the installer appear to lock up for no obvious reason. Reviewed by: nwhitehorn
* Avoid magicking into existence sub-partitions due to leftover blocks whennwhitehorn2011-10-081-11/+22
| | | | | | | | creating new ones by destroying any geom that may have come into existence immediately after adding a partition. The EBR partition scheme is particularly enthusiastic about false positives in this case. MFC after: 3 days
* Usability enhancements: do not allow setting a mountpoint on bsdlabelnwhitehorn2011-10-081-1/+30
| | | | | | | | container partitions, which didn't do anything anyway, and check for an existing freebsd-boot partition before bothering the user to make one. PR: bin/160931 MFC after: 3 days
* Work around some behavior of gpart that I absolutely do not understand innwhitehorn2011-10-074-62/+42
| | | | | | | | order to make every operation of the partition editor fully revertable. Under *no circumstances* will it any longer touch the disks until the user presses Finish and confirms it. MFC after: 3 days
* Move "Exit" to the first entry in the list, so that it is the defaultnwhitehorn2011-10-061-2/+2
| | | | | | | choice. PR: bin/160913 MFC after: 3 days
* Ask if you want to set the keymap before invoking kdbmap to preventnwhitehorn2011-10-061-0/+2
| | | | | | | confusion. PR: bin/160913 MFC after: 3 days
* Inquire about terminal type if starting from a serial console and donwhitehorn2011-09-171-6/+4
| | | | | | | | | not configure the host's networking if netbooted [1]. Also fix FTP installations behind some firewalls [2]. PR: bin/159583 [2] Reported by: stas [1] Approved by: re (kib)
* Fix a typo introduced in r219892 that prevented file system options fromnwhitehorn2011-09-161-1/+1
| | | | | | being set correctly. Approved by: re (kib)
* Fix WPA setup broken by changes to shell argument passing inside thenwhitehorn2011-09-161-0/+1
| | | | | | | installer network configuration. PR: bin/159558 Approved by: re (kib)
* Allow WPA PSKs up to 63 characters, the max length according tobrueffer2011-09-131-1/+1
| | | | | | | | | wpa_supplicant.conf(5). Up to now, the PSK was truncated to 15 characters (the length of the input field). PR: 159559 Submitted by: Gavin Chappell <gavin.chappell@gmail.com> Approved by: re (kib)
* Add ftp4.se.freebsd.org to the IPv4 and IPv6 mirror lists.brueffer2011-09-101-0/+1
| | | | | | PR: 157210, 157211 Submitted by: Niclas Zeising <zeising@lysator.liu.se> Approved by: re (kib)
* Correct a typo.bz2011-09-071-1/+1
| | | | | | Submitted by: gcooper Reviewed by: nwhitehorn Approved by: re (kib)
* Fix two problems:bz2011-09-072-4/+8
| | | | | | | | | | | | 1) if no default gateway is given the route command will fail and the script will abort with an error leading to an endless loop unless configuration is cancelled or changed. [1] 2) In the IPv6 case add -inet6 to not alter the legacy IP default route. Reported by: Oleg Ginzburg (olevole olevole.ru) [1] Tested by: Oleg Ginzburg (olevole olevole.ru) [1] Approved by: re (kib)
* Swap FTP paths to be MACHINE/MACHINE_ARCH instead of MACHINE_ARCH/MACHINE.nwhitehorn2011-08-301-1/+1
| | | | | | | | | | This follows what the output of make targets looks like, and reduces the number of directories needed on the FTP server, since we now have only one architecture with multiple machine types (i386, which has i386 and pc98), but 3 machines with 9 architectures between them (powerpc, mips, and arm). Requested by: kensmith, bz Approved by: re(kensmith)
* Implement support for GRAID volumes in the installer partition editor,nwhitehorn2011-08-214-17/+60
| | | | | | | rename a few options, clarify some help text, and add help text for the buttons on the main partition editor screen. Approved by: re (kib)
* Make messages about typos appear on the screen instead of in the log file.nwhitehorn2011-08-212-2/+2
| | | | | Reported by: lev Approved by: re (kib)
* Fix a bug that prevented docsinstall from being able to use DNS in mostnwhitehorn2011-08-181-1/+11
| | | | | | | cases and provide a better error handling mechanism during package installation. Approved by: re (kib)
* Add back ftp4, a new machine has taken its place. ftp2 and ftp8 are both ↵roberto2011-08-051-2/+3
| | | | | | | | | IPv6 capable mirrors. cvsup4/ftp4 have already been added to the handbook. Reviewed by: nathanw Approved by: re (kib)
* To inet or not two inet. Unbreak static IPv4 configuration. If you triedbz2011-07-281-1/+1
| | | | | | | | you were stuck in an endless loop. Reported by: kensmith Approved by: re (kib) for BETA1 Pointy hat to: bz - wonder why I had not tested legacy IP thoroughly..
* Add PS3 partitioning (and framework for future pseries support) to thenwhitehorn2011-07-161-2/+25
| | | | installer.
* Run newaliases at the end of the install process.nwhitehorn2011-07-131-0/+4
| | | | Submitted by: kevlo
* Per request of the docs team, install docs as packages, instead of vianwhitehorn2011-07-093-4/+78
| | | | | | | the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and for putting up with me taking entirely too long to commit this! Submitted by: blackend
* Add an extra tab between fs_file and fs_vfstypekevlo2011-07-071-1/+1
| | | | Reviewed by: nwhitehorn
* I forgot what year it is, apparently.nwhitehorn2011-06-121-1/+1
| | | | Submitted by: brucec
* Long-overdue man page for bsdinstall.nwhitehorn2011-06-112-0/+188
|
* Remove TODO which is not longer needed and the default.bz2011-06-061-1/+0
|
* Fix resolv.conf search list creation:bz2011-06-041-3/+7
| | | | | | | | 1) do not print out an empty "search ", things do not like it. 2) the search list is not comma separated. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
* Write the multi step netconfig to a temporary file and only move thatbz2011-06-023-9/+10
| | | | | | | | | | to the final name if netconfig was completely finished. This fixes reentrance problems even better than r222611. Suggested by: nwhitehorn Reviewed by: nwhitehorn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
* Empty the network configuration only after the user decided to pick anbz2011-06-021-2/+2
| | | | | | | | | | interface. Otherwise an accidental start of the netowrk configuration and immediate cancel after the install has finished removes the previously configured settings. Discussed with: nwhitehorn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
* Fix opening a shell on the new system (prevent the shell's stderr fromnwhitehorn2011-06-021-1/+1
| | | | ending up in the install log).
* Contrary to the rc.conf framework, when manualy enabling IPv6 we havebz2011-05-301-1/+1
| | | | | | | to -ifdiabled ourselves. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
* While doing it right for current configuration, fix the entry for rc.confbz2011-05-301-1/+1
| | | | | | | adding the missing mandatory "inet6" keyword. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
* Split netconfig into three parts:bz2011-05-294-43/+351
| | | | | | | | | | | | | | | - netconfig - what auto will call which in turn will check for IPv4 and IPv6 to be available and ask the user to configure it by calling - netconfig_ipv4 doing DHCP and static IPv4 addresses, and - netconfig_ipv6 doing rtsol and static IPv6 addresses, and then checking, querying and updating resolv.conf upon return. Both DHCP and rtsol (in the future) might update resolv.conf already so we seed ourselves from that file if available. Reviewed by: nwhitehorn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
* Fix shell-based partitioning.nwhitehorn2011-05-281-1/+1
|
* Disconnect sun4v architecture from the three.attilio2011-05-141-3/+0
| | | | | | | | | Some files keep the SUN4V tags as a code reference, for the future, if any rewamped sun4v support wants to be added again. Reviewed by: marius Tested by: sbruno Approved by: re
* Fix mirror selection, which was broken by stderr redirection.nwhitehorn2011-04-192-2/+2
| | | | Reported by: Garrett Cooper
* Update to reflect net install changes.nwhitehorn2011-04-171-12/+44
|
* Make the keymap script continue to work now that stderr is beingnwhitehorn2011-04-111-1/+2
| | | | redirected to the log file.
* Rename the "Reboot" option to "Exit", which reflects what it actuallynwhitehorn2011-04-091-1/+1
| | | | | | does. The rc.local wrapper script will also soon grow an option to use the live environment after installation, so an immediate reboot isn't even necessarily implied.
* Check correctly for whether there are any available wireless networks. Thisnwhitehorn2011-04-051-1/+1
| | | | was tested on a train in the middle of an upstate New York swamp.
* Improve logging by always sending stderr to the installation log file.nwhitehorn2011-04-051-1/+3
| | | | Reduce warnings by making sure the temporary etc directory exists.
OpenPOWER on IntegriCloud