summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2018-01-18Make URL redirection sticky in the installerjob
2018-01-14Prefetched sets are stored by root, but are read by an unprivilegedRobert Peichaer
2018-01-03Always present the same question at the end of installs or upgrades.Robert Peichaer
2017-12-22Cope with the fact, that the DHCLIENT route label is gone whichRobert Peichaer
2017-12-21Adopt comments to previous changeRobert Peichaer
2017-12-21Stop creating a dhclient.conf in the install script, nowKenneth R Westerback
2017-12-18Change the question at the end of installs and upgrades to present a choiceRobert Peichaer
2017-12-18Display $MODE (install/upgrade) in the prompt before we know the hostname.Theo Buehler
2017-12-17Add a new question "Escape to shell before reboot? [no]" at the end ofRobert Peichaer
2017-12-17allow '-' in usernamesRobert Peichaer
2017-12-01arm64 is now also a _syspatch_archTheo Buehler
2017-11-05Fix http server selection from the list of mirrors. This broke inRobert Peichaer
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intoRobert Peichaer
2017-11-02Fix this test by adding _http_proto to INSTALL_MIRROR.Robert Peichaer
2017-10-22On systems without dhclient, ask IPv4 question again if 'dhcp' was choosen.Robert Peichaer
2017-10-21Change v4_config() and v6_config()Robert Peichaer
2017-10-13Move extraction of rootdisk information into the DONEPROFILE if-block.Robert Peichaer
2017-10-13Comment trap handlersRobert Peichaer
2017-10-13Tweak commentsRobert Peichaer
2017-10-13Add a comment for slaacd(8) start and replace the if-then-fi blockRobert Peichaer
2017-10-11If $MODE.site fails, store random.seed and error out. Based on a diffTheo Buehler
2017-10-10Allow to boot into the existing bsd.rd and to download, verifyRobert Peichaer
2017-10-05When installing sets from disk, change the default answer for the questionChristian Weisgerber
2017-10-04Only print "done." after successful "syspatch -c".Theo Buehler
2017-08-25Combine the commands to fetch and extract set files with theRobert Peichaer
2017-08-24On release installs of architectures supported by syspatch, run syspatch -cTheo Buehler
2017-08-18RFC2606 gives us example.com, show that instead of another privateJoshua Stein
2017-08-08Fix a bug introduced in r1.1028 while switching enable_network()Robert Peichaer
2017-07-28DEFAULTSETS, SANESETS and THESETS are set in the install.md scriptsRobert Peichaer
2017-07-25Finally remove backwards compat code to support the 'rtsol' keywordRobert Peichaer
2017-07-21Rename _hn to AI_HOSTNAME and export it as global variable so it'sRobert Peichaer
2017-07-21Align ifstart() in netstart and install.sub.Robert Peichaer
2017-07-21autoinstall(8) related global variables are prefixed with AI_.Robert Peichaer
2017-07-20Move the execution of the {install,upgrade}.site script to the endRobert Peichaer
2017-07-20Zap space between function name and parens.anton
2017-07-17Fix IPv6 default router selectionRobert Peichaer
2017-07-15add commentRobert Peichaer
2017-07-15- remove superfluous blanks from v[46]_info() outputRobert Peichaer
2017-07-15Rework vlan configuration in the installer, triggered by the vlanRobert Peichaer
2017-07-08Enable slaacd on the installer and temporarily neuter routerFlorian Obser
2017-07-08_slaacd user/group for installerFlorian Obser
2017-07-08slaacd needs libevent on the ramdiskFlorian Obser
2017-07-07Replace a doubled period and add a blank space in front of a bracket.Theo Buehler
2017-07-02Shorter version of the same.Robert Peichaer
2017-07-02Tweak commentRobert Peichaer
2017-07-02NIFS is checked inside start_cgiinfo() already.Robert Peichaer
2017-06-30Create a unique kernel to boot from during install and upgrade.Robert Peichaer
2017-06-21/var/db/kernel.SHA256 contains the hash of the /bsd kernel. UponTheo de Raadt
2017-06-03After installing, chmod og-rwx {/bsd bsd.mp bsd.sp bsd.rd }Theo de Raadt
2017-05-31whitespace nitTheo Buehler