summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sh
AgeCommit message (Expand)Author
2009-06-03Only need to umount once on restarting. Force umounts in case ofKenneth R Westerback
2009-06-02Nuke sissy verbiage about losing data. No more special casing forKenneth R Westerback
2009-06-01Test the return value of md_prep_disklabel() to detect failedKenneth R Westerback
2009-05-31push the dmesg and $SERVERLIST into the random pool to enhance theTheo de Raadt
2009-05-31Ask the cgi to remember the install method too, and as a result, thisTheo de Raadt
2009-05-31Change the order of the installer questions again, because it is better.Theo de Raadt
2009-05-30Defer talking to the ftpinstall cgi until a fair bit later, so that we canTheo de Raadt
2009-05-30silly comment is wrongTheo de Raadt
2009-05-30these scripts should use tabs because 4 spaces wastes 3 chars of media spaceTheo de Raadt
2009-05-30install.sh already knows that MODE == installTheo de Raadt
2009-05-28Get the list of disks or cds whenever required rather than once atKenneth R Westerback
2009-05-17Use sed to directly create swap entries in fstab rather than dancingKenneth R Westerback
2009-05-17Move comment to correct spot.Kenneth R Westerback
2009-05-11Clean up and shrink code. Don't newfs paritions without a mountKenneth R Westerback
2009-05-07o use 'ls -C' to speed and simplify both sets viewing and timezone selectionTodd T. Fries
2009-05-06whoa, we were assuming that $_password was still the user password. weTheo de Raadt
2009-05-06Split the collection of many questions from the appplication of theirTheo de Raadt
2009-05-06De-uglify disk configuration in the non-auto layout cases. TrustKenneth R Westerback
2009-05-05spaces to tabsTheo de Raadt
2009-05-03Oops. Untested over-optimization slipped in, breaking installs.Kenneth R Westerback
2009-05-03A few long standing sh'isms -> ksh'isms.Kenneth R Westerback
2009-05-03Simplify and shrink fstab creation code by putting mount point andKenneth R Westerback
2009-05-03Simplify things by putting extra swap partitions in the fstab asKenneth R Westerback
2009-04-30Do not allow the root password to be empty; ok krw after he told meTheo de Raadt
2009-04-30quotes around ? matches; Alexander HallTheo de Raadt
2009-04-29only encrypt passwords if they are setTheo de Raadt
2009-04-29Ask for the root password before sshd, because I have caught myselfTheo de Raadt
2009-04-28We have no choice but to ask for the timezone information later, soTheo de Raadt
2009-04-25We are able to handle the timezone question a few steps earlier, alongTheo de Raadt
2009-04-24Move bsd.mp juggling into relevant MD files. Make bsd.mp a defaultKenneth R Westerback
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