summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
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
2017-05-31Change cp -pR to pax copy mode with -k when copying /etc/skel. This wayTheo Buehler
2017-05-28Remove _mode variable and use AI_MODE directly instead. Use theRobert Peichaer
2017-05-27De-duplicate sets selection instructions, and give a short example.Vadim Zhukov
2017-05-25Move the code that runs the installer script in non-interactiveRobert Peichaer
2017-05-25Replace various echo "..."; exit 1 with a new err_exit() function.Robert Peichaer
2017-05-22The DISPLAY variable is actually not a global variable as it's usedRobert Peichaer
2017-05-22No need to trim a trailling blank, bsort (in scan_dmesg) does notRobert Peichaer
2017-05-21Ensure a clean initial state (e.g. in case of an installer restart)Robert Peichaer
2017-05-15- export EDITOR and COLUMNS on assignmentRobert Peichaer
2017-05-15- move NIFS into the block of global variablesRobert Peichaer
2017-05-15- Move the dmesg listener code into it's own start_dmesg_listener() function.Robert Peichaer
2017-05-06Add build to the list of usernames that are rejected duringRobert Peichaer
2017-05-01Apply same change of defaultroute handling as in r1.179 of netstart.Robert Peichaer
2017-05-01Remove last remnants of rtsol. IPv6 autoconfiguration of interfacesRobert Peichaer
2017-04-25Unbreak multiple interface configurations like trunk or carp. EnsureRobert Peichaer
2017-04-24Introduce a new function parse_hn_line() that replaces the existingRobert Peichaer
2017-04-11Ensure that the version part of $_url_base is correctly removed byRobert Peichaer
2017-04-07Minimize differences in ifstart() function between netstart andRobert Peichaer
2017-04-07Align comments of ifstart() function in netstart and install.sub.Robert Peichaer
2017-04-07Sync variable names with netstart version of stripcom().Robert Peichaer
2017-04-07Align comments of stripcom() function in netstart and install.sub.Robert Peichaer
2017-04-07Extend the information shown by diskinfo() to help to identifyRobert Peichaer
2017-04-04Ensure, that during upgrades, the default for the "Location of sets"Robert Peichaer
2017-03-31The default for the "Server directory?" question can possibly comeRobert Peichaer
2017-03-13Remove leading slashes from response to ensure a proper url.Robert Peichaer
2017-03-11link libraries in a more canonical form (libc at the end)Theo de Raadt
2017-03-10Add a comment why INSTALL_MIRROR must not become a local variableRobert Peichaer