summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2014-04-14syncTheo de Raadt
2014-04-13syncTheo de Raadt
2014-04-13syncTheo de Raadt
2014-04-11syncTheo de Raadt
2014-04-10syncTheo de Raadt
2014-04-08syncTheo de Raadt
2014-04-07syncTheo de Raadt
2014-04-04Change HTTP_PROXY back to http_proxy. This is an environment variableKenneth 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-04syncTheo de Raadt
2014-04-04syncTheo de Raadt
2014-04-03syncTheo de Raadt
2014-03-30increase size of iso media (try 2)Theo de Raadt
2014-03-30increase size of iso mediaTheo de Raadt
2014-03-29Place kernel after running installboot, because this makes overflowTheo de Raadt
easier to calculate.
2014-03-29Place kernel after running installboot, because this makes overflowTheo de Raadt
easier to calculate.
2014-03-26syncTheo de Raadt
2014-03-25syncTheo de Raadt
2014-03-25sync, hopefully better this timeTheo de Raadt
2014-03-25oopsTheo de Raadt
2014-03-25syncTheo de Raadt
2014-03-25syncTheo de Raadt
2014-03-25syncTheo de Raadt
2014-03-24Bail out from md_prep_disklabel() with `return', not `exit'.Miod Vallat
2014-03-24syncTheo de Raadt
2014-03-24syncTheo de Raadt
2014-03-24syncTheo de Raadt
2014-03-24syncTheo de Raadt
2014-03-22Upper case another global variable (nifs -> NIFS).Kenneth R Westerback
2014-03-22Oops. MDMTDEVS is used to populate /dev. Put those bits back.Kenneth R Westerback