Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-15 | spelling | Theo de Raadt | |
1998-04-14 | 1) If the user selects a set multiple times in a session only | Todd C. Miller | |
extract once. This is a problem now that default sets are selected automatically. 2) Don't select any default sets that have already been installed. | |||
1998-04-13 | ls -F the zoneinfo files, shows what is a zone-dir and what is a zone-file | Theo de Raadt | |
1998-04-11 | make user enter root password during install phase | Theo de Raadt | |
1998-04-05 | look for seperate xfont archives | Theo de Raadt | |
1998-04-03 | another timezone example | Theo de Raadt | |
1998-04-01 | move xlink to i386 md sets | Todd C. Miller | |
1998-03-31 | Kill unnecesary newline. | Todd C. Miller | |
1998-03-30 | know about X sets | Theo de Raadt | |
1998-03-29 | Select base*, etc* and bsd by default in the file selector. | Todd C. Miller | |
1998-03-29 | Allow +/- in file selector (works with glob patterns too). | Todd C. Miller | |
1998-03-29 | glob against files in the selector not in the total file list | Todd C. Miller | |
(although it would be nice to be able to do that too). Now '*' does what the user might expect. | |||
1998-03-29 | Fix a typo | Todd C. Miller | |
Move fileset selector code into its own function Add support for globbing patters in the file selector (needs documenting) Ie: `*.gz' or even `*23.tar.gz|bsd' | |||
1998-03-28 | oops | Theo de Raadt | |
1998-03-28 | copyrights | Theo de Raadt | |
1998-03-26 | For non-anonymous ftp, ask for the password twice and and make sure | Todd C. Miller | |
they match. This is because passwords are no longer echo'd so we want to make sure they are correct before we do any xfers. | |||
1998-03-26 | fix disk prompt | Theo de Raadt | |
1998-03-26 | Make nfs/cdrom/localdisk install the same as ftp/http install. | Todd C. Miller | |
Ie: select the sets once and then extract en mass. | |||
1998-03-24 | o sanitize ftp/http url handling (too many evals make my head spin) | Todd C. Miller | |
o proxied ftp can have a username too o make first ethernet device the default o if there is only one disk device make it the default | |||
1998-03-23 | do not mislead user with numbers; johns | Theo de Raadt | |
1998-03-23 | make sure people do not use numbers for disk types; johns | Theo de Raadt | |
1998-03-12 | formatting | Theo de Raadt | |
1998-03-12 | a nice little space | Theo de Raadt | |
1998-03-12 | various prompt and message changes | Theo de Raadt | |
1998-03-08 | moving to 2.3 | Theo de Raadt | |
1998-03-01 | Remove an extra "-o -" so the kernel doesn't go to stdout. Noted by pefo. | Todd C. Miller | |
1998-02-17 | Use ftp's new -o flag and give the user the option of using | Todd C. Miller | |
active ftp (default is passive with auto-fallback to active). | |||
1998-01-10 | support installing to multiple disks; cyxob@isl.vtu.lt | Theo de Raadt | |
after install is done, if /bsd or /bin/cat do not exist, complain that the kernel or baseXX.tar distributions did not get installed; deraadt | |||
1997-12-02 | repository move of src/bin/pdksh to src/bin/ksh | Theo de Raadt | |
1997-11-10 | init resolv.conf in "lookup file bind" mode | Theo de Raadt | |
1997-10-30 | nice mount point chooser | Todd C. Miller | |
1997-10-29 | clarify a prompt | Theo de Raadt | |
1997-10-25 | ask for netmask | Theo de Raadt | |
1997-10-19 | do not indent $_DKDEVS | Theo de Raadt | |
1997-10-17 | look at ftp.openbsd.org not ftp.usa... the ftp one is now fast | Theo de Raadt | |
1997-10-17 | oops | Theo de Raadt | |
1997-10-17 | pretty a bit more | Theo de Raadt | |
1997-10-17 | clarify significantly. in many situations, put more effort into remembering | Theo de Raadt | |
previous answers to the questions, so that it is easier to abort and restart the install script. | |||
1997-10-17 | indent disk list | Theo de Raadt | |
1997-10-17 | clarify | Theo de Raadt | |
1997-10-17 | ... especially on PC machines... | Theo de Raadt | |
1997-10-17 | clarify hostname prompt | Theo de Raadt | |
1997-10-03 | choose install-from disk correctly; matthieu@mipnet.fr, PR#325 | Theo de Raadt | |
1997-10-02 | build vi thingy correctly; toddf found the bug | Theo de Raadt | |
1997-10-01 | 21 -> 22 | Theo de Raadt | |
1997-09-26 | Fix some newfs usage. | Todd C. Miller | |
1997-09-25 | Fix typo, noted by johns@heuris.com. | Todd C. Miller | |
1997-09-23 | Typo, fixes passno botch in / entry | Niklas Hallqvist | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-17 | generalize Todd's work for ftp/pppd/rsh to ramdisks and miniroots on all | Theo de Raadt | |
architectures. |