Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-13 | All callers of helpfile() are #ifdef SMALL so only define that | Todd C. Miller | |
function when SMALL is not defined. OK guenther@ | |||
2014-05-12 | sync | Todd T. Fries | |
2014-05-11 | Fix configuration of static IPv6 default gateway | Robert Peichaer | |
- Append IPv4 default gw to /tmp/mygate instead of overwriting it. - Delete /tmp/mygate at the beginning of configure_ifs() to reset previous default gw config on installer restarts. pointed out by todd@ OK halex@ krw@ | |||
2014-05-11 | sync | Theo de Raadt | |
2014-05-10 | please, if there is any chance you've ever encountered the same command | Theo de Raadt | |
during install time, be more careful here. | |||
2014-05-10 | Fix v6_defroute() for automatic installation. | Robert Peichaer | |
OK krw@ halex@ | |||
2014-05-09 | Tweak response file example: | Robert Peichaer | |
- "Server?" -> "HTTP Server?" - Use more appropriate public ssh key type OK deraadt@ krw@ | |||
2014-05-08 | "Server?" -> "HTTP Server?" to allow unambiguous auto-install | Kenneth R Westerback | |
handling. Confusion with "NTP Server?" reported by Xavier Claude via misc@. ok rpe@ halex@ | |||
2014-05-06 | sync | Theo de Raadt | |
2014-05-05 | Redirecting stderr to /dev/null suppresses all errors. Instead use | Alexander Bluhm | |
the new status=none feature to make dd quiet. OK krw@ deraadt@ | |||
2014-05-04 | Revert previous. Insufficient discussion. Introduces | Kenneth R Westerback | |
inconsistancy between configured and unconfigured interfaces. Requested by deraadt@ | |||
2014-05-04 | Make answering 'none' to the installer question "IPv6 address?" result | Kenneth R Westerback | |
in no IPv6 address, by appending '-inet6' to the generated hostname.<if> file. Less surprising to many people. ok henning@ reyk@ beck@ rpe@ | |||
2014-05-03 | remove unused variable | Charles Longeau | |
ok krw@ | |||
2014-05-01 | sync | Theo de Raadt | |
2014-05-01 | Fix perl arch directory name. | Miod Vallat | |
2014-05-01 | sync | Theo de Raadt | |
2014-05-01 | - add 'sunxi' to list of miniroot files | Jasper Lievisse Adriaanse | |
- add list of supported 'sunxi' and 'imx' hardware ok bmercer@ | |||
2014-05-01 | No longer mention the tools/ directory, which content is irrelevant those days; | Miod Vallat | |
forgotten during previous cleanups. | |||
2014-04-30 | sync | Theo de Raadt | |
2014-04-29 | tedu ~/.klogin | David Coppa | |
ok henning@ deraadt@ | |||
2014-04-27 | sync | Todd T. Fries | |
2014-04-26 | sync | Todd T. Fries | |
2014-04-25 | filter excess data from autoinstall output *before* it ends up in the | Alexander Hall | |
log file on the ramdisk, in order not to run out of its precious space reported by, tested and ok sebastia@ | |||
2014-04-24 | sync | Miod Vallat | |
2014-04-22 | Unify the model name to LUNA-88K{,2}, that is considered the | Kenji Aoyama | |
`official' name. ok jmc@ miod@ | |||
2014-04-22 | sync | Theo de Raadt | |
2014-04-22 | kerberos has been tedu'd, ok reyk | Henning Brauer | |
2014-04-21 | Avoid a loop during autoinstall in case the path in the responsefile does | Robert Peichaer | |
not exist. OK halex@ krw@ | |||
2014-04-21 | Change dhcp_request() and v4_config() to be able to configure dhcp | Robert Peichaer | |
for an interface without an active network connection. - Don't write options to dhclient.conf that are default. Only use the 'host-name' option for hostname associated dhcp requests. - Run dhclient with options to reduce the time it takes to finish in case it gets no answer from a DHCP server. - Don't bother removing the interface from group dhcp and save the configuration files even if dhclient fails. If the same interface is statically configured later, it is removed from the group dhcp. - Add 'dhcp' to hostname.if file regardless whether dhcp_request() was successful or not. - Change the Netmask question to be more autoinstaller friendly. based on krw's work discussed with and OK krw@ | |||
2014-04-21 | Use a better way that ensures that NIFS is really 0 if there are no | Robert Peichaer | |
hostname.if files. suggested by and OK halex@ OK krw@ | |||
2014-04-21 | sync | Theo de Raadt | |
2014-04-21 | NIFS is supposed to represent the number of configured interfaces. | Robert Peichaer | |
If an interface got configured twice, NIFS must not be incremented. So count the number of hostname.if files instead. discussed with and OK krw@ | |||
2014-04-21 | sync | Theo de Raadt | |
2014-04-20 | Only issue a single dhcp requests per interface with the host-name | Robert Peichaer | |
option set. Remove the second request, which does not provide the host-name option. The client supplied hostname is used in certain setups by DHCP servers to update DNS records on behalf of clients and ensures that the hostname information is in the lease db. discussed with deraadt ok krw@ halex@ | |||
2014-04-20 | sync | Theo de Raadt | |
2014-04-20 | Simplify shell pattern. | Robert Peichaer | |
OK krw@ | |||
2014-04-20 | sync | Theo de Raadt | |
2014-04-19 | populateusrlocal() is used only once in finish_up(). Just fold it in there. | Robert Peichaer | |
OK krw@ halex@ | |||
2014-04-19 | Simplify things by using the return code of ask_yn() directly instead | Robert Peichaer | |
of looking in resp. No need to specify 'no' as default answer. It's the default for ask_yn() anyway. OK krw@ halex@ | |||
2014-04-19 | sync | Theo de Raadt | |
2014-04-19 | altq includes are gone | Henning Brauer | |
yes, we normally leave this for theo, but this triggered my final "any altq bits left" check and I had to wait for a build anyway... | |||
2014-04-19 | sync | Theo de Raadt | |
2014-04-18 | sync | Theo de Raadt | |
2014-04-18 | sync | Theo de Raadt | |
2014-04-18 | sync | Theo de Raadt | |
2014-04-16 | sync | Theo de Raadt | |
2014-04-16 | Tweak network interface configuration so that after 1st attempted | Kenneth R Westerback | |
(rather than first successfull) configuration, the default selection becomes [done]. This allows one to <cr> past network configuration. e.g. when dhcp is not working. Requested by deraadt@. ok halex@. | |||
2014-04-15 | sync | Theo de Raadt | |
2014-04-14 | oops, sync better | Theo de Raadt | |
2014-04-14 | sync | Theo de Raadt | |