Age | Commit message (Expand) | Author |
2015-09-09 | zap trailing whitespace | Alexander Hall |
2015-07-19 | Replace two instances where ed is used for inplace editing of files | Robert Peichaer |
2015-06-02 | Remove the $FSTABFLAG variable and use -F directly. The installer | Robert Peichaer |
2015-05-15 | Remove the 'Use DUIDs rather than device names in fstab?' question | Robert Peichaer |
2015-04-27 | Rework sshd enable root login questions in light of sshd PermitRootLogin | Damien Miller |
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-04 | I contributed substantially to the installer, so add copyright. | Robert Peichaer |
2015-03-28 | - Start comments with capital letters. | Robert Peichaer |
2015-03-11 | Shuffle some code around to make it easier to read. Add get_rootinfo() | Kenneth R Westerback |
2015-01-02 | Fix saving dhclient lease files during installation. | Robert Peichaer |
2014-09-05 | Remove /etc/{hosts,myname} from etc.tgz. | Antoine Jacoutot |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-10 | Convert if foo; then bar; fi blocks to foo && bar but leave out enable_network() | Robert Peichaer |
2014-08-10 | { foo ; bar ; } -> { foo; bar; } | Robert Peichaer |
2014-08-09 | After a cleanup by deraadt I noticed the four-space-indent had started | Alexander Hall |
2014-07-22 | tab->space; consistent with the other sysctl values. | Antoine Jacoutot |
2014-07-22 | Drop the "... during install" comments; they were missing in several | Antoine Jacoutot |
2014-07-21 | Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out by | Christian Weisgerber |
2014-07-21 | Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn't | Christian Weisgerber |
2014-07-16 | Add a comment at the top of sysctl.conf when it is created by the | Antoine Jacoutot |
2014-07-15 | Create /etc/sysctl.conf based upon the 3 variables we might want to set | Theo de Raadt |
2014-04-19 | Simplify things by using the return code of ask_yn() directly instead | Robert Peichaer |
2014-03-20 | FTP is so 20th century. Remove 'ftp' as a method to obtain installation | Kenneth R Westerback |
2014-02-21 | remove stupid comment from decades ago. Proof is in the pudding, turns | Theo de Raadt |
2014-02-21 | oops, seperate pieces coming... | Theo de Raadt |
2014-02-21 | services | Theo de Raadt |
2014-02-04 | simplify removal of fstab leftovers in /tmp | Robert Peichaer |
2014-02-02 | remove -e sed option where only one command is used | Robert Peichaer |
2014-01-05 | Like upgrade, use feed_random right after mounting filesystems. This | Theo de Raadt |
2013-12-18 | change password prompts (for the good of install.conf) | Alexander Hall |
2013-12-06 | Workaround closed stdin in non-interactive mode. | Robert Peichaer |
2013-12-01 | Allows the autoinstaller to pass a public ssh key for inclusion in the | Alexander Hall |
2013-11-19 | Add autoinstall configuration to the list of files and output stirring | Alexander Hall |
2013-11-16 | Remove AUTOROOT variable which is a leftover of r1.183 of install.sub | Robert Peichaer |
2013-10-31 | If if looks like a duck, swims like a duck, and quacks like a duck, then | Alexander Hall |
2013-05-31 | remove unneeded '\' for line continuations | Robert Peichaer |
2013-04-15 | Use the dd and ed that are on the media, instead of the one post-install. | Theo de Raadt |
2012-09-28 | consistently use [[ ]] for tests | Robert Peichaer |
2012-09-28 | remove unnecessary quotes within [[ ]] | Robert Peichaer |
2012-09-28 | replace the last remaining backticks with $() for consistency | Robert Peichaer |
2012-09-28 | remove a comment that does not make sense any more | Robert Peichaer |
2012-09-28 | replace _fsent array with a simple concatenated list | Robert Peichaer |
2012-09-03 | compress arguments to the ftp command; ok halex | Theo de Raadt |
2012-01-31 | redirect stdout to /dev/null instead of closing it | Alexander Hall |
2011-08-17 | make sure to set two rtsol sysctls, not just the last one | Todd T. Fries |
2011-07-24 | use the right sysctl, doh! | Federico G. Schwindt |
2011-07-23 | uncomment net.inet6.ip6.rediraccept from /etc/sysctl.conf as well if the | Federico G. Schwindt |
2011-07-04 | there is no need to do the rtsol check (whether to enable | Alexander Hall |