summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sh
AgeCommit message (Expand)Author
2009-04-23configure the network unconditionally. You have an opportunity to bailTheo de Raadt
2009-04-23Near the end of the installation, prompt for the setup of an initialTheo de Raadt
2009-04-19If hw.ncpufound > 1, have the install script automatically prefer to useTheo de Raadt
2009-04-13Don't try to read or remove a non-existant /tmp/hosts file. This canKenneth R Westerback
2009-04-10If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask theKenneth R Westerback
2009-04-10'rm hosts' -> 'rm -f hosts', since we may have not configured anyKenneth R Westerback
2009-03-14Installed dhclient.conf is now all comments. Installed hosts isKenneth R Westerback
2009-03-14There should only be one ::1 and one 127.0.0.1 entry in the hostsKenneth R Westerback
2009-02-21Pretty up installed hosts file by using tabs between address andKenneth R Westerback
2009-02-19Third time lucky. Proper use of quotes when comparing the first andKenneth R Westerback
2009-02-15Build install media with disktab.shadow already in /tmp, ratherKenneth R Westerback
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-13ksh's arithmetic is 32 bit signed so we can no longer rely onKenneth R Westerback
2008-06-01Don't copy empty files into installed system's /etc. Tweak comment andKenneth R Westerback
2008-03-02Keep resolv.conf.shadow around when restarting an install. ThisKenneth R Westerback
2008-02-11For architectures with an enabled 'console' ttys entry, adjust theKenneth R Westerback
2006-08-29Handle site${VERSION}-$(hostname -s).tgz files better so that theyKenneth R Westerback
2006-06-23Add a set siteXY-<hostname>.tgz and make it selected by default. ThisKenneth R Westerback
2005-04-21Create disk device before attempting to disklabel it. Don't keep aKenneth R Westerback
2005-04-02Scrounge a few characters of whitespace.Kenneth R Westerback
2005-03-26Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' inKenneth R Westerback
2004-11-06select dd or ed from newly installed filesystem instead, ok krwTheo de Raadt
2004-10-02Minor code cleanup and shrinkage. No functional change.Kenneth R Westerback
2004-07-30Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some ofKenneth R Westerback
2004-07-18spacesTheo de Raadt
2004-07-04Remove requirement that the 'b' partition on the root disk beKenneth R Westerback
2004-06-26Allow change of default console to first serial device during install. Used inKenneth R Westerback
2004-05-28Add MDROOTFSOPT handling code to allow non-default newfs options toKenneth R Westerback
2004-03-23Update copyrights to 2004.Kenneth R Westerback
2004-03-18Don't ask for timezone info during an upgrade.Kenneth R Westerback
2003-12-04ask if sshd should be on by default (default to yes, still); tested by nickTheo de Raadt
2003-11-03spelling fix in commentsDavid Krause
2003-09-26Fix typo: 'Which disk do you wish to initialize??' -> '... initialize?'.Kenneth R Westerback
2003-09-22Introduce a function ask_yn() to use when asking 'yes or no'Kenneth R Westerback
2003-08-17Message clarification & cleanup.Kenneth R Westerback
2003-08-07spacesTheo de Raadt
2003-07-03Use numeric comparison operators when testing numeric values.Kenneth R Westerback
2003-07-02Eliminate cutword(), replacing it with specific code: 'set --' in twoKenneth R Westerback
2003-06-30Cleanup ask_which() logic.Kenneth R Westerback
2003-06-27Improve swap partition handling during install/upgrade.Kenneth R Westerback
2003-06-02licence cleanup; agreement from krw and millertTheo de Raadt
2002-12-14Expunge some trailing whitespace.Kenneth R Westerback
2002-12-08Fix botch in last commit: prepend comments to hosts after adding FQDN toKenneth R Westerback
2002-12-08Fix & cleanup logic, especially around interrupted installs.Kenneth R Westerback
2002-12-04Code cleanup & shrinkage.Kenneth R Westerback
2002-12-03More code consolidation.Kenneth R Westerback
2002-11-28Use any existing hostname as the default, as the install could haveKenneth R Westerback
2002-11-28spacesTheo de Raadt
2002-11-28Make questions out of requests for user input that were demands. UseKenneth R Westerback
2002-11-24use 8 rounds for passwd, like login.conf specifies; rob_ses@web.deTheo de Raadt