Age | Commit message (Expand) | Author |
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 |
2015-02-23 | expr no longer needed on media, thanks to halex and todd and rpe | Theo de Raadt |
2015-01-30 | remove rndc (from bind) as well, ok deraadt | Stuart Henderson |
2015-01-29 | At upgrade time delete sendmail,named,nginx,openssl binaries because | Theo de Raadt |
2015-01-24 | In shell statements use shell pattern '+([0-9])', not sed regular | Kenneth R Westerback |
2015-01-17 | Remove unnecessary double-quotes inside [[]]. | Robert Peichaer |
2015-01-17 | Uppercase global vars (auto -> AUTO, respfile -> RESPFILE) | Robert Peichaer |
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt |
2015-01-07 | Cleanup network config after fetching the responsefile. This enables | Robert Peichaer |
2015-01-07 | Fix get_ifdevs() - don't filter vlan interfaces. | Robert Peichaer |
2015-01-04 | back to using ramdisk encrypt again. theo found and fixed the (my) bug. | Ted Unangst |
2015-01-04 | go back to using /mnt encrypt. it seems something isn't working yet. | Ted Unangst |
2015-01-02 | Fix saving dhclient lease files during installation. | Robert Peichaer |
2015-01-01 | Enable 'ifconfig -C' (list dynamic interface types) on install | Kenneth R Westerback |
2014-12-29 | encrypt is now built into instbin, do not need to use the /mnt version | Theo de Raadt |