summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2014-05-13All callers of helpfile() are #ifdef SMALL so only define thatTodd C. Miller
function when SMALL is not defined. OK guenther@
2014-05-12syncTodd T. Fries
2014-05-11Fix configuration of static IPv6 default gatewayRobert 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-11syncTheo de Raadt
2014-05-10please, if there is any chance you've ever encountered the same commandTheo de Raadt
during install time, be more careful here.
2014-05-10Fix v6_defroute() for automatic installation.Robert Peichaer
OK krw@ halex@
2014-05-09Tweak 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-installKenneth R Westerback
handling. Confusion with "NTP Server?" reported by Xavier Claude via misc@. ok rpe@ halex@
2014-05-06syncTheo de Raadt
2014-05-05Redirecting stderr to /dev/null suppresses all errors. Instead useAlexander Bluhm
the new status=none feature to make dd quiet. OK krw@ deraadt@
2014-05-04Revert previous. Insufficient discussion. IntroducesKenneth R Westerback
inconsistancy between configured and unconfigured interfaces. Requested by deraadt@
2014-05-04Make answering 'none' to the installer question "IPv6 address?" resultKenneth 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-03remove unused variableCharles Longeau
ok krw@
2014-05-01syncTheo de Raadt
2014-05-01Fix perl arch directory name.Miod Vallat
2014-05-01syncTheo de Raadt
2014-05-01- add 'sunxi' to list of miniroot filesJasper Lievisse Adriaanse
- add list of supported 'sunxi' and 'imx' hardware ok bmercer@
2014-05-01No longer mention the tools/ directory, which content is irrelevant those days;Miod Vallat
forgotten during previous cleanups.
2014-04-30syncTheo de Raadt
2014-04-29tedu ~/.kloginDavid Coppa
ok henning@ deraadt@
2014-04-27syncTodd T. Fries
2014-04-26syncTodd T. Fries
2014-04-25filter excess data from autoinstall output *before* it ends up in theAlexander Hall
log file on the ramdisk, in order not to run out of its precious space reported by, tested and ok sebastia@
2014-04-24syncMiod Vallat
2014-04-22Unify the model name to LUNA-88K{,2}, that is considered theKenji Aoyama
`official' name. ok jmc@ miod@
2014-04-22syncTheo de Raadt
2014-04-22kerberos has been tedu'd, ok reykHenning Brauer
2014-04-21Avoid a loop during autoinstall in case the path in the responsefile doesRobert Peichaer
not exist. OK halex@ krw@
2014-04-21Change dhcp_request() and v4_config() to be able to configure dhcpRobert 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-21Use a better way that ensures that NIFS is really 0 if there are noRobert Peichaer
hostname.if files. suggested by and OK halex@ OK krw@
2014-04-21syncTheo de Raadt
2014-04-21NIFS 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-21syncTheo de Raadt
2014-04-20Only issue a single dhcp requests per interface with the host-nameRobert 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-20syncTheo de Raadt
2014-04-20Simplify shell pattern.Robert Peichaer
OK krw@
2014-04-20syncTheo de Raadt
2014-04-19populateusrlocal() is used only once in finish_up(). Just fold it in there.Robert Peichaer
OK krw@ halex@
2014-04-19Simplify things by using the return code of ask_yn() directly insteadRobert 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-19syncTheo de Raadt
2014-04-19altq includes are goneHenning 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-19syncTheo de Raadt
2014-04-18syncTheo de Raadt
2014-04-18syncTheo de Raadt
2014-04-18syncTheo de Raadt
2014-04-16syncTheo de Raadt
2014-04-16Tweak network interface configuration so that after 1st attemptedKenneth 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-15syncTheo de Raadt
2014-04-14oops, sync betterTheo de Raadt
2014-04-14syncTheo de Raadt