Age | Commit message (Expand) | Author |
2013-12-23 | The xbase set requires the comp set. If xbase is in the selection, | Robert Peichaer |
2013-12-18 | change password prompts (for the good of install.conf) | Alexander Hall |
2013-12-16 | Replace `[RESPONSEFILE=...] install auto` voodoo with plain'ol getopts, | Alexander Hall |
2013-12-16 | Change subject of install|upgrade log to match periodic maintenance | Alexander Hall |
2013-12-11 | make the word-matching of the autoinstaller config file allow skipping | Alexander Hall |
2013-12-11 | for automated installs, use the hostname from the dhcp lease by default | Alexander Hall |
2013-12-09 | Make the response lookup of a question match on entire words, where | Alexander Hall |
2013-12-08 | After a completed upgrade, present reboot and post-reboot instructions in a | Stefan Sperling |
2013-12-07 | Change the response file handling such that it "consumes" an answer | Alexander Hall |
2013-12-06 | Workaround closed stdin in non-interactive mode. | Robert Peichaer |
2013-12-05 | improve the question part (second line) of ask_which to actually include | Alexander Hall |
2013-12-04 | Defer spooling of the install log output mail until we are up and | Alexander Hall |
2013-12-04 | Eliminate spurious space that breaks parsing of nwids containing | Kenneth R Westerback |
2013-12-04 | the hostname.if for a vlan's parent interface should be mode 640 to avoid | Stuart Henderson |
2013-12-02 | As the number of interactively triggered (A)utoinstall's should be quite | Alexander Hall |
2013-12-01 | More robuse parsing of the DHCP lease file for autoinstall. This will, | Alexander Hall |
2013-12-01 | Allows the autoinstaller to pass a public ssh key for inclusion in the | Alexander Hall |
2013-11-29 | Move the comments out of get_responsefile() into a description block | Robert Peichaer |
2013-11-29 | - Rename _bootdev to _ifdev now that we not only support | Robert Peichaer |
2013-11-28 | simplify the check if a responsefile line is valid | Robert Peichaer |
2013-11-28 | make ask_which bail out on a missing response in the autoinstall case | Alexander Hall |
2013-11-28 | - use IFS=<space><tab> to trim the leading/trailing blanks with read | Robert Peichaer |
2013-11-28 | Now, that the auto installer supports both, install and upgrade, | Robert Peichaer |
2013-11-27 | wasteful spaces and tabs snuck in. Actually, it's true -- this is one | Theo de Raadt |
2013-11-27 | Remove an outdated comment. | Robert Peichaer |
2013-11-25 | Allow auto install/upgrade in non-netbooted case. | Robert Peichaer |
2013-11-25 | Rework _autorespond() | Robert Peichaer |
2013-11-23 | - use a flag file to recognize a successfull autoinstaller run | Robert Peichaer |
2013-11-19 | Add autoinstall configuration to the list of files and output stirring | Alexander Hall |
2013-11-19 | Fetch host specific responsefile, if that does not exist, fall back | Robert Peichaer |
2013-11-18 | Extract the information whether to install or upgrade in unattended | Robert Peichaer |
2013-11-16 | Remove AUTOROOT variable which is a leftover of r1.183 of install.sub | Robert Peichaer |
2013-11-14 | fix ^C handling which was accidentally trapped a bit to much | Alexander Hall |
2013-11-13 | Ignore empty lines and emtpy answers in install.conf. | Robert Peichaer |
2013-11-13 | Ensure, that install.conf is non-empty and is | Robert Peichaer |
2013-11-12 | Make variables inside get_responsefile() local. | Robert Peichaer |
2013-11-12 | Rework get_responsefile() | Robert Peichaer |
2013-11-09 | Abort autoinstaller in case of an invalid answer to a yes/no question. | Robert Peichaer |
2013-11-09 | Abort automatic installation if no sets are found in install_files(). | Robert Peichaer |
2013-11-09 | Replace handrolled tolower() function with ksh equivalent. | Robert Peichaer |
2013-11-08 | Use get_ifdevs() to get the interface name | Robert Peichaer |
2013-11-05 | avoid touching the signal traps during autoinstall | Uwe Stuehler |
2013-10-31 | If if looks like a duck, swims like a duck, and quacks like a duck, then | Alexander Hall |
2013-10-27 | Unattended installation using DHCP and a response file | Uwe Stuehler |
2013-10-13 | libotermcap is just an alias/link to libocurses. Use the latter so that | Philip Guenther |
2013-08-19 | (temporarily) introduce upgrade_to64time_t() to handle the transition | Alexander Hall |
2013-07-31 | Remove the sysmerge(8) glue from the installer -- it's never been used | Antoine Jacoutot |
2013-07-21 | stop adding static entries to /etc/hosts for dynamic ip addresses | Alexander Hall |
2013-06-10 | rework v6_defroute() | Robert Peichaer |
2013-06-04 | supress errors that would occur if bioctl is missing or is run with an | Alexander Hall |