summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2018-07-07Trim function description by leaving out parts that are alreadyRobert Peichaer
explained for _ask(). Give a hint why _ask() is called from within a while-loop.
2018-07-07Be more precise explaining that _ask() captures user responsesRobert Peichaer
interactively and also from the response file.
2018-07-07Tweak commentsRobert Peichaer
2018-07-06Improve the description of another rather esoteric piece of shell script code.Robert Peichaer
2018-07-06Tweak comments and explain, why HTTP_SETDIR is made known to the webserverRobert Peichaer
where the response file is downloaded from.
2018-07-06Tweak comments and spacing.Robert Peichaer
2018-07-06Tweak commentRobert Peichaer
2018-07-06syncTheo de Raadt
2018-07-05syncTheo de Raadt
2018-07-02syncTheo de Raadt
2018-07-02Be more precise in the function description and rename _iflist toRobert Peichaer
_if_list to be consistent with other similar cases.
2018-07-02more descriptive commentRobert Peichaer
2018-07-02Be more precise about the expected input.Robert Peichaer
2018-07-02Quote first parameter of isin().Robert Peichaer
2018-07-01CommentsRobert Peichaer
2018-07-01Explain and demystify some darker corners of the installer script.Robert Peichaer
2018-06-30syncTheo de Raadt