Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1997-09-05 | make depend (in this case) is a total waste of time | Theo de Raadt | |
1997-08-24 | vi, build, argh, hack around it | Theo de Raadt | |
1997-08-24 | no vim | Theo de Raadt | |
1997-07-16 | Fix the frigging CD rom mount bug!! | Per Fogelstrom | |
1997-07-09 | Don't do needless sync and change -fast to -check in unmount_fs() | Todd C. Miller | |
1997-05-29 | Be nicer about the partition query | Niklas Hallqvist | |
1997-05-23 | ${RAWLABEL} | Theo de Raadt | |
1997-05-21 | always expose unconfig target | Theo de Raadt | |
1997-05-18 | provide link0/link1 examples | Theo de Raadt | |
1997-05-17 | Set ROOTDISK based on /mnt when restarting install. Noticed by Per. | Todd C. Miller | |
1997-05-17 | no zoneinfo | Theo de Raadt | |
1997-05-17 | Make an echo line up neatly. | Todd C. Miller | |
1997-05-16 | unset $_ftp_passive if user says no to passive mode and fix a typo. | Todd C. Miller | |
1997-05-16 | Use a single proxy variable since we need to set both ftp/http proxies | Todd C. Miller | |
and they are virtually guaranteed to be the same. Proxy http install now works. | |||
1997-05-16 | Strip possible <cr> from index.txt | Todd C. Miller | |
1997-05-16 | Fix instance of ftp_server_dir -> _ftp_server_dir. | Todd C. Miller | |
1997-05-16 | proxy-ftp install needs to use index.txt too | Todd C. Miller | |
1997-05-16 | - Proxy setting takes a URL, not an IP. | Todd C. Miller | |
- Use ${VERSION_MAJOR} and ${VERSION_MINOR}, not sed. - Server list file is always called ftplist. Grep out applicable servers based on URL-type. | |||
1997-05-16 | When getting a file list, make things relative to the install dir, not | Todd C. Miller | |
absolute. Necesary for http listing via index.txt. list_has_sets() no longer takes a dir argument as file lists contain relative paths. Remove a few eval's now that we use relative paths in file lists. | |||
1997-05-15 | Get ``ftplist'' from ftp.usa.openbsd.org. | Todd C. Miller | |
1997-05-15 | install_ftp -> install.url (http support is untested) | Todd C. Miller | |
Fix a problem with ftp proxy and getting a file list | |||
1997-05-15 | fit vi onto sparc ramdisk | Theo de Raadt | |
1997-05-14 | md_machine_arch must be done after md_makerootwritable (for /kern) | Todd C. Miller | |
1997-05-14 | Add VERSION_MAJOR and VERSION_MINOR. Currently assumes release | Todd C. Miller | |
is ${major}${minor} not ${major}${minor}${teeny}. | |||
1997-05-14 | Now calls md_machine_arch() which needs to be added to everyone's | Todd C. Miller | |
install.md. | |||
1997-05-14 | shareable ramdisk creation; in part by grr | Theo de Raadt | |
1997-05-14 | Use svnds and remove ugly cache flushing | Niklas Hallqvist | |