summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sh
AgeCommit message (Expand)Author
2013-05-31remove unneeded '\' for line continuationsRobert Peichaer
2013-04-15Use the dd and ed that are on the media, instead of the one post-install.Theo de Raadt
2012-09-28consistently use [[ ]] for testsRobert Peichaer
2012-09-28remove unnecessary quotes within [[ ]]Robert Peichaer
2012-09-28replace the last remaining backticks with $() for consistencyRobert Peichaer
2012-09-28remove a comment that does not make sense any moreRobert Peichaer
2012-09-28replace _fsent array with a simple concatenated listRobert Peichaer
2012-09-03compress arguments to the ftp command; ok halexTheo de Raadt
2012-01-31redirect stdout to /dev/null instead of closing itAlexander Hall
2011-08-17make sure to set two rtsol sysctls, not just the last oneTodd T. Fries
2011-07-24use the right sysctl, doh!Federico G. Schwindt
2011-07-23uncomment net.inet6.ip6.rediraccept from /etc/sysctl.conf as well if theFederico G. Schwindt
2011-07-04there is no need to do the rtsol check (whether to enableAlexander Hall
2011-04-17Make DUID fstab the default so we can see how people like it. RequestedKenneth R Westerback
2011-04-17First crack at enabling the installation of a DUID version ofKenneth R Westerback
2011-04-04If we choose to create a user during installation, put it intoAntoine Jacoutot
2011-02-07Use absolute path to the temporary hosts file; causes /etc/hosts to be correctlyMiod Vallat
2011-01-10like in /etc/rc, talk to /dev/arandom as a single read or write.Theo de Raadt
2011-01-03reduce the amount of cd'ing in the install script, since it sucksTheo de Raadt
2010-12-22remove redundant junkTodd T. Fries
2010-12-22add more commands of output of random "junk" to arandomTodd T. Fries
2010-12-22wow, we must reach into the chroot for /dev/arandom, meaning some ofTheo de Raadt
2010-12-22Consistantly use /dev/arandom for feeding entropy to the kernel.Theo de Raadt
2010-10-30for the user, create a matching group and put the user in there by default; o...Theo de Raadt
2010-10-29for late TZ handling, place the temporarily tzlist file into /mnt/tmpTheo de Raadt
2010-08-04Set an appropriate To: header in /var/mail/$user which is copied fromAlexander Hall
2010-04-06Try a more detailed message about the timeTheo de Raadt
2010-04-04If the system time is off by more than 120 seconds from the TIME=nnnAlexander Hall
2009-07-10We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) toTheo de Raadt
2009-07-02Do *not* newfs non-ffs partitions while installing. Even if someoneKenneth R Westerback
2009-06-27Add initial user to the 'staff' class.Antoine Jacoutot
2009-06-11No need to show the filename the duplicate mount point was detectedKenneth R Westerback
2009-06-09Update the user input routines to (re-evaluate and) redraw theAlexander Hall
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