summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
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
2017-03-10In a scenario, where the distribution sets are fetched from a mirrorRobert Peichaer
2017-03-10Search case-insensitive for HTTP_SERVER in the ftplist.cgi output.Robert Peichaer
2017-03-10Explain more accurately why to remember the sets location.Robert Peichaer
2017-03-10Always create the installurl(5) file during installation and upgradeRobert Peichaer
2017-03-06Localize the 'hn' and 'if' variables in enable_network().Robert Peichaer
2017-03-05Stop using and copying the on-disk /etc/hosts file to the bsd.rdRobert Peichaer
2017-03-01Comments ...Robert Peichaer
2017-02-28Create the /etc/installurl file during upgrade too if a mirror wasRobert Peichaer
2017-02-28Modify the logic to determine the default answer for the "LocationRobert Peichaer
2017-02-27Sync comments about install.md variables with reality.Robert Peichaer
2017-02-26Switch to xenodm(1).Matthieu Herrb
2017-02-25Localize _OPT as it is not used as a global variable.Robert Peichaer
2017-02-20Zap the extra echo and show the prompt using the var?'prompt' featureRobert Peichaer
2017-02-19Remove an unfortunate significant trailing whitespace that ended up passingTheo Buehler
2017-02-14These variables are global so use uppercase and rename sshd and xdmRobert Peichaer
2017-02-14Fix comment.Robert Peichaer
2017-02-14Rename functions to match the predominantly used verb_noun naming schemeRobert Peichaer
2017-02-12In autoinstall, no need to create /mnt/root/.ssh if the install scriptLandry Breuil
2017-02-08Add even more line breaks to fit to 80 columns.Robert Peichaer
2017-02-08Use a variable to make the prompt fit to 80 columns.Robert Peichaer
2017-02-08Add some more line breaks to fit to 80 columns.Robert Peichaer
2017-02-08Add some line breaks to fit to 80 columns.Robert Peichaer
2017-02-08Localize PS3 at the top of v6_defroute() to make its assignmentRobert Peichaer
2017-02-08Use a variable for the sysctl output to shorten the for-loop toRobert Peichaer
2017-02-08Reformat get_responsfile() to fit to 80 columns.Robert Peichaer
2017-02-05Reformat and adapt install_http() to fit to 80 columns.Robert Peichaer
2017-02-05Curly brackets are not needed here.Robert Peichaer
2017-02-05Rename rootpass to _rootpass and localize it together with _rootkey.Robert Peichaer
2017-02-05user, username, userpass and userkey are global variables. The userRobert Peichaer
2017-01-24ftplist.cgi provides the http server from previous installs as theRobert Peichaer
2017-01-24Don't allow any control and space characters in the answer to theRobert Peichaer
2017-01-23Clean up possible leftover prefetch area in case of installer restarts.Robert Peichaer
2017-01-23Export AI_MAC and AI_SERVER in addition to AI_MODE so they're visibleRobert Peichaer
2017-01-22Ensure the right hand side of the test is not treated as pattern.Robert Peichaer
2017-01-22= -> == inside [[ ]] tests.Robert Peichaer
2017-01-22Unobscure the installer script code a bit by adding and rewording comments.Robert Peichaer
2017-01-22Prefix local variables with '_'.Robert Peichaer
2017-01-22Tweak previous ...Robert Peichaer
2017-01-21Start creating and using /etc/installurl. This file is createdRobert Peichaer
2017-01-20Use a global variable PUB_KEY for the location of the key file.Robert Peichaer
2017-01-11Eliminate an error message by checking whether /tmp/i/hosts exists beforeTheo Buehler
2017-01-11typo: verfied -> verifiedAntoine Jacoutot
2017-01-10whitespaceTheo de Raadt