summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2019-06-07eliminate differences between all the list files as much asTheo de Raadt
2019-06-07Add -lz to the library list, since one architecture (armv7) needs it andTheo de Raadt
2019-05-15add copyright grant, requested by deraadt@Stuart Henderson
2019-05-14Revert my recent sysupgrade changes; it broke unattended upgrades forAntoine Jacoutot
2019-05-13Add tee(1) to the ramdisk filesystem and use it to provide both aChristian Weisgerber
2019-05-13Fix usage() (missing '-x').Antoine Jacoutot
2019-05-11Repair and improve v6 default route selection.Kenneth R Westerback
2019-05-10Improve error message of "Question has no answer in response file".Reyk Floeter
2019-05-10Always make the default answer 'dhcp' on unconfigured interfaces.Kenneth R Westerback
2019-05-09Don't ignore configured netmask/prefixlen on restartingKenneth R Westerback
2019-05-09Simplify v4_config() and v6_config() by getting updated informationKenneth R Westerback
2019-05-09sysupgrade already verifies all sets, so eliminate redundantChristian Weisgerber
2019-05-09Stop tromping over the saved interface configuration whenKenneth R Westerback
2019-05-09Shuffle code to make v4_config() and v6_config() look evenKenneth R Westerback
2019-05-09Shuffle code a bit to consistently call 'ifconfig $_if [-inet|-inet6]' toKenneth R Westerback
2019-05-09Don't forget about previous dhcp configuration attemptsKenneth R Westerback
2019-05-08Move the magic ping6 IPv6 default router discovery so we probe allKenneth R Westerback
2019-05-08cleanup after unattended upgradeFlorian Obser
2019-05-03Bring v6_config() into the modern age. RememberKenneth R Westerback
2019-05-03During debugging, media are often built without DESTDIR correctly set.Theo de Raadt
2019-05-02Keep SHA256.sig around on the installed / upgraded system.Florian Obser
2019-04-30Every Makefile on every architecture had deviated in unique ways.Theo de Raadt
2019-04-29Make v[46]_info() return all the interface flags instead of justKenneth R Westerback
2019-04-29remove the abstraction REV on top of abstraction OSrev which is alwaysTheo de Raadt
2019-04-28reduce delta with ../ramdisk/listTheo de Raadt
2019-04-28Oops; hardcode instbin directlyTheo de Raadt
2019-04-28CBIN variable is also pointless, it is always "instbin". Rather thanTheo de Raadt
2019-04-27It's timer_pid not timeout_pidkn
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