Age | Commit message (Expand) | Author |
2013-05-31 | remove unneeded '\' for line continuations | Robert Peichaer |
2013-04-15 | Use the dd and ed that are on the media, instead of the one post-install. | Theo de Raadt |
2012-09-28 | consistently use [[ ]] for tests | Robert Peichaer |
2012-09-28 | remove unnecessary quotes within [[ ]] | Robert Peichaer |
2012-09-28 | replace the last remaining backticks with $() for consistency | Robert Peichaer |
2012-09-28 | remove a comment that does not make sense any more | Robert Peichaer |
2012-09-28 | replace _fsent array with a simple concatenated list | Robert Peichaer |
2012-09-03 | compress arguments to the ftp command; ok halex | Theo de Raadt |
2012-01-31 | redirect stdout to /dev/null instead of closing it | Alexander Hall |
2011-08-17 | make sure to set two rtsol sysctls, not just the last one | Todd T. Fries |
2011-07-24 | use the right sysctl, doh! | Federico G. Schwindt |
2011-07-23 | uncomment net.inet6.ip6.rediraccept from /etc/sysctl.conf as well if the | Federico G. Schwindt |
2011-07-04 | there is no need to do the rtsol check (whether to enable | Alexander Hall |
2011-04-17 | Make DUID fstab the default so we can see how people like it. Requested | Kenneth R Westerback |
2011-04-17 | First crack at enabling the installation of a DUID version of | Kenneth R Westerback |
2011-04-04 | If we choose to create a user during installation, put it into | Antoine Jacoutot |
2011-02-07 | Use absolute path to the temporary hosts file; causes /etc/hosts to be correctly | Miod Vallat |
2011-01-10 | like in /etc/rc, talk to /dev/arandom as a single read or write. | Theo de Raadt |
2011-01-03 | reduce the amount of cd'ing in the install script, since it sucks | Theo de Raadt |
2010-12-22 | remove redundant junk | Todd T. Fries |
2010-12-22 | add more commands of output of random "junk" to arandom | Todd T. Fries |
2010-12-22 | wow, we must reach into the chroot for /dev/arandom, meaning some of | Theo de Raadt |
2010-12-22 | Consistantly use /dev/arandom for feeding entropy to the kernel. | Theo de Raadt |
2010-10-30 | for the user, create a matching group and put the user in there by default; o... | Theo de Raadt |
2010-10-29 | for late TZ handling, place the temporarily tzlist file into /mnt/tmp | Theo de Raadt |
2010-08-04 | Set an appropriate To: header in /var/mail/$user which is copied from | Alexander Hall |
2010-04-06 | Try a more detailed message about the time | Theo de Raadt |
2010-04-04 | If the system time is off by more than 120 seconds from the TIME=nnn | Alexander Hall |
2009-07-10 | We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) to | Theo de Raadt |
2009-07-02 | Do *not* newfs non-ffs partitions while installing. Even if someone | Kenneth R Westerback |
2009-06-27 | Add initial user to the 'staff' class. | Antoine Jacoutot |
2009-06-11 | No need to show the filename the duplicate mount point was detected | Kenneth R Westerback |
2009-06-09 | Update the user input routines to (re-evaluate and) redraw the | Alexander Hall |
2009-06-03 | Only need to umount once on restarting. Force umounts in case of | Kenneth R Westerback |
2009-06-02 | Nuke sissy verbiage about losing data. No more special casing for | Kenneth R Westerback |
2009-06-01 | Test the return value of md_prep_disklabel() to detect failed | Kenneth R Westerback |
2009-05-31 | push the dmesg and $SERVERLIST into the random pool to enhance the | Theo de Raadt |
2009-05-31 | Ask the cgi to remember the install method too, and as a result, this | Theo de Raadt |
2009-05-31 | Change the order of the installer questions again, because it is better. | Theo de Raadt |
2009-05-30 | Defer talking to the ftpinstall cgi until a fair bit later, so that we can | Theo de Raadt |
2009-05-30 | silly comment is wrong | Theo de Raadt |
2009-05-30 | these scripts should use tabs because 4 spaces wastes 3 chars of media space | Theo de Raadt |
2009-05-30 | install.sh already knows that MODE == install | Theo de Raadt |
2009-05-28 | Get the list of disks or cds whenever required rather than once at | Kenneth R Westerback |
2009-05-17 | Use sed to directly create swap entries in fstab rather than dancing | Kenneth R Westerback |
2009-05-17 | Move comment to correct spot. | Kenneth R Westerback |
2009-05-11 | Clean up and shrink code. Don't newfs paritions without a mount | Kenneth R Westerback |
2009-05-07 | o use 'ls -C' to speed and simplify both sets viewing and timezone selection | Todd T. Fries |
2009-05-06 | whoa, we were assuming that $_password was still the user password. we | Theo de Raadt |
2009-05-06 | Split the collection of many questions from the appplication of their | Theo de Raadt |