Age | Commit message (Expand) | Author |
2009-05-06 | Split the collection of many questions from the appplication of their | Theo de Raadt |
2009-05-06 | De-uglify disk configuration in the non-auto layout cases. Trust | Kenneth R Westerback |
2009-05-05 | spaces to tabs | Theo de Raadt |
2009-05-03 | Oops. Untested over-optimization slipped in, breaking installs. | Kenneth R Westerback |
2009-05-03 | A few long standing sh'isms -> ksh'isms. | Kenneth R Westerback |
2009-05-03 | Simplify and shrink fstab creation code by putting mount point and | Kenneth R Westerback |
2009-05-03 | Simplify things by putting extra swap partitions in the fstab as | Kenneth R Westerback |
2009-04-30 | Do not allow the root password to be empty; ok krw after he told me | Theo de Raadt |
2009-04-30 | quotes around ? matches; Alexander Hall | Theo de Raadt |
2009-04-29 | only encrypt passwords if they are set | Theo de Raadt |
2009-04-29 | Ask for the root password before sshd, because I have caught myself | Theo de Raadt |
2009-04-28 | We have no choice but to ask for the timezone information later, so | Theo de Raadt |
2009-04-25 | We are able to handle the timezone question a few steps earlier, along | Theo de Raadt |
2009-04-24 | Move bsd.mp juggling into relevant MD files. Make bsd.mp a default | Kenneth R Westerback |
2009-04-23 | configure the network unconditionally. You have an opportunity to bail | Theo de Raadt |
2009-04-23 | Near the end of the installation, prompt for the setup of an initial | Theo de Raadt |
2009-04-19 | If hw.ncpufound > 1, have the install script automatically prefer to use | Theo de Raadt |
2009-04-13 | Don't try to read or remove a non-existant /tmp/hosts file. This can | Kenneth R Westerback |
2009-04-10 | If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask the | Kenneth R Westerback |
2009-04-10 | 'rm hosts' -> 'rm -f hosts', since we may have not configured any | Kenneth R Westerback |
2009-03-14 | Installed dhclient.conf is now all comments. Installed hosts is | Kenneth R Westerback |
2009-03-14 | There should only be one ::1 and one 127.0.0.1 entry in the hosts | Kenneth R Westerback |
2009-02-21 | Pretty up installed hosts file by using tabs between address and | Kenneth R Westerback |
2009-02-19 | Third time lucky. Proper use of quotes when comparing the first and | Kenneth R Westerback |
2009-02-15 | Build install media with disktab.shadow already in /tmp, rather | Kenneth R Westerback |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-13 | ksh's arithmetic is 32 bit signed so we can no longer rely on | Kenneth R Westerback |
2008-06-01 | Don't copy empty files into installed system's /etc. Tweak comment and | Kenneth R Westerback |
2008-03-02 | Keep resolv.conf.shadow around when restarting an install. This | Kenneth R Westerback |
2008-02-11 | For architectures with an enabled 'console' ttys entry, adjust the | Kenneth R Westerback |
2006-08-29 | Handle site${VERSION}-$(hostname -s).tgz files better so that they | Kenneth R Westerback |
2006-06-23 | Add a set siteXY-<hostname>.tgz and make it selected by default. This | Kenneth R Westerback |
2005-04-21 | Create disk device before attempting to disklabel it. Don't keep a | Kenneth R Westerback |
2005-04-02 | Scrounge a few characters of whitespace. | Kenneth R Westerback |
2005-03-26 | Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' in | Kenneth R Westerback |
2004-11-06 | select dd or ed from newly installed filesystem instead, ok krw | Theo de Raadt |
2004-10-02 | Minor code cleanup and shrinkage. No functional change. | Kenneth R Westerback |
2004-07-30 | Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some of | Kenneth R Westerback |
2004-07-18 | spaces | Theo de Raadt |
2004-07-04 | Remove requirement that the 'b' partition on the root disk be | Kenneth R Westerback |
2004-06-26 | Allow change of default console to first serial device during install. Used in | Kenneth R Westerback |
2004-05-28 | Add MDROOTFSOPT handling code to allow non-default newfs options to | Kenneth R Westerback |
2004-03-23 | Update copyrights to 2004. | Kenneth R Westerback |
2004-03-18 | Don't ask for timezone info during an upgrade. | Kenneth R Westerback |
2003-12-04 | ask if sshd should be on by default (default to yes, still); tested by nick | Theo de Raadt |
2003-11-03 | spelling fix in comments | David Krause |
2003-09-26 | Fix typo: 'Which disk do you wish to initialize??' -> '... initialize?'. | Kenneth R Westerback |
2003-09-22 | Introduce a function ask_yn() to use when asking 'yes or no' | Kenneth R Westerback |
2003-08-17 | Message clarification & cleanup. | Kenneth R Westerback |
2003-08-07 | spaces | Theo de Raadt |