summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2019-04-25Move the expected set location to /home/_sysupgrade.Florian Obser
2019-04-24In unattended mode do a reboot even if things go wrong andFlorian Obser
2019-04-24Perform unattended upgrade if /bsd.upgrade is present.Florian Obser
2019-04-22When upgrading only prompt for disks that contain a root partition.Florian Obser
2019-04-02After upgrade time, delete contents of /var/syspatch. EitherTheo de Raadt
2019-04-02After upgrade, cleanup old clang and gcc compoents.Theo de Raadt
2019-03-02On upgrade, only clean up the library relinking kits when we knowTheo Buehler
2019-02-11During upgrade, remove all library relink files (to save space)Theo de Raadt
2019-01-21lenght -> lengthJonathan Gray
2019-01-21when installing over wifi, move nwid and wpakey/nwkey to be on the same linePeter Hessler
2019-01-20Remove the "done." dance around checking for syspatches to avoidTheo Buehler
2019-01-16When installing a few months after a new release is out, the syspatch(8) checkAntoine Jacoutot
2019-01-13spelling error fixes; from Claus AssmannTheo de Raadt
2018-09-22Harmonize spacing after ellipses in displayed messages.Frederic Cambus
2018-09-18The dmesg buffer is sufficiently large now that using the accumulatedChristian Weisgerber
2018-08-29Historically /etc/netstart (and the equivalent code in the installKenneth R Westerback
2018-08-22Let /etc/installurl default to cdn.openbsd.org if it doesn't exist and noTheo Buehler
2018-08-19There was some misunderstanding about which mirror to use.Theo Buehler
2018-08-19If /etc/installurl doesn't exist, install a default one pointing toTheo Buehler
2018-07-10Tweak comments and explain some not so obvious things.Robert Peichaer
2018-07-10simplify and properly quote the loading of soii key generation material,Alexander Hall
2018-07-09Rename the THESETS variable to ALLSETS because it holds the listRobert Peichaer
2018-07-09Explain in more detail, how select_sets() is involved when the current bsd.rdRobert Peichaer
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
2018-07-09Comments and function descriptions.Robert Peichaer
2018-07-09Improve comments and function descriptions.Robert Peichaer
2018-07-09CommentsRobert Peichaer
2018-07-08The AUTO variable is a boolean indicating whether or not autoinstall is activeRobert Peichaer
2018-07-08Compact the function description.Robert Peichaer
2018-07-08WhitespaceRobert Peichaer
2018-07-07Always quote both parameters of ask() which picks the question andRobert Peichaer
2018-07-07Make sure the question parameter is set to be able to search for an answerRobert Peichaer
2018-07-07Compact function description.Robert Peichaer
2018-07-07Trim function description by leaving out parts that are alreadyRobert Peichaer
2018-07-07Be more precise explaining that _ask() captures user responsesRobert Peichaer
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
2018-07-06Tweak comments and spacing.Robert Peichaer
2018-07-06Tweak commentRobert Peichaer
2018-07-02Be more precise in the function description and rename _iflist toRobert Peichaer
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-16Allow to enter a DUID as answer to the "Which disk is the root disk?"Robert Peichaer
2018-06-16Zap whitespacesRobert Peichaer
2018-05-29When adjusting the speed of a 'console' tty entry, also change entriesMark Kettenis