summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
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
2015-05-19Fix installing sets from cdrom if more than one drive is present.Robert Peichaer
2015-05-18enable ntpd by default at install time. We use pools and a reliableTheo de Raadt
2015-05-15Remove the 'Use DUIDs rather than device names in fstab?' questionRobert Peichaer
2015-05-14Extend autoinstall(8) to allow for <hostname>-<mode>.conf response filesRobert Peichaer
2015-05-04Add the new template file based autopartitioning feature of disklabel(8)Robert Peichaer
2015-04-28ajacoutot spotted a problem with the new sshd logic (to disable root loginsStuart Henderson
2015-04-27Rework sshd enable root login questions in light of sshd PermitRootLoginDamien Miller
2015-04-26get_responsefile: instead of keeping the dhcp-supplied next-server whereHenning Brauer
2015-04-21append the setdir ("5.7/amd64", "snapshots/vax") as get-parameter "path"Henning Brauer
2015-04-20Fix asking for list of http servers via '?'. The 'more' now usedKenneth R Westerback
2015-04-13pwd_mkdb now fits onto the install media. no more chroot games.Theo de Raadt
2015-04-07Tweak previous.Robert Peichaer
2015-04-06Moar comments !! Explain what's going on during install / upgrade.Robert Peichaer
2015-04-06Use if then else instead of testing $_fstype twice.Robert Peichaer
2015-04-05Cope with the removal of less from install media.Robert Peichaer
2015-04-04I contributed substantially to the installer, so add copyright.Robert Peichaer
2015-04-04Moar comments !!Robert Peichaer
2015-04-03Eleminate the last occurrences of backticks and replace constructsRobert Peichaer
2015-04-02more -> less; not less -> moreTheo de Raadt
2015-03-28fix typosRobert Peichaer
2015-03-28- Start comments with capital letters.Robert Peichaer
2015-03-27Tame the more than 70 functions in install.sub.Robert Peichaer
2015-03-21Fold the single command from update_firmware() into finish_up()Robert Peichaer
2015-03-21Move code that gets executed when install.sub is sourcedRobert Peichaer
2015-03-21Bourne to Korn shellRobert Peichaer
2015-03-17Restore previous behaviour that got lost with 1.780.Robert Peichaer
2015-03-15Eliminate the question 'Which cd?' and just show the available cd'sKenneth R Westerback
2015-03-13chroot is now inside instbin, so do not need to run the copy in /mntTheo de Raadt
2015-03-11Shuffle some code around to make it easier to read. Add get_rootinfo()Kenneth R Westerback
2015-03-11adjust for removal of expr (and while here, sort all these lists, with theTheo de Raadt
2015-03-08oops, wrong file to commit a diff toTheo de Raadt
2015-03-08last rev fixed upgrades, but broke installs, sigh. use on-bsd.rd sdbootTheo de Raadt
2015-03-05Manipulate only whole words when flipping 'ro' and 'rw' in fstab entries.Kenneth R Westerback