Age | Commit message (Expand) | Author |
2015-08-24 | /usr/share/sysmerge -> /var/sysmerge | Antoine Jacoutot |
2015-08-06 | match change to prohibit-password. however, also default to "no", as | Theo de Raadt |
2015-08-06 | spelling | Theo de Raadt |
2015-08-06 | Change the ssh root login question to avoid the unnatural keyword | Theo de Raadt |
2015-08-01 | - Be more specific as to what accept as answer to the "Allow root | Robert Peichaer |
2015-07-30 | Change installer to cope with the new sshd_config(5) default for | Robert Peichaer |
2015-07-20 | Fix some typos and reformat comments. | Robert Peichaer |
2015-07-19 | Replace two instances where ed is used for inplace editing of files | Robert Peichaer |
2015-07-19 | Use the %c (version or snapshots) and %a (package architecture) for | Robert Peichaer |
2015-07-17 | Remove spaces before the double semicolons in case-blocks. | Robert Peichaer |
2015-07-16 | zap trailing whitespace | Alexander Hall |
2015-07-05 | In case-statements where single and multiline commands are used, | Robert Peichaer |
2015-07-03 | Use [aA]* instead of a*|A* in case-blocks. | Robert Peichaer |
2015-07-01 | Use ksh style tests like in the rest of the installer scripts. | Robert Peichaer |
2015-06-02 | Remove the $FSTABFLAG variable and use -F directly. The installer | Robert Peichaer |
2015-05-31 | Replace identical code in the MD scripts of the installer with a new | Robert Peichaer |
2015-05-20 | Merge the get_drive() function with install_disk(), which is the | Robert Peichaer |
2015-05-19 | Fix installing sets from cdrom if more than one drive is present. | Robert Peichaer |
2015-05-18 | enable ntpd by default at install time. We use pools and a reliable | Theo de Raadt |
2015-05-15 | Remove the 'Use DUIDs rather than device names in fstab?' question | Robert Peichaer |
2015-05-14 | Extend autoinstall(8) to allow for <hostname>-<mode>.conf response files | Robert Peichaer |
2015-05-04 | Add the new template file based autopartitioning feature of disklabel(8) | Robert Peichaer |
2015-04-28 | ajacoutot spotted a problem with the new sshd logic (to disable root logins | Stuart Henderson |
2015-04-27 | Rework sshd enable root login questions in light of sshd PermitRootLogin | Damien Miller |
2015-04-26 | get_responsefile: instead of keeping the dhcp-supplied next-server where | Henning Brauer |
2015-04-21 | append the setdir ("5.7/amd64", "snapshots/vax") as get-parameter "path" | Henning Brauer |
2015-04-20 | Fix asking for list of http servers via '?'. The 'more' now used | Kenneth R Westerback |
2015-04-13 | pwd_mkdb now fits onto the install media. no more chroot games. | Theo de Raadt |
2015-04-07 | Tweak previous. | Robert Peichaer |
2015-04-06 | Moar comments !! Explain what's going on during install / upgrade. | Robert Peichaer |
2015-04-06 | Use if then else instead of testing $_fstype twice. | Robert Peichaer |
2015-04-05 | Cope with the removal of less from install media. | Robert Peichaer |
2015-04-04 | I contributed substantially to the installer, so add copyright. | Robert Peichaer |
2015-04-04 | Moar comments !! | Robert Peichaer |
2015-04-03 | Eleminate the last occurrences of backticks and replace constructs | Robert Peichaer |
2015-04-02 | more -> less; not less -> more | Theo de Raadt |
2015-03-28 | fix typos | Robert Peichaer |
2015-03-28 | - Start comments with capital letters. | Robert Peichaer |
2015-03-27 | Tame the more than 70 functions in install.sub. | Robert Peichaer |
2015-03-21 | Fold the single command from update_firmware() into finish_up() | Robert Peichaer |
2015-03-21 | Move code that gets executed when install.sub is sourced | Robert Peichaer |
2015-03-21 | Bourne to Korn shell | Robert Peichaer |
2015-03-17 | Restore previous behaviour that got lost with 1.780. | Robert Peichaer |
2015-03-15 | Eliminate the question 'Which cd?' and just show the available cd's | Kenneth R Westerback |
2015-03-13 | chroot is now inside instbin, so do not need to run the copy in /mnt | Theo de Raadt |
2015-03-11 | Shuffle some code around to make it easier to read. Add get_rootinfo() | Kenneth R Westerback |
2015-03-11 | adjust for removal of expr (and while here, sort all these lists, with the | Theo de Raadt |
2015-03-08 | oops, wrong file to commit a diff to | Theo de Raadt |
2015-03-08 | last rev fixed upgrades, but broke installs, sigh. use on-bsd.rd sdboot | Theo de Raadt |
2015-03-05 | Manipulate only whole words when flipping 'ro' and 'rw' in fstab entries. | Kenneth R Westerback |