Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-04-14 | sync | Theo de Raadt | |
2014-04-13 | sync | Theo de Raadt | |
2014-04-13 | sync | Theo de Raadt | |
2014-04-11 | sync | Theo de Raadt | |
2014-04-10 | sync | Theo de Raadt | |
2014-04-08 | sync | Theo de Raadt | |
2014-04-07 | sync | Theo de Raadt | |
2014-04-04 | Change HTTP_PROXY back to http_proxy. This is an environment variable | Kenneth R Westerback | |
for ftp(1) and not an install script global variable. Pointed out by rpe@, and probably explains M. Lucas's problems of a few days ago. ok sthen@ halex@ | |||
2014-04-04 | sync | Theo de Raadt | |
2014-04-04 | sync | Theo de Raadt | |
2014-04-03 | sync | Theo de Raadt | |
2014-03-30 | increase size of iso media (try 2) | Theo de Raadt | |
2014-03-30 | increase size of iso media | Theo de Raadt | |
2014-03-29 | Place kernel after running installboot, because this makes overflow | Theo de Raadt | |
easier to calculate. |