summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2018-08-29Historically /etc/netstart (and the equivalent code in the installKenneth 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-28syncTheo de Raadt
2018-08-26syncTheo de Raadt
2018-08-26syncdTheo de Raadt
2018-08-25syncTheo de Raadt
2018-08-24sync libcrypto relink fileStuart Henderson
2018-08-24syncTheo Buehler
2018-08-22Let /etc/installurl default to cdn.openbsd.org if it doesn't exist and noTheo 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-19syncTheo de Raadt
2018-08-19There was some misunderstanding about which mirror to use.Theo Buehler
Back this out for now.
2018-08-19If /etc/installurl doesn't exist, install a default one pointing toTheo 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-15sync machine list with arm64.htmlJonathan Gray
2018-08-11syncTheo de Raadt
2018-08-10syncTheo de Raadt
2018-08-08syncTheo de Raadt
2018-08-04syncTheo de Raadt
2018-08-03syncTheo de Raadt
2018-07-27syncTheo de Raadt
2018-07-27syncTheo de Raadt
2018-07-26syncTheo de Raadt
2018-07-25syncTheo de Raadt
2018-07-24syncTheo de Raadt
2018-07-23syncFlorian Obser
2018-07-14syncJonathan Gray
2018-07-13syncTheo de Raadt
2018-07-12syncTheo de Raadt
2018-07-11syncTheo de Raadt
2018-07-10Tweak comments and explain some not so obvious things.Robert Peichaer
2018-07-10syncTheo de Raadt
2018-07-10syncTheo de Raadt
2018-07-10simplify 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-09syncTheo de Raadt
2018-07-09syncTheo de Raadt
2018-07-09syncTheo de Raadt
2018-07-09Rename the THESETS variable to ALLSETS because it holds the listRobert Peichaer
of all legitimate OpenBSD set files. That helps to better understand the code in context. OK halex krw tb
2018-07-09Explain in more detail, how select_sets() is involved when the current bsd.rdRobert Peichaer
is used to download/verify/install a bsd.rd of a new release.
2018-07-09syncTheo de Raadt
2018-07-09Explain in more detail, what sane_install() actually does.Robert Peichaer
2018-07-09Extend the v4_defroute() function description and make the fallback toRobert Peichaer
the previous default route more obvious by using an if-then-else block.
2018-07-09Comments and function descriptions.Robert Peichaer
2018-07-09Improve comments and function descriptions.Robert Peichaer
2018-07-09syncTheo de Raadt
2018-07-09CommentsRobert Peichaer
2018-07-08The AUTO variable is a boolean indicating whether or not autoinstall is activeRobert Peichaer
Rename AUTO to AI so "AI" is used consistently throuhout the installer script for autoinstall releated variables. OK krw tb
2018-07-08Compact 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-08syncTheo de Raadt
2018-07-08WhitespaceRobert Peichaer
2018-07-07Always quote both parameters of ask() which picks the question andRobert Peichaer
default answer parameters via $1 and $2. OK tb
2018-07-07Make sure the question parameter is set to be able to search for an answerRobert Peichaer
in the response file. OK krw tb
2018-07-07Compact function description.Robert Peichaer