summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2016-02-27Shorter version that does the same.Robert Peichaer
2016-02-23In the great pdisk churn we lost a pdisk pecularity in disk nameKenneth R Westerback
2016-02-20Combine two sed calls into one.Robert Peichaer
2016-02-20remove stray semicolonRobert Peichaer
2016-02-12Uppercase global variable.Robert Peichaer
2016-02-11Ensure, that the '&' is placed correctly if not all variables are set.Robert Peichaer
2016-01-31spacingRobert Peichaer
2016-01-31- remove _d from local list which is a leftover from a previous changeRobert Peichaer
2016-01-26spacingRobert Peichaer
2016-01-25localize _clistRobert Peichaer
2016-01-24spacingRobert Peichaer
2016-01-24- cleanup quoting in sed patternRobert Peichaer
2016-01-17Discard stderr of fdisk and pdisk.Robert Peichaer
2016-01-12The data for CGI_{METHOD,TIME,TZ} comes from an external source.Robert Peichaer
2016-01-10replace test command with [[ ]]Robert Peichaer
2016-01-10simplify patternRobert Peichaer
2016-01-09Revamp the display of GPT information, hiding less importantKenneth R Westerback
2015-12-27Refactor and move disk initialization code from install.sh to a separateRobert Peichaer
2015-12-23Move the code, that lists uninitialized disk into a separate function.Robert Peichaer
2015-12-23- quote user supplied hostnameRobert Peichaer
2015-12-23- spacingRobert Peichaer
2015-12-23Change comment style for headings so they get removed by list2sh.awk andRobert Peichaer
2015-12-23Ensure the installer asks for the dns domain and nameserver in case anRobert Peichaer
2015-12-23Ensure the installer asks for IPv4 default route in case an interface hasRobert Peichaer
2015-12-18Introduce a new function disk_has() to inspect a disk if it has aRobert Peichaer
2015-12-06Do the same with less code.Robert Peichaer
2015-12-065.8 is out for a quite a while now. Remove the deletion of binariesRobert Peichaer
2015-11-20don't auto-skip X sets on systems without wscons, you can remove them easilyStuart Henderson
2015-11-18Now that the transition is over, have the installer set 'prohibit-password'Stuart Henderson
2015-11-14no longer need -locurses, since more is selfcontainedTheo de Raadt
2015-09-27HEAD is past 5.8 now, so remove /var/tmp removal tweak.Alexander Hall
2015-09-09zap trailing whitespaceAlexander Hall
2015-09-09At some point back in time, the disk info (obtained by responding '?' atAlexander Hall
2015-08-24/usr/share/sysmerge -> /var/sysmergeAntoine Jacoutot
2015-08-06match change to prohibit-password. however, also default to "no", asTheo de Raadt
2015-08-06spellingTheo de Raadt
2015-08-06Change the ssh root login question to avoid the unnatural keywordTheo de Raadt
2015-08-01- Be more specific as to what accept as answer to the "Allow rootRobert Peichaer
2015-07-30Change installer to cope with the new sshd_config(5) default forRobert Peichaer
2015-07-20Fix some typos and reformat comments.Robert Peichaer
2015-07-19Replace two instances where ed is used for inplace editing of filesRobert Peichaer
2015-07-19Use the %c (version or snapshots) and %a (package architecture) forRobert Peichaer
2015-07-17Remove spaces before the double semicolons in case-blocks.Robert Peichaer
2015-07-16zap trailing whitespaceAlexander Hall
2015-07-05In case-statements where single and multiline commands are used,Robert Peichaer
2015-07-03Use [aA]* instead of a*|A* in case-blocks.Robert Peichaer
2015-07-01Use ksh style tests like in the rest of the installer scripts.Robert Peichaer
2015-06-02Remove the $FSTABFLAG variable and use -F directly. The installerRobert Peichaer
2015-05-31Replace identical code in the MD scripts of the installer with a newRobert Peichaer
2015-05-20Merge the get_drive() function with install_disk(), which is theRobert Peichaer