Age | Commit message (Expand) | Author |
2008-06-01 | Don't copy empty files into installed system's /etc. Tweak comment and | Kenneth R Westerback |
2008-04-17 | force mode for hostname.* files to 600; ok krw | Theo de Raadt |
2008-03-15 | When installing via NFS, only retry the mount five times (instead of the | Joel Sing |
2008-03-09 | Remove question about keep alive option. | Kenneth R Westerback |
2008-03-09 | Consolidate FTP option handling, fixing one missing set of options | Kenneth R Westerback |
2008-03-05 | Tweak regexp replacing 'off' with 'on secure' so we don't end up with | Kenneth R Westerback |
2008-03-04 | Redo serial console configuration logic. Smaller, easier to | Kenneth R Westerback |
2008-03-02 | Keep resolv.conf.shadow around when restarting an install. This | Kenneth R Westerback |
2008-02-20 | 4.3-beta | Miod Vallat |
2008-02-11 | For architectures with an enabled 'console' ttys entry, adjust the | Kenneth R Westerback |
2008-01-11 | cleanup: make -> ${MAKE} consistenly. | Marc Espie |
2007-12-14 | make more clear that the NTP question is not a three way yes/no | Otto Moerbeek |
2007-11-16 | Simplify the sed expression used to set 'rootdisk'. Shaves bytes from the | Kenneth R Westerback |
2007-08-02 | spelling fixes in the comments | David Krause |
2007-07-27 | oops, forgot to crank to 4.2 | Theo de Raadt |
2007-06-17 | Stop using disklabel -r. The disklabel code does not know all the semantics | Theo de Raadt |
2007-05-28 | Don't look for wt tape devices while installing. | Kenneth R Westerback |
2007-04-27 | caps for NTP server; from jdixon | Theo de Raadt |
2007-04-25 | Use 'ifconfig' and not 'ifconfig -a' as the -a is now the default. | Kenneth R Westerback |
2007-04-25 | Add capacity to specify one ntp 'server' (not 'servers') during install. | Kenneth R Westerback |
2007-03-26 | Make the default behaviour to force a fsck when upgrading, as it | Otto Moerbeek |
2007-03-26 | Don't pass fsck '--fp'. From Loic Tortay via PR #5422. | Kenneth R Westerback |
2007-03-16 | Give the upgrader an option to *not* fsck -f non-root filesystems. In | Kenneth R Westerback |
2007-03-13 | Keep copyright year current. | Kenneth R Westerback |
2007-03-04 | If INSTALL.<arch> isn't present at the given set location, give the | Kenneth R Westerback |
2007-03-01 | shrink early text; input from frantisek holop, discussion and ok ok krw | Theo de Raadt |
2007-02-16 | better X"" idiom in while loop; didickman@yahoo.com | Theo de Raadt |
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt |
2007-02-14 | Use new 'disknames' command to get names of disks and cds. | Kenneth R Westerback |
2007-02-12 | 4.1-beta | Henning Brauer |
2007-02-11 | Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user the | Kenneth R Westerback |
2006-08-29 | Handle site${VERSION}-$(hostname -s).tgz files better so that they | Kenneth R Westerback |
2006-07-26 | crank to 4.0-beta | Theo de Raadt |
2006-06-23 | Add a set siteXY-<hostname>.tgz and make it selected by default. This | Kenneth R Westerback |
2006-05-18 | Don't ask for a password for ftp transfers if the username 'ftp' is used. | Kenneth R Westerback |
2006-03-15 | Make 'no' the default answer to 'Display the list of XXX servers?'. | Kenneth R Westerback |
2006-03-11 | Change default answer for 'Do you expect to run the X Window System?' | Kenneth R Westerback |
2006-03-06 | eject -> mt (except on alpha where size tests are needed) | Theo de Raadt |
2006-03-04 | Put comment on separate line so it is stripped from install media. | Kenneth R Westerback |
2006-02-28 | Remove old static X modules from previous versions. Patch by krw@, ok deraadt@ | Matthieu Herrb |
2006-01-19 | crank to 3.8-beta | Theo de Raadt |
2005-11-22 | '?' may not be easily found until the keyboard is mapped. Make 'L' the | Kenneth R Westerback |
2005-10-28 | selected install sets are denoted by `[X]', not `[x]'; | Jason McIntyre |
2005-10-26 | Sync mygate handling with latest netstart changes so upgrades work. | Kenneth R Westerback |
2005-10-20 | Always give user a chance to confirm/modify TERM and keymap when | Kenneth R Westerback |
2005-10-16 | Bring enable_network() into line with /etc/netstart by not attempting | Kenneth R Westerback |
2005-10-16 | Use 'rtsolif' in enable_network(), rather than 'rtsif', to make it more | Kenneth R Westerback |
2005-10-12 | Comments are now allowed in myname and mygate. Steal stripcom() from | Kenneth R Westerback |
2005-10-10 | Provide some verbiage about MDSERIAL. Suggested by miod@. | Kenneth R Westerback |
2005-10-05 | Apply Todd's netstart r1.106 fix to evaluation of dhcp and rtsol lines | Kenneth R Westerback |