Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-29 | Historically /etc/netstart (and the equivalent code in the install | Kenneth R Westerback | |
script) did 'ifconfig <if> down' before starting dhclient(8). This was a way of ensuring old running copies of dhclient were killed before a new one started. Current dhclient does not need this assist, so change "ifconfig <if> down" to "ifconfig <if> up" pending further script optimizations. Similar to a 2014 attempt by halex@. Prompted by a misc@ report from Kristjan Komlosi reporting hanging diskless setups. ok halex@ kn@ | |||
2018-08-28 | sync | Theo de Raadt | |
2018-08-26 | sync | Theo de Raadt | |
2018-08-26 | syncd | Theo de Raadt | |
2018-08-25 | sync | Theo de Raadt | |
2018-08-24 | sync libcrypto relink file | Stuart Henderson | |
2018-08-24 | sync | Theo Buehler | |
2018-08-22 | Let /etc/installurl default to cdn.openbsd.org if it doesn't exist and no | Theo Buehler | |
official mirror was used. This way, people doing installs without network access also get working pkg_add and syspatch experience out of the box. Idea from tj ok halex, job (who made it all possible), deraadt | |||
2018-08-19 | sync | Theo de Raadt | |
2018-08-19 | There was some misunderstanding about which mirror to use. | Theo Buehler | |
Back this out for now. | |||
2018-08-19 | If /etc/installurl doesn't exist, install a default one pointing to | Theo Buehler | |
cdn.openbsd.org. This way, people doing installs without network access also get working pkg_add and syspatch experience out of the box. Idea from tj, supported by deraadt and job ok halex | |||
2018-08-15 | sync machine list with arm64.html | Jonathan Gray | |
2018-08-11 | sync | Theo de Raadt | |
2018-08-10 | sync | Theo de Raadt | |
2018-08-08 | sync | Theo de Raadt | |
2018-08-04 | sync | Theo de Raadt | |
2018-08-03 | sync | Theo de Raadt | |
2018-07-27 | sync | Theo de Raadt | |
2018-07-27 | sync | Theo de Raadt | |
2018-07-26 | sync | Theo de Raadt | |
2018-07-25 | sync | Theo de Raadt | |
2018-07-24 | sync | Theo de Raadt | |
2018-07-23 | sync | Florian Obser | |
2018-07-14 | sync | Jonathan Gray | |
2018-07-13 | sync | Theo de Raadt | |
2018-07-12 | sync | Theo de Raadt | |
2018-07-11 | sync | Theo de Raadt | |
2018-07-10 | Tweak comments and explain some not so obvious things. | Robert Peichaer | |
2018-07-10 | sync | Theo de Raadt | |
2018-07-10 | sync | Theo de Raadt | |
2018-07-10 | simplify and properly quote the loading of soii key generation material, | Alexander Hall | |
and move it into enable_network() ok florian tb, long ago | |||
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | Rename the THESETS variable to ALLSETS because it holds the list | Robert Peichaer | |
of all legitimate OpenBSD set files. That helps to better understand the code in context. OK halex krw tb | |||
2018-07-09 | Explain in more detail, how select_sets() is involved when the current bsd.rd | Robert Peichaer | |
is used to download/verify/install a bsd.rd of a new release. | |||
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | Explain in more detail, what sane_install() actually does. | Robert Peichaer | |
2018-07-09 | Extend the v4_defroute() function description and make the fallback to | Robert Peichaer | |
the previous default route more obvious by using an if-then-else block. | |||
2018-07-09 | Comments and function descriptions. | Robert Peichaer | |
2018-07-09 | Improve comments and function descriptions. | Robert Peichaer | |
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | Comments | Robert Peichaer | |
2018-07-08 | The AUTO variable is a boolean indicating whether or not autoinstall is active | Robert Peichaer | |
Rename AUTO to AI so "AI" is used consistently throuhout the installer script for autoinstall releated variables. OK krw tb | |||
2018-07-08 | Compact the function description. | Robert Peichaer | |
Turn the ask_until from type Korn shell to Bourne/POSIX mode. Use : instead of true in the while-loop to be consistent. OK krw halex tb | |||
2018-07-08 | sync | Theo de Raadt | |
2018-07-08 | Whitespace | Robert Peichaer | |
2018-07-07 | Always quote both parameters of ask() which picks the question and | Robert Peichaer | |
default answer parameters via $1 and $2. OK tb | |||
2018-07-07 | Make sure the question parameter is set to be able to search for an answer | Robert Peichaer | |
in the response file. OK krw tb | |||
2018-07-07 | Compact function description. | Robert Peichaer | |