Age | Commit message (Expand) | Author |
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 |
2003-07-03 | Use numeric comparison operators when testing numeric values. | Kenneth R Westerback |
2003-07-02 | Eliminate cutword(), replacing it with specific code: 'set --' in two | Kenneth R Westerback |
2003-06-30 | Cleanup ask_which() logic. | Kenneth R Westerback |
2003-06-27 | Improve swap partition handling during install/upgrade. | Kenneth R Westerback |
2003-06-02 | licence cleanup; agreement from krw and millert | Theo de Raadt |
2002-12-14 | Expunge some trailing whitespace. | Kenneth R Westerback |
2002-12-08 | Fix botch in last commit: prepend comments to hosts after adding FQDN to | Kenneth R Westerback |
2002-12-08 | Fix & cleanup logic, especially around interrupted installs. | Kenneth R Westerback |
2002-12-04 | Code cleanup & shrinkage. | Kenneth R Westerback |
2002-12-03 | More code consolidation. | Kenneth R Westerback |
2002-11-28 | Use any existing hostname as the default, as the install could have | Kenneth R Westerback |
2002-11-28 | spaces | Theo de Raadt |
2002-11-28 | Make questions out of requests for user input that were demands. Use | Kenneth R Westerback |
2002-11-24 | use 8 rounds for passwd, like login.conf specifies; rob_ses@web.de | Theo de Raadt |